Hello,
I just installed tomcat 5.5 on Vista. The sample
servlets works fine.
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
____________________________________________________________________________________
Looking for last minute shopping deals?
Find them fast with Yahoo! Search.
http://tools.search.yahoo.com/newsearch/category.php?category=shopping
---------------------------------------------------------------------
To start a new topic, e-mail: [email protected]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]