> From: Tuomas [mailto:[EMAIL PROTECTED] 
> Subject: RE: forced to constantly restart Tomcat
> 
> I didn't find anything "special" in the localhost file.

The catalina files are more likely to have something of interest.  In
particular, look during the time period right after you make the browser
request.  See if anything like these messages is in there:

Nov 2, 2006 1:00:42 AM org.apache.commons.logging.impl.Jdk14Logger info
INFO: Pausing Coyote HTTP/1.1 on http-80
Nov 2, 2006 1:00:43 AM org.apache.commons.logging.impl.Jdk14Logger info
INFO: Stopping service Catalina
Nov 2, 2006 1:00:44 AM org.apache.commons.logging.impl.Jdk14Logger info
INFO: Stopping Coyote HTTP/1.1 on http-80

If so, whatever caused Tomcat to terminate (assuming it did) may be
recorded just in front of them.

> Could this "restarting obligation" have something
> to do with permissions etc?

Not likely, but it wouldn't hurt to verify that everything in the Tomcat
directory tree is owned by whatever userid you're running Tomcat under
(presumably your own), and there are owner write permissions on all
directories.

> Why me? ;-)

Why not?

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to