> 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 :)

Neat trick, Victor :-)

I wrote a really simple filter that performs following for all requests that
end with '/':

if this directory contains any welcome files, it redirects to the welcome
file
and if no welcome file is found it redirects to index.action. Redirection is
done using request.sendRedirect( String ).

with best wishes,
Taavi


_______________________________________________
Webwork-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webwork-user

Reply via email to