I discovered that if in mod_jk.conf i change
JkMount /quickstart/app/* ajp13
to
JkMount /quickstart/* ajp13
it works.
Servlet mapping in web.xml :
<servlet-mapping>
<servlet-name>quickstart</servlet-name>
<url-pattern>/app/*</url-pattern>
</servlet-mapping>
Any idea how I can solve this problem ? I wouldn't want all requests to be
directed to tomcat.
Thanks
Vicky
--
View this message in context:
http://www.nabble.com/problem-deploying-quickstart-application-on-tomcat%2Bapache-%28mod_jk%29-tp21882831p21916488.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]