What is the problem you are having, we use mod_proxy in several environments with wicket / tomcat.
Jeremy On Wed, Nov 19, 2008 at 7:31 AM, Martin Tilma <[EMAIL PROTECTED]> wrote: > Hello Anton, > > Have a look at: > http://tomcat.apache.org/tomcat-6.0-doc/config/http.html#Proxy%20Support > > maybe this helps? > > Regards, > > Martin > > > 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] >> >> > > -- > Martin Tilma > Func. Internet Integration > W http://www.func.nl > T +31 20 4230000 > F +31 20 4223500 > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Jeremy Levy See my location in real-time: http://seemywhere.com/jeremy Right now we are paying a $2,500 referral fee for any full-time hire we make and keep for 90 days. We're looking for Java Developers and Marketers with Internet marketing experience. You can earn this fee if your referral leads directly to us hiring one of these people. Call or email me for details.
