You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Keith Ng <wo...@yahoo.com> on 2002/03/05 08:37:59 UTC

How to log shutting down of tomcat

is there anyway to log the shutting down of tomcat? My tomcat server tend to
auto shutdown for unknown reasons. I have been trying to trace to no avail.
Currently using 1.3.1 and tomcat 4.0.2. it shuts down like after 4-5 hours
and i wasnt able to track why did it shutdown. I have changed my ODBC-JDBC
bridge(type 1) to type 4 drivers. It could also be my tomcat crashing... i
do not know.



_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


HOW TO start tomcat on linux boot

Posted by Gustavo Souza <gs...@tudoweb.net>.
hello, im trying to start tomcat on linux boot...

but $CATALINA_HOME/bin/startup.sh didnt work on the rc.local

it only works when I type it on prompt..

anyone can help ?

thanks



--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


RE: How to log shutting down of tomcat

Posted by Keith Ng <wo...@yahoo.com>.
Btw i ran it this way


C:\Tomcat-4.0.2\bin>startup -f $CATALINA_HOME/logs/catalina.out
Using CATALINA_BASE:   C:\Tomcat-4.0.2
Using CATALINA_HOME:   C:\Tomcat-4.0.2
Using CATALINA_TMPDIR: C:\Tomcat-4.0.2\temp
Using JAVA_HOME:       C:\jdk1.3.1
C:\Tomcat-4.0.2\bin>



-----Original Message-----
From: Keith Ng [mailto:woonbock@yahoo.com]
Sent: Thursday, March 07, 2002 4:01 AM
To: Tomcat Users List
Subject: RE: How to log shutting down of tomcat


I have tried running with "startup -f $CATALINA_HOME/logs/catalina.out" in
command promot, tomcat window comes up a while den disappear, if i do it
with just startup there is no problem

using win2k btw

-----Original Message-----
From: lass@infopro.spb.su [mailto:lass@infopro.spb.su]On Behalf Of Lev
Assinovsky
Sent: Tuesday, March 05, 2002 4:17 PM
To: Tomcat Users List
Subject: Re: How to log shutting down of tomcat


You can see tomcat's shutdown in /logs/catalina.out
Run tail -f $CATALINA_HOME/logs/catalina.out

Keith Ng wrote:

> is there anyway to log the shutting down of tomcat? My tomcat server tend
to
> auto shutdown for unknown reasons. I have been trying to trace to no
avail.
> Currently using 1.3.1 and tomcat 4.0.2. it shuts down like after 4-5 hours
> and i wasnt able to track why did it shutdown. I have changed my ODBC-JDBC
> bridge(type 1) to type 4 drivers. It could also be my tomcat crashing... i
> do not know.
>
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
>
> --
> To unsubscribe:   <ma...@jakarta.apache.org>
> For additional commands: <ma...@jakarta.apache.org>
> Troubles with the list: <ma...@jakarta.apache.org>

--
Lev Assinovsky                Peterlink Web
Programmer                    St. Petersburg, Russia
Tel/Fax: +7 812 3275343       197022 ul.Chapigina 7а
E-mail: lev@peterlink.ru




--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>



_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>



_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


RE: How to log shutting down of tomcat

Posted by Keith Ng <wo...@yahoo.com>.
I have tried running with "startup -f $CATALINA_HOME/logs/catalina.out" in
command promot, tomcat window comes up a while den disappear, if i do it
with just startup there is no problem

using win2k btw

-----Original Message-----
From: lass@infopro.spb.su [mailto:lass@infopro.spb.su]On Behalf Of Lev
Assinovsky
Sent: Tuesday, March 05, 2002 4:17 PM
To: Tomcat Users List
Subject: Re: How to log shutting down of tomcat


You can see tomcat's shutdown in /logs/catalina.out
Run tail -f $CATALINA_HOME/logs/catalina.out

Keith Ng wrote:

> is there anyway to log the shutting down of tomcat? My tomcat server tend
to
> auto shutdown for unknown reasons. I have been trying to trace to no
avail.
> Currently using 1.3.1 and tomcat 4.0.2. it shuts down like after 4-5 hours
> and i wasnt able to track why did it shutdown. I have changed my ODBC-JDBC
> bridge(type 1) to type 4 drivers. It could also be my tomcat crashing... i
> do not know.
>
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
>
> --
> To unsubscribe:   <ma...@jakarta.apache.org>
> For additional commands: <ma...@jakarta.apache.org>
> Troubles with the list: <ma...@jakarta.apache.org>

--
Lev Assinovsky                Peterlink Web
Programmer                    St. Petersburg, Russia
Tel/Fax: +7 812 3275343       197022 ul.Chapigina 7а
E-mail: lev@peterlink.ru




--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>



_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


Re: How to log shutting down of tomcat

Posted by Lev Assinovsky <le...@peterlink.ru>.
You can see tomcat's shutdown in /logs/catalina.out
Run tail -f $CATALINA_HOME/logs/catalina.out

Keith Ng wrote:

> is there anyway to log the shutting down of tomcat? My tomcat server tend to
> auto shutdown for unknown reasons. I have been trying to trace to no avail.
> Currently using 1.3.1 and tomcat 4.0.2. it shuts down like after 4-5 hours
> and i wasnt able to track why did it shutdown. I have changed my ODBC-JDBC
> bridge(type 1) to type 4 drivers. It could also be my tomcat crashing... i
> do not know.
>
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
>
> --
> To unsubscribe:   <ma...@jakarta.apache.org>
> For additional commands: <ma...@jakarta.apache.org>
> Troubles with the list: <ma...@jakarta.apache.org>

--
Lev Assinovsky                Peterlink Web
Programmer                    St. Petersburg, Russia
Tel/Fax: +7 812 3275343       197022 ul.Chapigina 7а
E-mail: lev@peterlink.ru




--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>