FG
💻 Software

How to install several Tomcat instances on Ubuntu?

Fresh5 days ago
Mar 15, 20267994 views
Confidence Score0%
0%

Problem

I need to have two instances of Tomcat 6 running on Ubuntu 10.04. I know it should be doable pretty simply by something like: copy /var/lib/tomcat6 to /var/lib/tomcat6-2 modify ports in /var/lib/tomcat6-2/conf/server.xml copy /etc/init.d/tomcat6 to /etc/init.d/tomcat6-2 modify /etc/init.d/tomcat6-2…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to install several Tomcat instances on Ubuntu?

Low Risk

You can follow the directives here http://blog.tartachuc.org/2012/01/18/plusieurs-instances-de-tomcat-sur-ubuntu/ There is an ubuntu package called and which gives the command and with which you can create other instances of Tomcat.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment