> From: Ash B [mailto:[EMAIL PROTECTED] > Subject: RE: TomCat Does not recognize my servelet > > All cases are lower.
What does that mean? Certain names (e.g., WEB-INF) must be upper case, and the URL path must be the proper case (which your sample below does appear to be). > This is the URL > http://localhost:8080/servlets-examples/servlet/TestDBTimeExample You still haven't told us what really happens when you enter that URL. You certainly don't get the message "does not recognize my servlet" when you try it. Exactly which web.xml did you modify? It should have been the one in webapps/servlets-examples/WEB-INF. It shouldn't be necessary, but did you restart Tomcat after adding the .class file and updating web.xml? You may also have to flush your browser's cache after making changes to the server. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]