You should put it in the root directory of your application, in the
directory containing your WEB-INF directory.
 

-----Mensaje original-----
De: Troy Bull [mailto:[EMAIL PROTECTED] 
Enviado el: Jueves, 09 de Marzo de 2006 16:13 p.m.
Para: Struts Users Mailing List
Asunto: Re: Welcome Page Not Working

When I created kicker.do (in the same directory with my jsp's) I  get a null
pointer exception...  Is that the right directory? 

thanks
troy

Juan M. Tula said the following on 3/9/2006 11:56 AM:
> You must create a file named kicker.do too in the application root.
>
> The contents does not matter, may be zero-lenght, but the 
> specification requires that what you specify in welcome-file-list must be
physical files.
> The request will be handled correctly by struts.
>
>  
>
> -----Mensaje original-----
> De: Troy Bull [mailto:[EMAIL PROTECTED] Enviado el: Jueves, 09 de 
> Marzo de 2006 14:32 p.m.
> Para: Struts Users Mailing List
> Asunto: Welcome Page Not Working
>
> Greetings
>
> I have a struts app called "bus" and I have an action kicker.do.  How 
> do I tell my app to start kicker.do if no other info on the url is given.
>
> for example
>
> http://myserver.com/bus  should run http://myserver.com/bus/kicker.do
>
> I put
>   <welcome-file-list>
>     <welcome-file>/kicker.do</welcome-file>
>   </welcome-file-list>
>
> this in my web.xml and that didn't do it.  Anyone know what I am doing 
> wrong?
>
> thanks
> troy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>               
> ___________________________________
> A tu celular ¿no le falta algo? 
> Usá Yahoo! Messenger y Correo Yahoo! en tu teléfono celular. 
> Más información en http://movil.yahoo.com.ar
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>   


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



___________________________________
A tu celular ¿no le falta algo?
Usá Yahoo! Messenger y Correo Yahoo! en tu teléfono celular.
Más información en http://movil.yahoo.com.ar

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

Reply via email to