tomcat无需项目名即可访问该项目配置
在conf目录下, 修改 server.xml 文件, 在Host标签中,加入子标签
<Context path="" docBase="工程名" debug="0" reloadable="true"/>
访问地址:从http://192.168.0.27:8080/twithandSite变为:http://192.168.0.27:8080
修改 server.xml 文件
<Connector port="80" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443" />
使用80端口,访问地址变为http://192.168.0.27
相关推荐
FanErZong 2020-07-18
86284851 2020-06-16
85427617 2020-06-13
88291846 2020-06-07
86284851 2020-02-28
81510598 2020-01-08
88291846 2020-01-04
86284851 2019-12-28
detianlangzi 2014-06-17
85427617 2019-12-24
87497118 2019-11-28
82981634 2014-03-25
85427617 2015-08-19
81510598 2019-11-11
86284851 2019-11-08
doITwhat 2015-09-11