2004-02-26 09:41:46 UTC
I get this messages when I try to shutdown Tomcat 5.0. It happened when I started using Quartz in my Tomcat app...
INFO: Removing web application at context path /cms
26-Feb-2004 17:42:18 org.apache.catalina.core.StandardHostDeployer remove
INFO: Removing web application at context path /manager
26-Feb-2004 17:42:18 org.apache.catalina.core.StandardHostDeployer remove
INFO: Removing web application at context path
26-Feb-2004 17:42:18 org.apache.catalina.logger.LoggerBase stop
INFO: unregistering logger Catalina:type=Logger,host=localhost
26-Feb-2004 17:42:18 org.apache.catalina.logger.LoggerBase stop
INFO: unregistering logger Catalina:type=Logger
26-Feb-2004 17:42:20 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)
Any ideas what all those words means, anyone?..
Melvin