no, i didn't include any of the servlet or jasper in my jsp import statements.
that shouldn't be necessary should it? by default, those import statements are there when the jsp page gets turned into a servlet to be compiled. it's during the compilation (and the automatic importing of javax.servlet.*** etc ) that the problem presents itself. i'm assuming that tomcat should be loading those classes by defualt since it is a webserver and jsp page compiler, after all. yikes, i can't figure it out. thanks, frank -----Original Message----- From: Benjamin L. May [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 27, 2001 1:22 PM To: Tomcat Users List Subject: Re: tomcat cannot find it's own jar files..HELP! Did you include import statements for those servlet classes in your JSP? > i've always loved the ease of use of tomcat until i tried tomcat 4. > > i deployed a simple web application and none of the > servlet, jasper or catalina jar files seem to get loaded. > > i was surprised to see a ton of... > > import javax.servlet.xxx ... not found > > type errors when i tested a jsp page. > > do you have any idea why this would happen? > > i see the jar files in their respective lib directories? > > thanks, > > frank > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
