-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Paul,
On 7/26/2009 5:47 AM, Paul van Hoven wrote:
> Yeah, that was it. Thanks for the great help. I deleted gwt-user.jar and
> now it runs perfectly fine.
For a bit of background, the Servlet API classes are supposed to be
located in one place only:
Yeah, that was it. Thanks for the great help. I deleted gwt-user.jar and
now it runs perfectly fine.
Juha Laiho schrieb:
Caldarale, Charles R wrote:
From: Paul van Hoven [mailto:paul.van.ho...@googlemail.com]
Subject: Re: On my Webserver: java.lang.NoClassDefFoundError:
javax/servlet/http
Caldarale, Charles R wrote:
>> From: Paul van Hoven [mailto:paul.van.ho...@googlemail.com]
>> Subject: Re: On my Webserver: java.lang.NoClassDefFoundError:
>> javax/servlet/http/HttpServlet
>>
>> gwt-servlet.jar
>
> I have some recollection that the above j
> From: Paul van Hoven [mailto:paul.van.ho...@googlemail.com]
> Subject: Re: On my Webserver: java.lang.NoClassDefFoundError:
> javax/servlet/http/HttpServlet
>
> gwt-servlet.jar
I have some recollection that the above jar is the trouble maker; take a look
inside it.
Thanks for the answer. Here's a list of all the jars that i include:
activation.jar
antlr-2.7.6.jar
c3p0-0.9.1.2.jar
commons-beanutils-1.8.0.jar
commons-codec-1.3.jar
commons-collections-3.2.1.jar
commons-fileupload-1.2.1.jar
commons-httpclient-3.1.jar
commons-io-1.4.jar
commons-lang-2.4.jar
comm
What jars are in your webapp? Did you include any that might duplicate
those distributed in the servlet-api.jar file?
--David
Paul van Hoven wrote:
> I just rented a server for providing an internet service. Before, i
> developped the application on my local machine which is running mac os
> x l
I just rented a server for providing an internet service. Before, i
developped the application on my local machine which is running mac os x
leopard. I also installed tomcat for testing my application. After
creating a war file i place the webapp in the CATALINA_HOME/webapps
folder on my local