Fixed it. =) Thanks all. Two things:
/virtual_directory/servletname/*=main Is the correct format (along with the *.jsp line) And the isapi_redirect reg file can be used to set the location of the uiworkermap.properties so you need to edit that one and not the global one in the main Tomcat directory unless you edited the registry file to point at that one, otherwise it defaults to just that virtual folders implementation. Hope I wrote that up clearly. -----Original Message----- From: JT Neville [mailto:[EMAIL PROTECTED] Sent: Friday, December 09, 2005 10:43 AM To: 'Tomcat Users List' Subject: RE(3): Servelts under IIS or Apache integration Didn't work. Any pointers to documentation on this kind of thing (servlet path mapping etc...) anywhere? I've built up a fresh install dev server to test from but I ran into the same error so at least I know it's definitely related to the IIS - Tomcat handoff. -----Original Message----- From: marju jalloh [mailto:[EMAIL PROTECTED] Sent: Friday, December 09, 2005 12:50 AM To: Tomcat Users List; [EMAIL PROTECTED] Subject: re: Servelts under IIS or Apache integration try */servlet/*=main JT Neville <[EMAIL PROTECTED]> wrote: Anyone clarify this for me? Using IIS and Tomcat, I created this file: uiworkermap.properties with this text in it (as suggested by Reynir - http://www.reynir.net/java/greinar/nr/52) /*jsp=main /servlet/*=main I expect the above is for the root folder only? Can anyone confirm? Now my custom servlet is set to run in another virtual root, for example "webx" http://www.foo.org/webx/servlets/SurveyXMLServlet?etc.... So would I need to add some lines like below to get my servlet to go? /webx/SurveyXMLServlet/*=main or maybe? /SurveyXMLServlet/*=main or even? SurveyXMLServlet/*=webx Any insight would be appreciated. I'm not exactly clear on what the rules are for these paths. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]