hi,
/usr/local/tomcat6/bin/shutdown.sh
/usr/local/tomcat6/bin/startup.sh
The shutdown.sh script will probably return before Tomcat has completely
stopped running, which means that the startup.sh script will try to
start Tomcat before the previous instance has exited.
yeah, I thought s
On 21/04/2010 08:17, Lara Spendier wrote:
> Dear list,
>
>
> I'm really hoping that someone of you is able to help me with my problem!
>
> Our system: Debian Lenny, Tomcat 6.0.18, mod_jk, Apache 2.2
6.0.18 is getting on now, plan an upgrade of your server(s).
> With the new version of the web
Dear list,
I'm really hoping that someone of you is able to help me with my
problem!
Our system: Debian Lenny, Tomcat 6.0.18, mod_jk, Apache 2.2
With the new version of the web application we're using, we have to
deploy a war-file in tomcat. Everything worked fine at the beginning,
but