`

How to install two tomcat in one computer

 
阅读更多

Today,I get a problem,show in the title

 

Now,I give the answer for it .

 

Change the following ports that tomcat is listening to in server.xml

    <Connector port="8080"> <- This is the port that tomcat uses to respond to HTTP requests
    <Connector port="8009" protocol="AJP/1.3" redirectPort="8443" /> <- this defines two ports, one for the AJP connector (used if you are using tomcat behind an Apache or IIS server) and the port used for HTTPS traffic
    <Server port="8005" shutdown="SHUTDOWN"> <- this is the port that Tomcat uses to respond to SHUTDOWN events

 Good luck

0
0
分享到:
评论
3 楼 zhangtsi 2013-10-28  
zh_harry 写道
zhangtsi 写道
Your English is good

你不是中国人吗?

少一分戾气
2 楼 zh_harry 2013-10-28  
zhangtsi 写道
Your English is good

你不是中国人吗?
1 楼 zhangtsi 2013-10-28  
Your English is good

相关推荐

Global site tag (gtag.js) - Google Analytics