NoClassDefFoundError: javax/servlet/http/HttpServlet

2007-09-03 Thread Ghodmode
elloServlet mypackage.HelloServlet HelloServlet /helloservlet/* Thank you, -- Ghodmode

Re: NoClassDefFoundError: javax/servlet/http/HttpServlet

2007-09-03 Thread Ghodmode
VM? Thank you, Vince On 9/4/07, David Delbecq <[EMAIL PROTECTED]> wrote: > > Check you didn't add servlet-api to your webapp classpath. The > servlet-api must *not* be present in WEB-INF/lib > Ghodmode a écrit : > > I've had some problems loading servlets, so I

Re: NoClassDefFoundError: javax/servlet/http/HttpServlet

2007-09-03 Thread Ghodmode
On 9/4/07, Martin Gainty <[EMAIL PROTECTED]> wrote: > > Is servlet-api.jar in $CATALINA_HOME/common/lib > I've see reference to it on some forums, but there's no "common" directory in my Tomcat installation. -- Vince

Re: NoClassDefFoundError: javax/servlet/http/HttpServlet

2007-09-03 Thread Ghodmode
On 9/4/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > ... David D already pointed out the likely cause of the problem. > > - Chuck > Unfortunately, David's idea wasn't a solution for me. There aren't any files in my WEB-INF/lib directory. I only created this HelloServlet to eliminate

Re: NoClassDefFoundError: javax/servlet/http/HttpServlet

2007-09-03 Thread Ghodmode
On 9/4/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > > From: David Delbecq [mailto:[EMAIL PROTECTED] > > Subject: Re: NoClassDefFoundError: javax/servlet/http/HttpServlet > > > > Check also it's neither in shared/lib and that there is no CLASSPATH > > defined (tomcat handles all by itself

NoClassDefFoundError, Tomcat isn't seeing JARs in webapps//lib?

2007-09-03 Thread Ghodmode
This is related to my previous email thread, but slightly different circumstances. Apache Tomcat 6.0.14 Java 1.6.0_02-b05 Wicket 1.3.0-beta3 I'm trying to run a Wicket application and it's not working. I'm getting a NoClassDefFoundError: java.lang.NoClassDefFoundError: org/apache/wicket/protoco

Re: NoClassDefFoundError, Tomcat isn't seeing JARs in webapps//lib?

2007-09-04 Thread Ghodmode
On 9/4/07, David Delbecq <[EMAIL PROTECTED]> wrote: > > J2EE specs says librairies of a webapp must be in /WEB-INF/lib (that's > for the part about subjet line where you use /lib) Thank you David. That was a typo. I am actually using WEB-INF/lib. Now, for you mail content you seem to be indee

Re: NoClassDefFoundError, Tomcat isn't seeing JARs in webapps//lib?

2007-09-04 Thread Ghodmode
On 9/4/07, Per Johnsson <[EMAIL PROTECTED]> wrote: > > > Just a quick one, how do you start Tomcat? Is it another user? Does the > directories/apps have the correct rights. And does Tomcat/java have the > necessery rights to read, and run? > > Hi Per, I start Tomcat using $CATALINA_HOME/bin/startu

Re: NoClassDefFoundError, Tomcat isn't seeing JARs in webapps//lib?

2007-09-04 Thread Ghodmode
On 9/4/07, reno <[EMAIL PROTECTED]> wrote: > > hello, > > ... your web.xml is a bit different from the Wicket HelloWorld example > http://wicket.apache.org/examplehelloworld.html > > did you try with: > wicket.protocol.http.WicketServlet > ?? > and did you follow this tutorial?? > Hi Reno. Than

Re: NoClassDefFoundError, Tomcat isn't seeing JARs in webapps//lib?

2007-09-04 Thread Ghodmode
I guess it doesn't work perfectly. I've changed my symlinks to actual scripts, with two lines each. Change to the Tomcat directory, then run startup.sh. Now everything works fine every time :) Thank you all for your time and consideration. -- Vince On 9/4/07, Ghodmode <[EMAIL PROT