Re: need help on jsp issue under Tomcat 5.5.17

2006-08-18 Thread Mark Thomas
Tom Jerry wrote: > ---test.jsp This works fine for me. Just copied it into tomcat-docs/test.jsp and it worked out of the box. > In addition, I have verified : > - CLASSPATH setting is correct, which contains the dt.jar/tools.jar from > JDK > 1.5 and jsp-api.jar/servlet-api.jar from Tomcat. M

RE: need help on jsp issue under Tomcat 5.5.17

2006-08-18 Thread Caldarale, Charles R
> 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

RE: need help on jsp issue under Tomcat 5.5.17

2006-08-18 Thread Martin Gainty
Ning- make sure rt.jar is on your CLASSPATH My copy is located on %JAVA_HOME%/jre/lib HTH Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This transmission

RE: need help on jsp issue under Tomcat 5.5.17

2006-08-18 Thread Mark Babcock
Ning, Where are you putting the test file? I copied your test file and dropped it into my tomcat folder and it ran without a hitch. Can you view the samples that come with tomcat? -Original Message- From: Tom Jerry [mailto:[EMAIL PROTECTED] Sent: Friday, August 18, 2006 1:06 PM To: u

RE: need help on jsp issue under Tomcat 5.5.17

2006-08-18 Thread Propes, Barry L
did you import the proper packages into the JSP? -Original Message- From: Tom Jerry [mailto:[EMAIL PROTECTED] Sent: Friday, August 18, 2006 12:06 PM To: users@tomcat.apache.org Subject: need help on jsp issue under Tomcat 5.5.17 Hi there, I recently downloaded and installed Tomcat 5.5.1