具体忘了,你在安装目录下搜索“defaultroot”,这个目录就是了!

解决方案 »

  1.   

    ../mydomain/applications/defaultwebapp/index.jsp
      

  2.   

    没有defaultroot这个目录,但有../mydomain/applications/defaultwebapp/index.html这个文件。
     但怎么我用这个http://localhost:7001/index.html不行呀,用http://localhost:7001/console/login/LoginForm.jsp;ADMINCONSOLESESSION=1dKGToVoaOv36p7ue5zkE4ifXuKBA7szafXUd7Qk7X2tMNbYY73M!-982270650(Weblogic的例子)就可以。
      

  3.   

    默认是把jsp放到目录
    X:\bea\user_projects\mydomain\applications\DefaultWebApp
      

  4.   

    用http://localhost:7001/时报错如下:
    Error 404--Not Found 
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
     
      

  5.   

    我在d:\bea\user_projects\mydomain\applications\DefaultWebApp放了一个简单的index.jsp文件时,用http://localhost:7001/index.jsp在IE上报错如上所示。.
      

  6.   

    部署后它把工程的文件都放在BEA的子目录下,具体的我也忘
      

  7.   

    路径为weblogic安装路径下的/mydomain/applications/defaultwebapp/index.jsp
      

  8.   

    如果只是看一个jsp,不需要部署文件
      

  9.   

    to lynx1111(任我行) :
    提示和http://localhost:7001/一样的错误.to aku0708(阿酷) :我就测试一个jsp文件.
    我全部用的小写。
      

  10.   

    按上面所说的部署目录,你要启动default server,然后地址为http://localhost:7001/###.jsp
    这样是应该没有任何问题的,我刚刚又在自己机器上试试了,没有任何问题
      

  11.   

    我用weblogic8.1建了两个server:javadomain和mydomain.我现在想删除这两个,重新再建一个怎么搞?怎么删除已有的server?
      

  12.   

    重装了weblogic,问题依旧.
    我用Weblogic的例子(控制台)http://localhost:7001/console/在IE上浏览就可以,这证明服务器没有问题呀.
    但是为什么用http://localhost:7001/index.jsp在IE上报错。d:\bea\user_projects\mydomain\applications\DefaultWebApp目录下的index.jsp文件确实存在.此目录下还有一个index.html,但http://localhost:7001/index.html在IE上依然错误如旧。救救我呀,我快疯啦。Error 404--Not Found 
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    救救我呀,我快疯啦。救救我呀,我快疯啦。
     
      

  13.   

    本问题解决者得分后请到http://expert.csdn.net/Expert/TopicView1.asp?id=2241404加分。有50分。
    痛呀,配置了好几天都没配好……
      

  14.   

    8.1没有默认页面(即http://localhost:7001/),7.x就有
    看一下有没有这样的目录
    d:\bea\user_projects\domains\mydomain\applications\
    如果有,把你的文件夹(test)扔到这里,然后通过http://localhost:7001/test/访问