weblogic部署成功后无法自动根据web.xml配置文件中的index页面启动??这个问题查了很多相关资料都没有很好的解决。。。|:
比如我用tomcat部署时:
http://127.0.0.1:9999/SSHDemo
可以直接到index页面
但是我用weblogic时:
http://127.0.0.1:7001/SSHDemo
则会404错误,而用http://127.0.0.1:7001/SSHDemo/list.action才会到index页面。这个是为什么呢?
参考这个重新部署一下试试:http://www.2cto.com/os/201506/404048.html