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

2007-09-04 Thread David Delbecq
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) Now, for you mail content you seem to be indeed using WEB-INF/lib, and it seems to be the 3 libs required by wicket example. I suggest you investigate the possibility of

Re: NoClassDefFoundError, Tomcat isn't seeing JARs in webapps/appname/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 indeed

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

2007-09-04 Thread Per Johnsson
09:22 To: Tomcat Users List Subject: Re: NoClassDefFoundError, Tomcat isn't seeing JARs in webapps/appname/lib? 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

Re: NoClassDefFoundError, Tomcat isn't seeing JARs in webapps/appname/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/startup.sh and

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

2007-09-04 Thread reno
hello, Here's my web.xml: @home:~/dev/tomcat/webapps/HelloWicket/WEB-INF$ cat web.xml ?xml version=1.0 encoding=UTF-8? !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN http://java.sun.com/dtd/web-app_2_3.dtd; web-app context-param

NoClassDefFoundError, Tomcat isn't seeing JARs in webapps/appname/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: