On Jul 6, 2009, at 7:37 PM, Matt White wrote: > Hello! > > Is there a trick to getting IIS to pass off wildcard servlet mappings > off to Resin? > > I have an application that's deployed on IIS with the ISAPI plugin. If > a request comes in for a .jsp page Resin is invoked correctly, but if > a request comes in for a URL that's mapped to a servlet with a > wildcard mapping (ie /view/4, when the mapping is /view/*), IIS > returns a 404.
The /foo/* syntax should be supported the same in IIS as in Apache, because it's the same code for both plugins. The only difficulty would be for regular expression matching, and I don't think there's a simple solution for IIS. What does the /caucho-status show? -- Scott > > > This is easy to do on Apache, but I'm struggling to make it work on > IIS. > > Thanks! > > - Matt > > > _______________________________________________ > resin-interest mailing list > [email protected] > http://maillist.caucho.com/mailman/listinfo/resin-interest _______________________________________________ resin-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/resin-interest
