You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Randy Layman <ra...@aswethink.com> on 2002/03/05 16:25:37 UTC

RE: Need guidance with servlet deployment.


> -----Original Message-----
> From: Carver, Christopher [mailto:Christopher.Carver@compaq.com]
> Sent: Tuesday, March 05, 2002 10:56 AM
> To: tomcat-user@jakarta.apache.org
> Subject: Need guidance with servlet deployment.
> 
> 
>   <servlet-mapping>
>     <servlet-name>gizmoservlet</servlet-name>
>     <url-pattern>gizmoservlet</url-pattern>

I'm pretty sure this should be 
     <url-pattern>/gizmoservlet</url-pattern>

(Note the preceding /).

--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>