Re: wicket resources with nginx as frontend proxy

2014-05-23 Thread Marco Springer
Hi Martin, Thank you for the suggestions. I did manage to get the applications working together. But... I'm not very sure if, what I am doing, is the correct way. Therefor I created the minimal quickstart that does what I want it to do. The quickstart is downloadable from:

Re: wicket resources with nginx as frontend proxy

2014-05-20 Thread Martin Grigorov
Hi, On Mon, May 19, 2014 at 11:03 PM, Marco Springer ma...@glitchbox.nl wrote: Hi all, I'm trying to get something working that should be fairly easy, I think. I have Nginx sitting in-front of Jetty. An incoming URL could be: http://rage.glitchbox.nl/param1 The proxy should proxy this

wicket resources with nginx as frontend proxy

2014-05-19 Thread Marco Springer
Hi all, I'm trying to get something working that should be fairly easy, I think. I have Nginx sitting in-front of Jetty. An incoming URL could be: http://rage.glitchbox.nl/param1 The proxy should proxy this to: http://localhost:8080/app/param1 The webapplication is deployed as root application