I would look into using the log4j syslog appender
http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/net/SyslogA
ppender.html
If you have a syslogd on the server in the unix network (very likely)
you can have it send the messages there via the syslog protocol.
Andrew
-Original M
--
From: Rainer Jung [mailto:[EMAIL PROTECTED]
Sent: Monday, July 07, 2008 1:42 PM
To: Tomcat Users List
Subject: Re: Mod_JK / Tomcat Connector Default Maintenance Page
Replogle, Andrew wrote:
> Unfortunately, in IIS, 400, 403.9, 411, 414, 500, 500.11, 500.14,
> 500.15, 501, 503, and 505 codes
now this is possible with
the Apache web server, I suppose IIS can do it too.
(Tomcat's error-page directive doesn't work because the webapp, or all
of Tomcat, is down so it can't generate a custom error page.)
--
Len
On Mon, Jul 7, 2008 at 13:08, Replogle, Andrew
<[EMAIL PROTEC
Hello,
I've noticed that when my tomcat instances are down and the ajp
transports unreachable the tomcat connector displays a generic
maintenace page. Is there a way to tell the tomcat connector to point to
a custom site-down / maintenance page?
I'm using version 1.2.26 of the Isapi redirector