Sunday, 29 September 2013

Tomcat use of static variables

Tomcat use of static variables

Is it possible to use static variables in my project to store data for all
Servlets (they are in one .war file) and different requests? (It's not
data that belongs to a distinct session)

No comments:

Post a Comment