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