> From: Bob Hall [mailto:[email protected]] > Subject: Re: Tomcat context startup failed > > The offending .jar files were not loaded and can't contribute to any > problems.
Don't bet on it: if the app has its own ClassLoader, it may well ignore the finer points of the servlet spec. Regardless, the invalid jars should be removed, since it's illegal to have them there. As André said, clean up the obvious errors before chasing down the more difficult ones. - 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 unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
