| 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
|
|
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]
|
 |
 |
|
|
subject: Servlets
|
|
|