当前位置: 代码迷 >> CGI >> 小弟我怎么才能获得像这样的功能
  详细解决方案

小弟我怎么才能获得像这样的功能

热度:353   发布时间:2012-11-08 08:48:11.0
我如何才能获得像这样的功能?
在IE的地址栏中,只要敲入http://192.168.x.x就可以直接访问到我的这个页面http://192.168.x.x/login

------解决方案--------------------
在web.xml中配置
<welcome-file-list>
<welcome-file>login</welcome-file>
</welcome-file-list>
------解决方案--------------------
在服务器里面设置默认的首页,apache里面有个index Document,
或者是通过默认首页做个跳转到login
  相关解决方案