File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Servlets and the fly likes servlet context Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "servlet context" Watch "servlet context" New topic
Author

servlet context

sandeep Talari
Ranch Hand

Joined: Dec 24, 2007
Posts: 63
One thing is confirm that for every web application there can be one servlet context, there was a question like this, can we manually create another servletcontext for a web application. Indirectly can a web application can contain two contexts

regards
sandy
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56521
    
  14

No.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Sandeep Dwivedi
Greenhorn

Joined: Jul 09, 2008
Posts: 15
No, it cannot.
A web app can have one and only one servlet context


Thanks & Regards,
Sandeep Dwivedi
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: servlet context
 
Similar Threads
ServletContext Confusion...
servlet context vs servlet config
Defaul ServletContext ...??? Question
ServletContext question.
about implicit objects