This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes IDEs, Version Control and other tools and the fly likes executing servlets in Eclipse Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "executing servlets in Eclipse" Watch "executing servlets in Eclipse" New topic
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
    
  66

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.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: executing servlets in Eclipse
 
Similar Threads
Handling special cases in the Java?
Servlets on Eclipse
HFSJ page89
project build
trying to run my first project