Have you installed the ISAPI redirector for IIS?
You can get the directions for installing the redirector here: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/ajp.html you can download the ISAPI redirector here: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.3/bin/w in32/ If you need help, here is a good place to look. It's step-by-step installation instructions. http://www.getnet.net/~rbarr/TomcatOnIIS/default.htm Finally, if you've already done all this, the problem is probably in your uriworkermap.properties file. You need to add entries telling your redirector which directories to redirect. - Andrew -----Original Message----- From: Alexander H�glind [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 25, 2002 7:37 AM To: Tomcat User Subject: url-pattern in IIS 5 and Tomcat 4.0 Hi, I can't get url-patterns to work within IIS 5.0!!! It works fine when I access it threw port 8080. It also works if I access it with www.mySite.com/servlet/com.hoglind.error.NoPage. Any Ideas? Here is a sample of the web.xml file. <servlet> <servlet-name>NoPage</servlet-name> <servlet-class>com.hoglind.error.NoPage</servlet-class> </servlet> <servlet-mapping> <servlet-name>NoPage</servlet-name> <url-pattern>/test</url-pattern> </servlet-mapping> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
