访问http://127.0.0.1:7001/console可以的,说明断口没有问题的。
访问http://127.0.0.1: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.
 

解决方案 »

  1.   

    访问http://127.0.0.1:7001/文件名称/index.htm或者访问http://localhost:7001/....试试
      

  2.   

    你weblogic有没运行啊,你的jsp文件,是不是拷贝到发布的那个目录啊?
      

  3.   

    weblogic运行了,不然http://127.0.0.1:7001/console就不可以访问了
    我文件分布在user_projects\applications\mydomain\DefaultWebApp下
      

  4.   

    看看通过weblogic builder配置下行不行
      

  5.   

    你在打包部署时的WAR包的Web Context Root设的是什么?
    应设成 "/"
      

  6.   

    此虚拟路径是在weblogic.xml文件中设的。
      

  7.   

    当你把一个War包部署到Weblogic上时,它的默认路径是这个War名本身,如: test
    访问应该是:
    http://127.0.0.1:7001/test/index.jsp
      

  8.   

    1) 把你的程序包如ROOT(ROOT目录中应包含WEB-INF,里面必须要含有web.xml,weblogic.xml一般在WEB-INF目录中自动生成的)
       放置在 C:\bea\user_projects\domains\mydomain\applications   (具体按照你WEBLOGIC的安装目录)2) 进入 http://127.0.0.1:7001/console
       在 web application中把ROOT添加进去 3) 然后在IE中打开网页( http://127.0.0.1:7001/index.htm
       
       
      

  9.   

    大哥,兄弟我也出现这种情况,且比你更惨,
    start server打开weblogic是可以的了。
    但是我http://127.0.0.1:7001怎么访问不了呢?
    http://127.0.0.1:7001/console也访问不了的。
    请指点me email:[email protected]