Re: Welcome Page Not Working

2006-03-10 Thread Oshima Tlholoe
Hi Troy, What you need to is have an index.jsp, specify the index,jsp in your web.xmllike tihs index.jsp > after that you need to code your index.jsp like this <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> In this case "kicker" will be the logical name of your g

RE: Welcome Page Not Working

2006-03-09 Thread Juan M. Tula
viado 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

Re: Welcome Page Not Working

2006-03-09 Thread Troy Bull
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/b

RE: Welcome Page Not Working

2006-03-09 Thread Juan M. Tula
- 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 i

Welcome Page Not Working

2006-03-09 Thread Troy Bull
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 /kicker.do this in my web.xml and that did