I have a folder on the server containing all the images, static files, etc. This is the storage of my application, I need to service these files at http: // host: 8080 / storage / **. At this point, I am mounting a symbolic link in the root of the application in the statup application called "storage", I am trying to configure a virtual host in Glassfish Application Server v2.1 to serve only static content, but there was a big problem, how to disable httpsession control? Each request in a JS, CSS or IMG file, a session was received by jsessionid. All this work will be in vain. Any discussion on how best to serve static content in the context of "storage" and how to disable session management on a particular host?
Sincerely. Rigoni
source
share