Reverse Proxy
Reverse Proxy
Hi All.
I setup a squid based reverse proxy to attempt to take some load off the front-end of my Password Manager system and to allow me to load balance across a pair of servers as needed for HA.
However, I have found that as the URL changes each load in that "STATE_ID" is updated each load...
Request 1 : https://x.x.x.x/STATE_ID/1274180964524/PassTrixMainTab.ve?SELECTEDVIEWIDX=1
Request 2 : https://x.x.x.x//STATE_ID/1274180979968/PassTrixMainTab.ve?SELECTEDVIEWIDX=2
I was looking to try and offload the loading of images and static content out of the java web engine just to try and minimize the load where possible...
Is there a way that the APP can run where the "STATE_ID" is not in each URL?
I am not sure if there is an active need for what I am doing, but I am migrating from a Windows platform to Linux, we have had a lot of stability issues on Windows with java and mysql crashes.
Is there a way I can migrate out of the "Java Service Wrapper" to apache tomcat?
The goal is to try and unload each java/catalina instance as much as possible.
Any suggestions?