, Tomcat , , IP-. , , IP-, , Tomcat [ ].
in your case, you need to configure wget to store session-id [the Tomcat web application can send it via a cookie or as a URL parameter - jsessionid]. wget will then have to send it back with subsequent requests [url rewrite and enable the option jsessionidor exchange cookies]. in this way, Tomcat will be able to process every request coming from a unique client instance and bind state to it.
source
share