Re: [Geoserver-users] Virtual Services, Resources and Proxy

2013-03-05 Thread Andrea Aime
On Mon, Mar 4, 2013 at 4:36 PM, thegis the...@googlemail.com wrote: As we like to keep using virtual service behind a proxy, I was wondering if the global contexts (or at least a subset) could additionally be published below the virtual services contexts, e.g. throught the dispatcher servlet

Re: [Geoserver-users] Virtual Services, Resources and Proxy

2013-03-05 Thread thegis
Thanks for the hint, Andrea. I've changed the mapping class in main.jar/applicationContext.xml and added /openlayers/** like this: bean id=filePublisherMapping class=org.geoserver.ows.OWSHandlerMapping constructor-arg ref=catalog/ property name=alwaysUseFullPath value=true/

Re: [Geoserver-users] Virtual Services, Resources and Proxy

2013-03-05 Thread Andrea Aime
On Tue, Mar 5, 2013 at 5:29 PM, thegis the...@googlemail.com wrote: Thanks for the hint, Andrea. I've changed the mapping class in main.jar/applicationContext.xml and added /openlayers/** like this: bean id=filePublisherMapping class=org.geoserver.ows.OWSHandlerMapping

[Geoserver-users] Virtual Services, Resources and Proxy

2013-03-04 Thread thegis
Hi, We ran into issues with our setup and were wondering if anyone has tried something similar and has a solutions to the problem. We use a proxy in front of our GeoServer instance(s), disabled Global Services and only allow access to our virtual service base url (geoserver/virtual/*) through