You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Forums <fo...@translogicsys.com> on 2000/10/05 14:12:44 UTC

multiple instances?

Hello All:

I want to implement the following using tomcat3.1/apache1.3.9 on linux box.

I want to run multiple instances of tomcat running on different ports. I
tried
starting tomcat with '-f' command but to no luck. I even put the path of
new tomcat under 'home' attribute of ContextManager. Even this does not
seem to work.

Can someone give me clear instructions on how to achieve this.

This is what I should be getting:
Two tomcats running on different ports. Note: they have to run with
apache and I will have only one installation of Tomcat and Apache.

Any pointers on this would be really appreciated.

thanks,
Rohit








Re: multiple instances?

Posted by Jon Skeet <jo...@peramon.com>.
> I want to implement the following using tomcat3.1/apache1.3.9 on linux box.
> 
> I want to run multiple instances of tomcat running on different ports. I
> tried starting tomcat with '-f' command but to no luck.

You say you had no luck - what actually happened? You should have two
different server.xml files, correct? (In fact, I have one tomcat tree per
user, each with work, conf and webapps directories.)

The server.xml files then need to specify different ports.

Jon