Re: Multiple Tomcat instances on one machine

2001-01-17 Thread William Au
Besides server.xml, how do I setup Tomcat so that each instance has its own copy of the other configuration files (tomcat-users.xml, workers.properties, etc) in conf? I don't see anyway of setting the path to the conf directory. Is that always based on $TOMCAT_HOME? Bill

Re: Multiple Tomcat instances on one machine

2001-01-17 Thread William Au
:[EMAIL PROTECTED]] Sent: Wednesday, January 17, 2001 3:42 PM To: [EMAIL PROTECTED] Cc: Kitching Simon Subject: Re: Multiple Tomcat instances on one machine Besides server.xml, how do I setup Tomcat so that each instance has its own copy of the other configuration files (tomcat

RE: Multiple Tomcat instances on one machine

2001-01-11 Thread Kitching Simon
Hi William, Tomcat *can* share binaries across multiple running instances. However, as I found the docs a bit confusing when I tried to get this working, here's how to do it: create the following directory structure for each instance (eg under each user's home directory if you want an instance

Re: Multiple Tomcat instances on one machine

2001-01-11 Thread Shahed Ali
can I just have one common set of binaries with multiple server.xml and other configuration files? Bill Yes. I have the same config and it works fine. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: Multiple Tomcat instances on one machine

2001-01-11 Thread William Au
Thanks for the info. I was able to get things to work. I also setup seperate logs and webapps directories. Bill Kitching Simon wrote: Hi William, Tomcat *can* share binaries across multiple running instances. However, as I found the docs a bit confusing when I tried to get this working,