RE: Multiple instances problem...

2007-03-13 Thread Peter Björkman
Thanks Christopher, works like a charm! Regards Peter > > Peter, > > Peter Björkman wrote: > > Hi! I'm setting up an environment where I need a lot of > differens web > > containers running, and part of that is setting up tomcat5.0 to run > > multiple instances. > > > > I tried to find a sta

RE: Multiple instances problem...

2007-03-12 Thread Kirchhoff, Florian
Hi Peter, are you making sure to use different ports for each instance for Shutdown, HTTP/HTTPS and AJP? Florian -Original Message- From: Peter Björkman [mailto:[EMAIL PROTECTED] Sent: Sunday, March 11, 2007 6:22 PM To: users@tomcat.apache.org Subject: Multiple instances problem

Re: Multiple instances problem...

2007-03-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter, Peter Björkman wrote: > Hi! I'm setting up an environment where I need a lot of differens web > containers running, and part of that is setting up tomcat5.0 to run > multiple instances. > > I tried to find a startup/stop script and this is wha

Multiple instances problem...

2007-03-11 Thread Peter Björkman
Hi! I'm setting up an environment where I need a lot of differens web containers running, and part of that is setting up tomcat5.0 to run multiple instances. I tried to find a startup/stop script and this is what I came up with: #!/bin/bash RETVAL=$? # Installation directory export CATALINA_HO