I handle that with a trick! :) if you create a 0 byte file in the webapp root, such as index.action , and specify that as your welcome file, then it will work :)
Cheers, /V >From: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >CC: [EMAIL PROTECTED] >Subject: Re: [Webwork-user] index.action vs index.jsp >Date: Wed, 06 Mar 2002 08:12:39 -0800 (PST) > >You could use a forward in your jsp to your action. > >"Taavi Tiirik" wrote > > > > > hello, > > > > Is it possible to define certain webwork action as a ><welcome-file> > > for tomcat 4? > > > > I am thinking of following: > > > > <welcome-file-list> > > <welcome-file>index.jsp</welcome-file> > > <welcome-file>index.action</welcome-file> > > </welcome-file-list> > > > > It should behave like this: > > > > If there is no index.jsp then index.action should be >called... > > > > with best wishes, > > Taavi > > > > > > _______________________________________________ > > Webwork-user mailing list > > [EMAIL PROTECTED] > > >https://lists.sourceforge.net/lists/listinfo/webwork-user > > > >_______________________________________________ >Webwork-user mailing list >[EMAIL PROTECTED] >https://lists.sourceforge.net/lists/listinfo/webwork-user _________________________________________________________________ Join the world�s largest e-mail service with MSN Hotmail. http://www.hotmail.com _______________________________________________ Webwork-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webwork-user
