Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Web Tools Project (WTP) » tomCat Does not recognize my servelt
tomCat Does not recognize my servelt [message #209319] Sun, 02 March 2008 16:07 Go to previous message
Eclipse User
Originally posted by: Ash_b123.yahoo.com

Hello,

I added the following to Web.xml in the sample application that comes with
tomcat.

<servlet>
<servlet-name>TestDBTimeExample</servlet-name>
<servlet-class>TestDBTimeExample</servlet-class>
</servlet>

<servlet-mapping>
<servlet-name>TestDBTimeExample</servlet-name>
<url-pattern>/servlet/TestDBTimeExample</url-pattern>
</servlet-mapping>

I did add the class file under web-inf/classes

But tomcat does not recognize my servlet "TestDBTimeExample "
Any help will be appreciated.
Ash
 
Read Message
Read Message
Previous Topic:WTP Validation
Next Topic:What is "Location" field in Server Properties
Goto Forum:
  


Current Time: Fri May 24 12:18:16 EDT 2013

Powered by FUDForum. Page generated in 0.02311 seconds