Hi,
I am currently struggling with a very strange behaviour between Wicket
(1.3.4) and my mod_proxy configuration.

The usual calls to BookmarkablePageLinks work perfectly. The same goes
out to resource loading and so on. However, as soon as I want to work
with AjaxFallbackLinks and so on I always get a "Page Expired" page
telling me that the page I requested has expired.

My scenario is as follows:
- I have an Apache 2 Server for static content (images) in the url
www.myhost.com/pictures
- In addition to that I have a Tomcat server hosting my webapp which
should be accessed unter www.myhost.com

The mod_proxy config is as follows:

ProxyPass /pictures !
ProxyPass / ajp://localhost:8009/site-1.0-SNAPSHOT/app/
ProxyPassReverse / ajp://localhost:8009/site-1.0-SNAPSHOT/app/
ProxyPassReverseCookiePath / /site-1.0-SNAPSHOT/app


Any suggestions what I am missing here?

Thanks a lot in advance,
Mike

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to