mailto:[EMAIL PROTECTED]
> Sent: Saturday, February 09, 2008 3:31 PM
> To: users@tomcat.apache.org
> Subject: Re: [Eclipse-Tomcat] Problem by deploying from Eclipse to
> Tomcat
>
> The servlet-api-2.4.jar is already in /common/lib.
>
> I doubt that's the cause. :-)
&
t; From: Thomas Chang [mailto:[EMAIL PROTECTED]
> Sent: Saturday, February 09, 2008 3:31 PM
> To: users@tomcat.apache.org
> Subject: Re: [Eclipse-Tomcat] Problem by deploying from Eclipse to
> Tomcat
>
> The servlet-api-2.4.jar is already in /com
The servlet-api-2.4.jar is already in /common/lib.
I doubt that's the cause. :-)
*
The missing class:
javax/servlet/ServletRequestListener
occurs in servlet-api.jar which appears to be missing in your
configuration. The best place for it is in
Hello, do you have the servlet-api-2.x.jar (or similar) loaded using the
Eclipse Project Properties? What is in the Eclipse Libraries tab? Run jarscan
to see where your (assuming .war) is picking up the the package and class. Are
you exporting a .war from Eclipse? What is your Eclipse JavaBuilde
The missing class:
javax/servlet/ServletRequestListener
occurs in servlet-api.jar which appears to be missing in your
configuration. The best place for it is in
Tomcat's common/lib.
-Ken
Thomas Chang wrote:
Hi all,
I am not sure if I should put my question here. But I can't google
Hi all,
I am not sure if I should put my question here. But I can't google out the
right place. Hope someone here can help. :-)
I built a web-app and can deploy it successfully from Tomcat Manager. But as
I deploy it from the Eclipse, I get the following exception.
P.S.: I use