aspose file tools
The moose likes Servlets and the fly likes Servlets Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


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

Servlets

kege james
Greenhorn

Joined: Oct 05, 2005
Posts: 1
Does each individual servlet need their own 'web.xml' file? or is there a way to have one universal web.xml file for all servlets within the same directory?

thanks for taking the time
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56521
    
  14

There is only one web.xml file for each web application which can contain the declarations for any number of servlets.

Moved to the Servlets forum.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Servlets
 
Similar Threads
Servlets with JDBC and MYSQL
Is Deployment Descriptor always required?
executing servlets in Eclipse
web.xmi in servlets
What is invoker servlet in Tomcat Container? How can we disable it