tomcat7 - How to install multiple instances of tomcat in ubuntu 14.04? -


i install multiple instances of tomcat-7 in ubuntu 14.04 machine.

is possible without port conflicts?

if yes can suggest me best approach.

thanks & regards.

you can run multiple instances of tomcat on same host provided listening on different ports. please change ports in tomcat_home/conf/server.xml of tomcat servers.

the default ports configured in file 8080, 8005, 8009 , 8443. change ports different values per installation. prefer strategy offset ports 10 second installation have. can choose strategy find fits requirements.

note: make sure no other service listening on port set in file.


Comments

Popular posts from this blog

c# SetCompatibleTextRenderingDefault must be called before the first -

C#.NET Oracle.ManagedDataAccess ConfigSchema.xsd -

c++ - Fill runtime data at compile time with templates -