Re: Tomcat Problem

2008-04-08 Thread Tormod Ă˜verlier
Did you find a solution to this problem? I've got the same problem. Soniya wrote: yes I am running it development mode. -- View this message in context: http://www.nabble.com/Tomcat-Problem-tp15607207p16558427.html Sent from the Wicket - User mailing list archive at Nabble.com

Tomcat Problem

2008-02-21 Thread Soniya
://www.nabble.com/Tomcat-Problem-tp15607207p15607207.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat Problem

2008-02-21 Thread Maurice Marrink
in the file. Is their any solution for this please replay. Thanks in advance. -- View this message in context: http://www.nabble.com/Tomcat-Problem-tp15607207p15607207.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Tomcat Problem

2008-02-21 Thread Juan Gabriel Arias
Are you running in development mode?

Re: Tomcat Problem

2008-02-21 Thread Soniya
yes I am running it development mode. -- View this message in context: http://www.nabble.com/Tomcat-Problem-tp15607207p15627355.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail

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

NoClassDefFoundError: Tomcat problem?

2007-09-03 Thread Ghodmode
I'm having a problem deploying a Wicket application, so I create a basic HelloWicket app and I'm still getting the problem: java.lang.NoClassDefFoundError: org/apache/wicket/protocol/http/WebApplication Apache Tomcat 6.0.14 Java 1.6.0_02-b05 Wicket 1.3.0-beta3 I think that this is a Tomcat

Re: NoClassDefFoundError: Tomcat problem?

2007-09-03 Thread Igor Vaynberg
still getting the problem: java.lang.NoClassDefFoundError: org/apache/wicket/protocol/http/WebApplication Apache Tomcat 6.0.14 Java 1.6.0_02-b05 Wicket 1.3.0-beta3 I think that this is a Tomcat problem. Maybe I'm misunderstanding something basic about application deployment on Tomcat

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