Hi,
When I try to access a servlet I get the following message:
""
HTTP Status 404 - /admsite/servlet/servlet.servletAdmSite
----------------------------------------------------------------------------
----
type Status report
message /admsite/servlet/servlet.servletAdmSite
description The requested resource (/admsite/servlet/servlet.servletAdmSite)
is not available.
----------------------------------------------------------------------------
----
Apache Tomcat/4.1.24
""
I have verified in the tomcat manager that my application is correctly
started.
I have also created the WEB.XML in the Web-Inf folder, and it looks as this:
""
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE web-app
PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
"http://java.sun.com/dtd/web-app_2_3.dtd">
<web-app>
<servlet>
<servlet-name>servletAdmSite</servlet-name>
<servlet-class>servlet.servletAdmSite</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>servletAdmSite</servlet-name>
<url-pattern>/admsite</url-pattern>
</servlet-mapping>
</web-app>
""
My directory tree:
webapps/admsite/web-inf/classes/servlet
Please, can anybody help me solve this?
Thanks
Leandro Karam
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]