| Author |
executing servlets in Eclipse
|
Yell Srik
Ranch Hand
Joined: Mar 10, 2004
Posts: 61
|
|
Hi, i am new to Eclipse and need to execute my servlet programs using Eclipse. my question is that: Should i create the web.xml file for each and every servlet that i am developing using Eclipse??? thanks in advance
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26182
|
|
|
No, you need one web.xml file for the whole war (web application archive.) All servlets in a project will be in the same war.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
Yell Srik
Ranch Hand
Joined: Mar 10, 2004
Posts: 61
|
|
Hi, thank u for the prompt reply.
|
 |
 |
|
|
subject: executing servlets in Eclipse
|
|
|