jsp compiler error

2002-06-21 Thread Halil AKINCI
Hi all, I installed my computer (windows 98) jdk1.3 and Apache Tomcat 4.0, than I started Tomcat 4.0 and it is running now. I typed http://localhost:8080/ my browser and accessed tomcat index file. I can run servlet examples but when I want to run JSP examples I receive following error

Tomcat 4 jsp compiler error. Class in imported package not found.

2002-04-25 Thread pducuron \(kgb\)
I'm upgrating to tomcat 4.0.3 from 3.2.1, I placed my application into /webapps but when tomcat compiles my jsp pages it can't find classes I have imported in my jsp page. error: === org.apache.jasper.JasperException: Unable to compile class for JSPNote: sun.tools.javac.Main has been deprecated.

Re: Tomcat 4 jsp compiler error. Class in imported package notfound.

2002-04-25 Thread Phillip Morelock
try using a WEB-INF directory in your app. On 4/25/02 7:10 PM, pducuron (kgb) [EMAIL PROTECTED] wrote: I'm upgrating to tomcat 4.0.3 from 3.2.1, I placed my application into /webapps but when tomcat compiles my jsp pages it can't find classes I have imported in my jsp page. error: ===

Re: Tomcat 4 jsp compiler error. Class in imported package notfound.

2002-04-25 Thread pducuron \(kgb\)
PROTECTED] Sent: Thursday, 25. April 2002 19:15 Subject: Re: Tomcat 4 jsp compiler error. Class in imported package notfound. try using a WEB-INF directory in your app. On 4/25/02 7:10 PM, pducuron (kgb) [EMAIL PROTECTED] wrote: I'm upgrating to tomcat 4.0.3 from 3.2.1, I placed my application

RE: Tomcat 4 jsp compiler error. Class in imported package notfound.

2002-04-25 Thread Jay Gardner
Message- From: pducuron (kgb) [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 25, 2002 8:24 PM To: Tomcat Users List Subject: Re: Tomcat 4 jsp compiler error. Class in imported package notfound. Sorry, I forgot to put WEB-INF my my explanation. I'm using the normal aplication structure

Re: Tomcat 4 jsp compiler error. Class in imported package notfound.

2002-04-25 Thread pducuron \(kgb\)
: Thursday, 25. April 2002 19:46 Subject: RE: Tomcat 4 jsp compiler error. Class in imported package notfound. I don't know how much of this message is cut-n-paste, but it doesn't seem that the case of the class name is consistent all the way through your message. import