Another day, another class... I have gotten everything working for my class in which I am using Tomcat and Eclipse to write java servlets. What I would like to know is why eclipse seems to give me problems when I try to edit the servlet-name in the web.xml file. Does eclipse not allow you to edit this file? I know that it automatically adjusts the file to include the servlets that you add to a project, but does that mean that I can't edit it manually? I can go in and change the servlet-name, but then it doesn't work with the new servlet name. I can do this all manually without eclipse, and it works just fine. Any thoughts/ideas? Any help is appreciated, thanks!
|
|
Its been a while since the last time I developed a servlet but I think you should reference your servlet name in your servlet mapping. This link might help you. |
||||
|
