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
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
-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
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