on top of Randy's suggestsion, try to access the URL:
http://localhost:8080/gizmoservlet/something.html

or
http://localhost:8080/servlet/GizmoServlet

You get the blank directory listing becuase you have a logical directory set
up for /gizmoservlet, but no index.html file to handle requests to the root
directory for your webapp.

Charlie

> -----Original Message-----
> From: Carver, Christopher [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, March 05, 2002 11:20 AM
> To: Tomcat Users List
> Subject: RE: Need guidance with servlet deployment.
> 
> 
> Randy, thank you for catching that. I restarted Tomcat after 
> fixing it and it still doesn't work. Nutz.
> 
> Thank you though. Chris
> 
> -----Original Message-----
> From: Randy Layman [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, March 05, 2002 9:26 AM
> To: 'Tomcat Users List'
> Subject: RE: Need guidance with servlet deployment.
> 
> 
> 
> 
> > -----Original Message-----
> > From: Carver, Christopher [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, March 05, 2002 10:56 AM
> > To: [EMAIL PROTECTED]
> > 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:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
> 
> 
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
> 

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to