There is a servlet-mapping named "directory" that may help.. <servlet servlet-name="directory" servlet-class="com.caucho.servlets.DirectoryServlet"/>
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: <servlet-mapping > 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 > [email protected] > http://maillist.caucho.com/mailman/listinfo/resin-interest _______________________________________________ resin-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/resin-interest
