Re: Using tomcat server in wicket application

2013-02-18 Thread Martin Grigorov
On Sun, Feb 17, 2013 at 10:16 PM, kshitiz wrote: > I found the reason of my cause which is perhaps a very stupid one. Posting > the answer in case any one find himself in the same trouble. There was no > web.xml file in web-inf folder of webContent. Tomcat was not able to find > the file and so w

Re: Using tomcat server in wicket application

2013-02-11 Thread Francois Meillet
1) You neeed to insert this lines in your web.xml WicketFilter org.apache.wicket.protocol.http.WicketFilter applicationClassName yourpackages.WicketApplication WicketFilter /* 2) in your applicationClass

Re: Using tomcat server in wicket application

2013-02-11 Thread Francois Meillet
what do you mean by not able to find appropriate resource ? Francois Meillet AtomicThread Formation & Développement Wicket Le 12 févr. 2013 à 07:37, kshitiz a écrit : > Hi, > > I have a wicket application running fine using Jetty server. But I need to > deploy the application in tomcat se