Re: Wicket 1.3.5 behind a front-end proxy

2008-11-21 Thread Roman Zechner
Maybe this is related to servlet mapping? http://cwiki.apache.org/WICKET/best-practices-and-gotchas.html#BestPracticesandGotchas-WicketServletMapping Roman Anton Veretennikov schrieb: To get Apache 2.2 to proxy around Wicket, I have the following defined: ProxyPass

Re: Wicket 1.3.5 behind a front-end proxy

2008-11-20 Thread Anton Veretennikov
Resolved. Hosting provider did something. Thank you all. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Wicket 1.3.5 behind a front-end proxy

2008-11-19 Thread Anton Veretennikov
> To get Apache 2.2 to proxy around Wicket, I have the following defined: > > >ProxyPass / > http://localhost:8080/cware/ >ProxyPassReverse/ > http://localhost:8080/cware/ >ProxyPassReverseCookieDomainlocalhost .laccetti.com >

RE: Wicket 1.3.5 behind a front-end proxy

2008-11-19 Thread Michael Laccetti
To get Apache 2.2 to proxy around Wicket, I have the following defined: ProxyPass / http://localhost:8080/cware/ ProxyPassReverse/ http://localhost:8080/cware/ ProxyPassReverseCookieDomainlocalhost .laccetti.com Proxy

Re: Wicket 1.3.5 behind a front-end proxy

2008-11-19 Thread Anton Veretennikov
> What is the problem you are having, we use mod_proxy in several environments > with wicket / tomcat. > > Jeremy I have several apps on one hosting and several domains (aliases) that must be directly connected to corresponding Web App/. Configuration is this: ServerAlias wicket.ru ProxyPass /st

Re: Wicket 1.3.5 behind a front-end proxy

2008-11-19 Thread Jeremy Levy
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 > > may

Re: Wicket 1.3.5 behind a front-end proxy

2008-11-19 Thread Martin Tilma
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: ProxyPass / http://appserver.company.com:8080/order