在线等,工作中

在线等,工作中

做了一个WEB应用“hello”,tomcat做容器,当我用IE打开
http://localhost:8080/  这个网址的时候,显是的是tomcat的管理界面。当我用IE打开
http://localhost:8080/hello 的时候才会显示hello这个web应用的界面
现在的问题是:
能否改动tomcat的配置文件,通过打开网址http://localhost:8080就可以显示hello这个web应用
server.xml里面参考设置:
<welcome-file>index.jsp</welcome-file>

<welcome-file>hello</welcome-file>