RE: Using a struts action as a welcome-file

2005-09-06 Thread Jim Kennedy
: Re: Using a struts action as a welcome-file Hello, Assuming you want to have /index.ext as a welcome file, and have .ext mapped to Struts, just add index.ext to welcome-file as you have done, then create an empty file index.ext in every folder you want it to work. Greetings, Lilianne E. Blaze

Re: Using a struts action as a welcome-file

2005-09-04 Thread Lilianne E. Blaze
Hello, Assuming you want to have /index.ext as a welcome file, and have .ext mapped to Struts, just add index.ext to welcome-file as you have done, then create an empty file index.ext in every folder you want it to work. Greetings, Lilianne E. Blaze Jim Kennedy wrote: I'm trying to use a s

Using a struts action as a welcome-file

2005-09-04 Thread Jim Kennedy
I'm trying to use a struts action as my only welcome-file in web.xml. I assumed this to be straightforward, but apparently it does not seem to be. Index.jsp works and index.html works, but not something like (index.xyz) where xyz is mapped to ActionServlet. Here's a snippet of web.xml: