Re: Broken URLs when app packaged as WAR

2009-08-29 Thread Major Péter
Maybe this helps you: http://www.coderanch.com/t/87915/Tomcat/tomcat-define-context-root-name How did you mounted your url's? How did you created your link to the newrun page? Regards, Peter 2009-08-28 20:24 keltezéssel, Arun Gupta írta: Created a Wicket application and runs fine using mvn

Broken URLs when app packaged as WAR

2009-08-28 Thread Arun Gupta
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