Re: Problem with shutting down tomcat5.5.29

2012-04-05 Thread Konstantin Kolinko
2012/4/5 Petr Hracek phrac...@gmail.com: Dear all, I now that I am using pretty old version of tomcat5, but I have a tricky problem. On the server is run apache2.2.21 and tomcat5 together. tomcat5 is used only as servlet container and not web server. Both are connected together over AJP1.3

Re: Problem with shutting down tomcat5.5.29

2012-04-05 Thread Petr Hracek
What I see in the start.log file is: 2012-04-05 15:28:04,557 [main] INFO org.apache.coyote.http11.Http11BaseProtocol - Initializing Coyote HTTP/1.1 on http-8080 2012-04-05 15:28:04,560 [main] INFO org.apache.catalina.startup.Catalina - Initialization processed in 1062 ms 2012-04-05 15:28:04,727

Re: Problem with shutting down tomcat5.5.29

2012-04-05 Thread Konstantin Kolinko
2012/4/5 Petr Hracek phrac...@gmail.com: What I see in the start.log file is: 2012-04-05 15:28:04,557 [main] INFO org.apache.coyote.http11.Http11BaseProtocol - Initializing Coyote HTTP/1.1 on http-8080 2012-04-05 15:28:04,560 [main] INFO org.apache.catalina.startup.Catalina - Initialization

Re: Problem with shutting down tomcat5.5.29

2012-04-05 Thread Terence M. Bandoian
On 1:59 PM, Konstantin Kolinko wrote: 2012/4/5 Petr Hracekphrac...@gmail.com: What I see in the start.log file is: 2012-04-05 15:28:04,557 [main] INFO org.apache.coyote.http11.Http11BaseProtocol - Initializing Coyote HTTP/1.1 on http-8080 2012-04-05 15:28:04,560 [main] INFO

problem in shutting down Tomcat server

2011-02-08 Thread James Godrej
I am using apache-tomcat-5.5.31 on a Ubuntu server.My services websites were running perfectly fine until today morning. I see it down. Here is a link http://sakai.openitup.in It is running in a reverse proxy situation and I see following log [Tue Feb 08 12:55:15 2011] [error] proxy: AJP:

Re: problem in shutting down Tomcat server

2011-02-08 Thread André Warnier
The title says problem in shutting down.., but this seems more about starting up. Are you hijacking another thread ? Apart from that, regarding : ./catalina.sh: 373: /usr/lib/jvm/java-6-sun-1.6.0.20/bin/java: not found There seems to be something funny with that path. In catalina.sh, this path

Re: problem in shutting down Tomcat server

2011-02-08 Thread James Godrej
lrwxrwxrwx 1 root root 15 2011-02-04 12:52 /usr/lib/jvm/java-6-sun-1.6.0.22/bin/java - ../jre/bin/java On Tue, Feb 8, 2011 at 2:22 PM, André Warnier a...@ice-sa.com wrote: The title says problem in shutting down.., but this seems more about starting up. Are you hijacking another thread ? No Apart from

Re: problem in shutting down Tomcat server

2011-02-08 Thread André Warnier
James Godrej wrote: ... I repeat : Are you sure that when you are *the same user as the one under which Tomcat normally runs*, you can find that java, by walking each component of the above path one after the other ? Like : su - tomcat55 cd /usr cd lib cd jvm .. and so on I have not changed

Re: problem in shutting down Tomcat server

2011-02-08 Thread Konstantin Kolinko
2011/2/8 James Godrej jamesgod...@yahoo.in: On Tue, Feb 8, 2011 at 2:20 PM, Konstantin Kolinko knst.koli...@gmail.com wrote: 2011/2/8 James Godrej jamesgod...@yahoo.in: ./catalina.sh: 373: /usr/lib/jvm/java-6-sun-1.6.0.20/bin/java: not found ./catalina.sh: 373:

Re: problem in shutting down Tomcat server

2011-02-08 Thread James Godrej
On Tue, Feb 8, 2011 at 2:51 PM, Konstantin Kolinko knst.koli...@gmail.com wrote: 2011/2/8 James Godrej jamesgod...@yahoo.in: On Tue, Feb 8, 2011 at 2:20 PM, Konstantin Kolinko knst.koli...@gmail.com wrote: 2011/2/8 James Godrej jamesgod...@yahoo.in: ./catalina.sh: 373:

Re: problem in shutting down Tomcat server

2011-02-08 Thread James Godrej
- Original Message From: James Godrej jamesgod...@yahoo.in To: Tomcat Users List users@tomcat.apache.org Sent: Tue, 8 February, 2011 3:59:32 PM Subject: Re: problem in shutting down Tomcat server On Tue, Feb 8, 2011 at 2:51 PM, Konstantin Kolinko knst.koli...@gmail.com wrote

Re: problem in shutting down Tomcat server

2011-02-08 Thread André Warnier
James Godrej wrote: - Original Message From: James Godrej jamesgod...@yahoo.in To: Tomcat Users List users@tomcat.apache.org Sent: Tue, 8 February, 2011 3:59:32 PM Subject: Re: problem in shutting down Tomcat server On Tue, Feb 8, 2011 at 2:51 PM, Konstantin Kolinko knst.koli

Re: problem in shutting down Tomcat server

2011-02-08 Thread James Godrej
On Tue, Feb 8, 2011 at 6:18 PM, André Warnier a...@ice-sa.com wrote: James Godrej wrote: - Original Message From: James Godrej jamesgod...@yahoo.in To: Tomcat Users List users@tomcat.apache.org Sent: Tue, 8 February, 2011 3:59:32 PM Subject: Re: problem in shutting down Tomcat

Re: problem in shutting down Tomcat server

2011-02-08 Thread James Godrej
On Tue, Feb 8, 2011 at 8:05 PM, André Warnier a...@ice-sa.com wrote: On Tue, Feb 8, 2011 at 6:18 PM, André Warnier a...@ice-sa.com wrote: James Godrej wrote: To avoid this same issue in the future, maybe you should set JAVA_HOME or JRE_HOME to a higher-level link to the Java installation

problem with shutting down

2009-05-24 Thread vijay sankar
I have recently downloaded the 6.0.18 binary distribution and I am running it in vista. I have started the server by running bootstrap.jar and it is working fine. I tried to stop the server by running the shutdown.bat, but it is not stopping. Can any one help me regarding this