> From: Martin Gainty [mailto:[EMAIL PROTECTED] > Subject: RE: need help on jsp issue under Tomcat 5.5.17 > > make sure rt.jar is on your CLASSPATH
Absolutely do not ever, ever do this. Items pointed to by the CLASSPATH variable (or -cp launcher option) are loaded by the system classloader - the default application classloader. Items from rt.jar MUST be loaded by the bootstrap classloader, never the system classloader. Get some Java training. - 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]