Re: NoClassDefFoundError: Tomcat problem?

2007-09-04 Thread Ghodmode
On 9/4/07, Igor Vaynberg [EMAIL PROTECTED] wrote: go to quickstart dir and run mvn package, that will create a war you can deploy on any servlet container. -igor I tried to take your advice, but I didn't have any success. I'll spare everyone the painful details. The end result is the

Re: NoClassDefFoundError: Tomcat problem?

2007-09-04 Thread Johan Compagner
thats very odd if that is the case, looks like a tomcat bug to me. On 9/4/07, Ghodmode [EMAIL PROTECTED] wrote: On 9/4/07, Igor Vaynberg [EMAIL PROTECTED] wrote: go to quickstart dir and run mvn package, that will create a war you can deploy on any servlet container. -igor I

Re: NoClassDefFoundError: Tomcat problem?

2007-09-03 Thread Igor Vaynberg
make sure your wicket-1.3.0-beta3 jar is good, looks like tomcat has a problem opening it and finding the webapp calss. also on a related note hellowicket.html should be in the same dir as hellowicket.java if you cant get it to work i strongly recommend creating an app using our maven2

Re: NoClassDefFoundError: Tomcat problem?

2007-09-03 Thread Ghodmode
On 9/4/07, Igor Vaynberg [EMAIL PROTECTED] wrote: make sure your wicket-1.3.0-beta3 jar is good, looks like tomcat has a problem opening it and finding the webapp calss. The JAR file is good. I was able to compile against it and look at it and unzip it to look at the files and confirm the