RE: [Eclipse-Tomcat] Problem by deploying from Eclipse to Tomcat

2008-02-11 Thread 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 /common/lib. > > I doubt that's the cause. :-) &

RE: [Eclipse-Tomcat] Problem by deploying from Eclipse to Tomcat

2008-02-11 Thread Larry Isaacs
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

Re: [Eclipse-Tomcat] Problem by deploying from Eclipse to Tomcat

2008-02-09 Thread Thomas Chang
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

Re: [Eclipse-Tomcat] Problem by deploying from Eclipse to Tomcat

2008-02-09 Thread David Brown
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

Re: [Eclipse-Tomcat] Problem by deploying from Eclipse to Tomcat

2008-02-09 Thread Ken Bowen
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

[Eclipse-Tomcat] Problem by deploying from Eclipse to Tomcat

2008-02-09 Thread Thomas Chang
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