Hi all,
In my application while starting the
Tomcat server I am starting two threads by using 'load on startup' element in 'web.xml'. There is no problem while starting the server. But while shutdown the server I am getting the following warning message as following. Because of that the threads where not killed and doing its function even after the server shutdown.( I am using Tomcat 5.18 build version )
---------------Error----------------------------
INFO: Stoping http11 protocol on 8080 Catalina:type=ThreadPool,name=http8080
18-Mar-2004 16:48:00 org.apache.catalina.core.StandardHostDeployer remove
INFO: Removing web application at context path /okn
18-Mar-2004 16:48:01 org.apache.catalina.logger.LoggerBase stop
INFO: unregistering logger Catalina:type=Logger,host=localhost
18-Mar-2004 16:48:01 org.apache.catalina.logger.LoggerBase stop
INFO: unregistering logger Catalina:type=Logger
----------Started newssheet updation-----------
18-Mar-2004 16:48:13 org.apache.catalina.loader.WebappClassLoader findResourceIn
ternal
INFO: Illegal access: this web application instance has been stopped already (th
e eventual following stack trace is caused by an error thrown for debugging purp
oses as well as to attempt to terminate the
thread which caused the illegal acce
ss, and has no functional impact)
18-Mar-2004 16:48:13 org.apache.catalina.loader.WebappClassLoader loadClass
INFO: Illegal access: this web application instance has been stopped already (th
e eventual following stack trace is caused by an error thrown for debugging purp
oses as well as to attempt to terminate the thread which caused the illegal acce
ss, and has no functional impact)
---------------Error----------------------------
I am using log4j for my application to log the activities. Could be the problem because of this??!
Kindly help me to solve this problem.
regards,
Selvakumar.