Hi,

http://cwiki.apache.org/WICKET/wicket-behind-a-front-end-proxy.html
shows this configuration:

<VirtualHost ordering.company.com>
  ProxyPass / http://appserver.company.com:8080/ordering/
  ProxyPassReverse / http://appserver.company.com:8080/ordering/
  # Apache 2.2+ only
  ProxyPassReverseCookiePath /ordering /
</VirtualHost>

as impossible until getApplicationSettings().setContextPath("/");
But it says in 1.3 it must work because it uses relative paths.
My experience shows that <contextPath> is still added in URL in links
and I don't know why.

Was anyone successfull in deploing Wicket 1.3.5 when Tomcat is used by
Apache through mod_proxy?
If yes, please, send me example of configuration. What I need to do in web.xml?

Thank you,
Tony.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to