Hello ,

I developed my application in an IDE which simulated
that the application was in the top folder. When I deploy
my application now it is an subfolder.
The problem is: The redirects don't work anymore!

If do it in simple HTML :

<meta http-equiv="refresh" content="0; URL=/hv/postHv.html">

I can get an clean forward. The same with redirect tag:

<logic:redirect forward="/hv/postHv.html" />

just returns an exception: java.net.MalformedURLException

Do I have to change all the URL's in the application from
<logic:redirect> to <html refresh> or is there an easier
way to do this?


Best Regards,

Peter

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



Reply via email to