http://localhost:7001/你的war文件名/login.jsp
就可以访问了。

解决方案 »

  1.   

    http://localhost:7001/你的war文件名/login.jsp
    或者在config.xml 找到 <Application Deployed="true" Name="webapp" Path="C:\cncWeb\cncWeb" TwoPhase="true">
            <WebAppComponent Name="webapp" Targets="myserver" URI="webapp"/>
        </Application> 配置,这是我的范例,你要以参考一下,祝你好运
      

  2.   

    访问不了啊
    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.
      

  3.   

    还有个小问题,我写的程序中包含servlet,jsp程序,编译文件的时候生成一个war和一个jar文件,到底我是部署哪个?我就选择了war部署……成功!但在weblogic的deployments/ejb下没有我刚才部署的文件,是不是得需要用jar文件部署?(我用jar部署的时候发生错误!)
      

  4.   

    用jbuilder9+weblogic7,在jb9里面配置wl7服务器,然后从jb9 deploy你的ejb(其实就是make后生成的jar包)到wl7,如果报错的话...就排错呗.
      

  5.   

    先启动tomcat,在访问http://localhost:8080/你的war文件名/login.jsp