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 2001/06/26 20:49:24 UTC

RE: IIS won't Integrate (Revisited)


> -----Original Message-----
> From: Kevin Queen [mailto:kqueen@anydevice.com]
> Sent: Tuesday, June 26, 2001 3:20 PM
> To: Tomcat-User@Jakarta. Apache. Org
> Subject: IIS won't Integrate (Revisited)
> 
> 
> <url-pattern>/test/*</url-pattern>

should be

 <url-pattern>/*</url-pattern>

This is inside of the webapp, not Tomcat.  With your current mapping
server/test/test/index.html will work.

	Randy