wicket « Tomcat « JSP-Servlet Q&A





1. Can a Wicket application trigger a restart of itself without a manager password?    stackoverflow.com

I'm new to Wicket and would like to maintain a web application from inside itself using some sort of maintenance admin page for running clean-up, DB updates, recovery and so on. ...

2. How to correct (Wicket in) Tomcat at /myapp behinds Apache proxy at / that send incorrect redirect to /myapp/xxx instead of /xxx?    stackoverflow.com

I have deployed my Wicket app at /myapp in Tomcat, and I have put it behind Apache web server using

ProxyPass / http://localhost:8080/myapp/
ProxyPassReverse / http://localhost:8080/myapp/
Now Wicket incorrectly redirect users to /myapp/xxx instead ...