given the below struts config which is part of a war file named 'wizard.war', i am trying to have a url that appears in the client web-browser address bar of the sort: http://localhost:8080/wizard/logon
but the only thing i can get to work is: http://localhost:8080/wizard/logon.jsp how can i accomplish this? <struts-config> <form-beans> <form-bean name="logonForm" type="logon.LogonForm"/> </form-beans> <global-forwards> <forward name="logon" path="/logon.jsp"/> </global-forwards> <action-mappings> <action path="/logon" type="logon.LogonAction" name="logonForm" scope="session" input="/logon.jsp"> </action> </action-mappings> </struts-config> TIA --e-- -------------------------------------------- <argo_tec gmbh> ed.q.bridges tel. 089-368179.552 fax 089-368179.79 osterwaldstraße 10 (haus F eingang 21) 80805 münchen </argo_tec gmbh> -------------------------------------------- -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>