> From: Steven Crosley [mailto:[EMAIL PROTECTED]
> Subject: Re: servlet-api.jar jsp path is empty
>
> Doesn't look like I have the jsp-api.jar anywhere else. Could there
> be another reason why it can't find the class?
Make sure CLASSPATH isn't set.
You can tu
Doesn't look like I have the jsp-api.jar anywhere else. Could there
be another reason why it can't find the class?
Thanks,
Steven
On Nov 26, 2007, at 1:05 PM, Caldarale, Charles R wrote:
From: Steven Crosley [mailto:[EMAIL PROTECTED]
Subject: Re: servlet-api.jar jsp path is emp
> From: Steven Crosley [mailto:[EMAIL PROTECTED]
> Subject: Re: servlet-api.jar jsp path is empty
>
> Ah, ok. It is in the jsp-api.jar. Unfortunately, that makes it
> harder for me to determine why the error is occurring.
Make sure that jsp-api.jar is not in some other loca
-
- Original Message -
From: "Steven Crosley" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Monday, November 26, 2007 1:07 PM
Subject: servlet-api.jar jsp path is empty
Hi,
I was getting this error from my app:
Caused by: java.lang.NoClassDefFoundError
jsp-api.jar comes with TC6 binary distro and is located in
$CATALINA_HOME/lib
do you not have it?
M-
- Original Message -
From: "Steven Crosley" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Monday, November 26, 2007 1:07 PM
Subject: servlet-api.jar jsp p
Hi,
I was getting this error from my app:
Caused by: java.lang.NoClassDefFoundError: javax/servlet/jsp/tagext/
TagSupport
So I looked in the servlet-api.jar file that was included with my
Tomcat 6 download and noticed that the javax/servlet/jsp/ folder is
empty. I'm guessing this was by