Re: Tomcat fails on restart: BindException

2010-04-21 Thread Lara Spendier
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

Re: Tomcat fails on restart: BindException

2010-04-21 Thread Pid
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

Tomcat fails on restart: BindException

2010-04-21 Thread Lara Spendier
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