当前位置: 代码迷 >> Eclipse >> eclips用resin起服务后,线程运行正常,但打开页面提示404
  详细解决方案

eclips用resin起服务后,线程运行正常,但打开页面提示404

热度:96   发布时间:2016-04-23 01:23:54.0
求助:eclips用resin起服务后,线程运行正常,但打开页面提示404
eclipse juno设置resin4做服务器,在项目中使用debug on server。
打开页面后显示

404 Not Found
/test/ was not found on this server. 

--------------------------------------------
Resin/4.0.35 Server: 'app-0' 

但是随同启动的线程程序却在后台跑的好好地,可以debug,可以单步调试。
console里一切正常,没有报任何错误

求高手解惑

------解决方案--------------------
你web.xml没有设置欢迎页面吧