vote up 0 vote down star

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!

flag

1 Answer

vote up 0 vote down check

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.

link|flag
I feel silly now, I do have to change the name in the servlet definition in the web.xml AND the servlet-mapping definition too. Those both have to have the same servlet-name. Thanks for slapping me upside the head :) – Danielle Jan 12 at 3:58
Don't worry it happens to all of us... :) – Igor Zelaya Jan 12 at 3:59

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.