wicket « URL « JSP-Servlet Q&A





1. Alter URL prefix for Wicket resource URLs?    stackoverflow.com

Wicket automatically generates URLs to resources (images etc.) with the prefix "resources" (e.g. "http://localhost:8080/resources/org.apache.wicket.ajax.WicketAjaxReference/wicket-ajax.js"). Is it possible to change this prefix from "resources" to something else (like "res")? I have another servlet ...

2. servlets behind a proxy: getting un-proxied URL    stackoverflow.com

Is there anything in the Servlet spec, Tomcat, or Wicket that will allow a webapp running behind mod_proxy to determine the non-proxied URL of the request? We need to send out emails ...