Im using Nginx as FrontEnd Server, and behind it a Apache Http Server and begind it a Glassfish Application Server :) My problem is, when i need a static context like;
"http://127.0.0.1:8077/directory-web/resources/defaultTheme/images/facebook.png;jsessionid=07ab5b915530738297010cbc0b5c.worker1"
when i request to "http://127.0.0.1:8077/directory-web/resources/defaultTheme/images/facebook.png" link, image returns me, but nginx doesnt know what is JSESSIONID.
In production, Glassfish will be in two cluster. Thanks.