Created a Wicket application and runs fine using "mvn jetty:run" and
then created a WAR using "mvn package". When the app is deployed in
Tomcat, only the home page shows up correctly but all other links
giving 404.

For example

http://localhost:8080/runner/newrun works fine with Jetty but
http://localhost:8080/runner-1.0-SNAPSHOT/runner/newrun gives an error
in Tomcat.

Any idea ?

-Arun

-- 
Need Application Server ? - Download glassfish.org
Blog: http://blog.arungupta.me

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to