Hi,
Is the ServletContext same for all the servlets running in a web server..
thanks...
Discussions
Performance and scalability: Is the ServletContext same for all the servlets running in a web
-
Is the ServletContext same for all the servlets running in a web (1 messages)
- Posted by: suresh muraki
- Posted on: January 27 2003 14:20 EST
Threaded Messages (1)
- Is the ServletContext same for all the servlets running in a web by PThakur Thakur on January 29 2003 09:53 EST
-
Is the ServletContext same for all the servlets running in a web[ Go to top ]
- Posted by: PThakur Thakur
- Posted on: January 29 2003 09:53 EST
- in response to suresh muraki
No ServlwtContext is specific to web application deployed in web/application server. So it per web application per java virtual machine.