Re: Configuring tomcat, servlet not found error

2007-12-24 Thread cuco2772
Yes, that was the problem. It didnt have the element with the right tags. Thanks for the reply. Steve R Burrus wrote: > > hi. you say that you added the tag to the * bottom * > of > your Deployment Descriptor file, the web.xml. Now I hope that you know -- > u > should know -- that that it i

Re: Configuring tomcat, servlet not found error

2007-12-23 Thread Steve R Burrus
hi. you say that you added the tag to the * bottom * of your Deployment Descriptor file, the web.xml. Now I hope that you know -- u should know -- that that it is the very * first * thing contained in a web.xml file and you also need the tag right under that. It contains the and the tags. H

RE: Configuring tomcat, servlet not found error

2007-12-19 Thread Caldarale, Charles R
> From: cuco2772 [mailto:[EMAIL PROTECTED] > Subject: Configuring tomcat, servlet not found error > > This happens when I go to localhost:8080/servlet/HelloServlet. And well it should. Such a URL indicates you're trying to use the invoker servlet, which was a truly atrocious invention, and has