Create a index.jsp and place a <logic:forward/> tag to
forward to index.do.

Dave
--- Jerry Jalenak <[EMAIL PROTECTED]> wrote:
> Is it possible to do the following?
> 
> in web.xml......
> 
>       <servlet>
>               <servlet-name>action</servlet-name>
>               .
>               .
>               .
>       </servlet>
> 
>       <servlet-mapping>
>               <servlet-name>action</servlet-name>
>               <url-pattern>*.do</url-pattern>
>       </servlet-mapping>
> 
>       <welcome-file-list>
>               <welcome-file>index.do</welcome-file>
>       </welcome-file-list>
> 
> I am trying to get index.do to run first before
> anything else happens.  What
> I get is a directory listing of the web application
> folder.  I'm running
> this under Tomcat 3.3.1.  Is anyone doing this? Can
> it even be done?
> 
> Jerry
> 
> This transmission (and any information attached to
> it) may be confidential and is intended solely for
> the use of the individual or entity to which it is
> addressed. If you are not the intended recipient or
> the person responsible for delivering the
> transmission to the intended recipient, be advised
> that you have received this transmission in error
> and that any use, dissemination, forwarding,
> printing, or copying of this information is strictly
> prohibited. If you have received this transmission
> in error, please immediately notify LabOne at
> (800)388-4675.
> 
> 
> 
> --
> To unsubscribe, e-mail:  
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> 


__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to