在WebLogic中看到以下没有:Step 2. Select the .ear, .war, .jar, or .rar file .......     Listing of localhost\E:\J2EEprojects\xjdomain\xjserver\upload          [Up to parent directory]
[select] applications
[select] logs
[select] userConfig
[select] xjserver在以上的那个"Listing of localhost\E:\J2EEprojects\xjdomain\xjserver\upload"中往前面的目录点击,比如点击..\xjdomain\..,那么下面显示的[select] 都是基于该目录下的子目录或已经Upload的包,你可以选择自己想要部署到的地方,比如你想部署到applications子目录下面,点击
"[select] applications"中右边的application链接,然后在Step 1中选择要部署的包再upload不就OK了!
    很简单!多多摸索两下,多多点几下.

解决方案 »

  1.   

    如果是通过JBuilder部署呢????
      

  2.   

    例:放在d:/jspcode中(jspcode中需有web-inf文件夹,其中有web.xml文件),然后通过console配置,则放在jspcode中的jsp文件都可以发布。d;/jspcode/jsp1.jsp,启动weblogic,浏览器中输入
    http://localhost:7001/jspcode/jsp1.jsp        
    ok
    进入console页面配console:
    Domain Configurations ----->Your Deployed Resources ----->Web Application Modules  
    点上面的
    Deploy a new Web Application Module... 
    点上面的
    找到路径就可以了
    注意:该文件夹需包含web-inf文件夹,web-inf中有web.xml文件
    web.xml文件可以复制过来
    bea\weblogic81\samples\server\example\build\mainWinApp\web-inf\web.xml