首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 服务器 > 其他服务器 >

怎么做jboss的holle world需要详细的教程

2012-02-23 
如何做jboss的holle world需要详细的教程我是这样做的 新建一个txt文件里面包含有 html head titleh

如何做jboss的holle world需要详细的教程
我是这样做的 新建一个txt文件里面包含有
  < html> 
  < head>  
  < title>hello< /title>  
  < /head>< body>  
  < %  
  out.print("hello world!");
  %>  
  < /body>  
  < /html>  
保存
然后用 jar cvf hello.war hello.txt
然后把 hello.war复制到deploy下
运行run.bat
打开http:\\lacolhost:8080\hello\
出现404错误

[解决办法]
服务器默认的网页类型应该是 html,htm,jsp 之类的

要通过 \hello\ 来访问的话

lz 用的是 JSP 页面

需要把文件命名为 index.jsp

其他的操作没有问题

热点排行