D
devphylosoff
hi
I have one servlet with init() method which initialize object of my
own class.
that's ok if I use this object from only one servlet.
but how change it - add Listener and have access to object from all
servlets.
moreover do not edit any of tomcat files, only project files.
thanks
I have one servlet with init() method which initialize object of my
own class.
that's ok if I use this object from only one servlet.
but how change it - add Listener and have access to object from all
servlets.
moreover do not edit any of tomcat files, only project files.
thanks