1

On Suse Linux server I have Tomcat 5.5. installed (port 8080)

Can I also install Tomcat 6 on the same server (side by side) but on different port (for example 8081).

Are there any pitfalls I should be aware of?

Since this is production server, what are your advices?

Emir
  • 135

1 Answers1

2

Manually install it in /opt, change server.xml to your needs (port). Do not forget to add a start/stop script in case a reboot is needed.

Be sure you have enough memory for both. Depending on the application, you will need several gigs of RAM.

Paul
  • 1,917
  • 1
  • 12
  • 15