Re: [Resin-interest] Wildcard Servlet Mappings with IIS

2009-07-07 Thread Scott Ferguson

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
> resin-interest@caucho.com
> http://maillist.caucho.com/mailman/listinfo/resin-interest



___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


[Resin-interest] Wildcard Servlet Mappings with IIS

2009-07-06 Thread Matt White
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.

This is easy to do on Apache, but I'm struggling to make it work on IIS.

Thanks!

- Matt


___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest