> From: David Smith [mailto:[EMAIL PROTECTED] > Subject: Re: Webapps inexplicably losing access to > common/shared classloaders > > Hmmmm..... only fixed by a system restart? This sounds like an > environment variable is changed during start or stop and the > new value is bad. Your start and stop scripts aren't attempting > to set classpath or something evil like that are they?
Can't be that specifically, since the CLASSPATH environment variable isn't used by the JVM proper, just the launcher in the absence of the -cp parameter. Probably not any other environment variables, since (AFAIK) Tomcat's classloaders don't look at any. However, it might be interesting to compare the system properties visible to Tomcat after a reboot with those after a Tomcat restart. The LambdaProbe add-on can display them, for example. Turning on -verbose:class might also provide some hints, but it will produce a lot of output. - 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]