Hello everybody, I'm currently trying to migrate from an physical apache server, serving as frontendserver for a few tomcats to a virtualized nginx and a view tomcats running in virtual machines. Everything seems to work fine, as long as there is no switch from https to http. The application I need to run on the tomcats serves an loginpage by http, but the post-request when you click "logby Belenor - Migration from Other Servers
Hi, I found one error after all. Changing the Line set $co "jsessionid=$1"; in mysite.conf to set $co "JSESSIONID=$1"; was obviously a good idea. As long as cookies are accepted by the browser, the config is working. Turning off cookies in the browser results in doubled sessionids in the URL like described before. Could anyone give me a hint? Have a nice day Belby Belenor - How to...
Hello everyone, I'd like to set up nginx as reverse proxy and software loadbalancer in front of several tomcat servers. The applications running on the tomcats is written using the GRAILS framework and just doing well, while using Apache as frontendwebserver. When I use nginx, there are always two JSESSION-ids added to the URL. They are equal, but the first one is url-encoded. Also I get thby Belenor - How to...