用jboss发布war包后,访问页面出现如下错误
HTTP Status 404 - /hello/
--------------------------------------------
type Status report
message /hello/
description The requested resource (/hello/) is not available.
--------------------------------------------
JBoss Web/2.1.2.GA
不知道什么原因。。。那么大牛帮帮忙吧 那错 了
[解决办法]
不知道 lz 的页面用的什么,jsp 还是 servlet
JSP 的话,需要有 index.jsp 页面
servlet 的话,需要有 / 的 url 路径定义
[解决办法]
仔细检查下路劲吧