Re: easy question

2003-06-24 Thread David Zellhoefer
olger Klawitter wrote: Am Dienstag, 24. Juni 2003 11:28 schrieb David Zellhoefer: Hello! I have a easy question for you: 1)I have written a class called Test, compiled it and placed it in ~/WEB-INF/classes/ 2) Now I want to use objects from Test in a JSP, but if I try to use Test Tomcat always tel

Re: easy question

2003-06-24 Thread David Zellhoefer
a class being used in a JSP page, in your case - Test. Go to the environment settings of your computer and specify the classpath upto the folder ~/WEB-INF/classes. Bye, Gautam -Original Message- From: David Zellhoefer [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 2:59 PM To: [EMAIL

Re: easy question

2003-06-24 Thread David Zellhoefer
asses. Bye, Gautam -Original Message- From: David Zellhoefer [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 2:59 PM To: [EMAIL PROTECTED] Subject: easy question Hello! I have a easy question for you: 1)I have written a class called Test, compiled it and placed it in ~/WEB-INF/class

easy question

2003-06-24 Thread David Zellhoefer
Hello! I have a easy question for you: 1)I have written a class called Test, compiled it and placed it in ~/WEB-INF/classes/ 2) Now I want to use objects from Test in a JSP, but if I try to use Test Tomcat always tells me that it is not able to resolve the symbol. What shall I do? Do I need to ch