Re: [Resin-interest] Servlet spec 2.4 : Why can't resin serve a servlet as a welcome file ?

2007-07-24 Thread Serge Knystautas
There is a servlet-mapping named "directory" that may help..



Change that to your servlet, remove any pages as welcome pages (in 
welcome-file-list), and then your servlet runs if you try to hit a 
directory.

-- 
Serge Knystautas
Lokitech >> software . strategy . design >> http://www.lokitech.com
p. 301.656.5501
e. [EMAIL PROTECTED]

Vinny wrote:
> I've just played a game of hoop jumping to finally get that Resin 3.0.x 
> does not conform to the
> 2.4 servlet spec in regard the ability to use a servlet as a welcome page.
> 
> I have also tried doing   stuff like:url-regexp='^/$'   servlet-name = "blojsom" />
> but apparently regex does not work when using mod_caucho ?
> 
> Is there a better way than doing redirect inside of a index.jsp?
> Thanks,
> Vinny
> 
> -- 
> Ghetto Java: http://www.ghettojava.com
> 
> 
> 
> 
> ___
> 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] Servlet spec 2.4 : Why can't resin serve a servlet as a welcome file ?

2007-07-23 Thread Vinny

I've just played a game of hoop jumping to finally get that Resin 3.0.x does
not conform to the
2.4 servlet spec in regard the ability to use a servlet as a welcome page.

I have also tried doing   stuff like:   
but apparently regex does not work when using mod_caucho ?

Is there a better way than doing redirect inside of a index.jsp?
Thanks,
Vinny

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