Maybe some of the log might help:
*****************************
2003-12-31 08:19:20 StandardManager[/Secure]: Seeding random number generator class
java.security.SecureRandom2003-12-31 08:19:20 StandardManager[/Secure]: Seeding of random number generator has been completed
2003-12-31 08:19:20 StandardContext[/Secure]: Posting standard context attributes
2003-12-31 08:19:20 StandardContext[/Secure]: Configuring application event listeners
2003-12-31 08:19:20 StandardContext[/Secure]: Sending application start events
2003-12-31 08:19:20 StandardContext[/Secure]: Starting filters
2003-12-31 08:19:20 StandardWrapper[/Secure:default]: Loading container servlet default
2003-12-31 08:19:20 StandardWrapper[/Secure:invoker]: Loading container servlet invoker
2003-12-31 08:19:20 StandardContext[/Secure]: Starting completed
2003-12-31 08:19:20 HostConfig[ServerName]: HostConfig: Processing START
2003-12-31 08:19:20 HostConfig[ServerName]: Deploying discovered web applications
2003-12-31 08:19:20 HostConfig[ServerName]: Starting background thread
2003-12-31 08:19:20 HostConfig[ServerName]: BACKGROUND THREAD Starting
2003-12-31 08:19:20 EngineConfig: EngineConfig: Processing START
2003-12-31 08:19:35 HostConfig[ServerName]: Deploying discovered web applications
2003-12-31 08:19:50 HostConfig[ServerName]: Deploying discovered web applications
2003-12-31 08:20:05 HostConfig[ServerName]: Deploying discovered web applications
2003-12-31 08:20:20 HostConfig[ServerName]: Deploying discovered web applications
2003-12-31 08:20:35 HostConfig[ServerName]: Deploying discovered web applications
2003-12-31 08:20:50 HostConfig[ServerName]: Deploying discovered web applications
2003-12-31 08:21:05 HostConfig[ServerName]: Deploying discovered web applications
2003-12-31 08:21:19 HostConfig[ServerName]: Deploying discovered web applications
>>> howardw@(protected) >>>
Everything appears to work fine except the message:
HostConfig[ServerName]: Deploying discovered web applications
repeating every 15 seconds. Any help would be appreciated.
Netware6 sp3
Apache2.0.48
Tomcat4.1.29
mod_jk1.2.5
SERVER.XML
*********
<Service name="Tomcat-esgwNet">
<Connector className="
org.apache.coyote.tomcat4.CoyoteConnector"
port="59009" minProcessors="5" maxProcessors="75"
enableLookups="true" redirectPort="59443"
acceptCount="10" debug="5" connectionTimeout="0"
useURIValidationHack="false"
protocolHandlerClassName="
org.apache.jk.server.JkCoyoteHandler"
tomcatAuthentication="false" />
<Engine name="Intranet" defaultHost="ServerName" debug="2">
<Logger className="
org.apache.catalina.logger.FileLogger"
prefix="intranet_log." suffix=".txt"
timestamp="true"/>
<Host name="ServerName" debug="5" appBase="SYS:/Apache2/intranet/webapps/secure"
unpackWARs="true" autoDeploy="true">
<Context path="/Secure"
docBase="SYS:/Apache2/intranet/webapps/secure"
debug="2"
reloadable="true" >
</Context>
<Context path="/Clients"
docBase="SYS:/Apache2/intranet/webapps/secure/db/clients"
debug="2"
reloadable="true" >
</Context>
</Host>
</Engine>
</Service>
INTRANET.PROPERTIES for Apache
*****************************
worker.ajp13.port=59009
worker.apj13.host=ServerName
worker.ajp13.type=ajp13
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)