Yes, the app is restarted. Other configurations set in the struts-config
file are working correct. For example the the Tiles plug-in and the
tiles-definitions file.





Met vriendelijke groet,


Marcel Overdijk





-----Original Message-----
From: James Mitchell [mailto:[EMAIL PROTECTED] 
Sent: dinsdag 27 mei 2003 16:47
To: Struts Users Mailing List
Subject: Re: <action-mappings> not working


Did you restart the app (touch web.xml) after you uploaded it?


--
James Mitchell
Software Developer/Struts Evangelist http://www.struts-atlanta.org



----- Original Message ----- 
From: "Marcel Overdijk" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 27, 2003 10:38 AM
Subject: <action-mappings> not working


I have developed a webapp on Tomcat 4.0.3 and works fine.
After deploying it at my provider (also Tomcat 4.0.3) my
<action-mappings> aren't working....

<action path     ="/trends" 
        type     ="org.apache.struts.actions.ForwardAction"
        parameter="page.trends"/> 

Or
<action path     ="/test" 
        type     ="org.apache.struts.actions.ForwardAction"
        parameter="/test.jsp"/> 

www.myhost.org/trends.do
Or
www.myhost.org/test.do
Wont'work.... A Page Not Found error.

But at my pc I use http://localhost:8080/myapp/test.do and the action
mappings works fine....

Anybody any suggestion ?


Marcel Overdijk


---------------------------------------------------------------------
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]

Reply via email to