Tomcat6 does not shutdown

2009-10-22 Thread NabiL
is: java.net.BindException: Address already in use Any help !! Thanks in adavance. Nabil -- View this message in context: http://www.nabble.com/Tomcat6-does-not-shutdown-tp26007416p26007416.html Sent from the Tomcat - User mailing list archive at Nabble.com

Re: Tomcat6 does not shutdown

2009-10-22 Thread NabiL
Thanks a lot for you help. Now, it's works fine Rainer Frey (Inxmail GmbH) wrote: On Thursday 22 October 2009 12:07:29 NabiL wrote: Hi, I use tomcat 6 installed on Linux RedHat5. I enabled JMX as follows JAVA_OPTS=$JAVA_OPTS -Djava.rmi.server.hostname=10.97.242.177

Re: Tomcat wait to start

2009-10-21 Thread NabiL
Thanks for your response. I will do it. Christopher Schultz-2 wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 NabiL, On 10/20/2009 7:57 AM, NabiL wrote: I use Tomcat 6.x running on server A (Linux redhat 5). i deployed a AMQ war file. This application is waiting to acquire

Re: Tomcat wait to start

2009-10-20 Thread NabiL
Any help !! NabiL wrote: Hi, I use Tomcat 6.x running on server A (Linux redhat 5). i deployed a AMQ war file. This application is waiting to acquire a lock because i run successfully the same application on another server B (Linux + Tomcat 6). Now if i try to restart tomcat

Re: Tomcat wait to start

2009-10-20 Thread NabiL
Hi again, I use ActiveMQ5.3 with shared database Mysql. 2 instances shared the same DB. Peter Crowther wrote: 2009/10/20 NabiL elaomari.na...@gmail.com: I use Tomcat 6.x running on server A (Linux redhat 5). i deployed a AMQ war file. This application is waiting to acquire a lock because

Re: Tomcat wait to start

2009-10-20 Thread NabiL
Hi Peter, There is no bug tomcat side. ActiveMQ is configured with Master/Slave. Tomca's logs indicates that ActiveMQ attempts to acquire the lock, this is why tomcat can't start after ActiveMQ start. Peter Crowther wrote: 2009/10/20 NabiL elaomari.na...@gmail.com: I use ActiveMQ5.3