Yes. That creates the path <domain>/context/index.html

I need the link without the context, yet don't want to hard code the domain into the struts config.

Philihp Busby wrote:
Have you tried the contextRelative attribute?

<forward name="index" path="/index.html" contextRelative="false"/>


On 5/9/06, Allen Casteran <[EMAIL PROTECTED]> wrote:

Is there a way to configure an action mapping in struts-config.xml to
forward to a static URL that is not part of the application files?
Something like a forward to the web site home page <domain>/index.html.


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

Reply via email to