http://struts.apache.org//struts-doc-1.2.8/api/index.html

Looks like it has to start with a "/" also so module="/neoAdmin" and
module="/neoLetter"

-----Original Message-----
From: Garner, Shawn 
Sent: Monday, February 06, 2006 2:42 PM
To: 'Struts Users Mailing List'
Subject: RE: Switch between applications

I think contextRelative="true" is deprecated and you need to use
module="neoAdmin" and module="neoLetter" instead.

Shawn

-----Original Message-----
From: Marcio Ghiraldelli [mailto:[EMAIL PROTECTED] 
Sent: Monday, February 06, 2006 11:35 AM
To: user@struts.apache.org
Subject: Switch between applications

    I can“t switch between applications:

    Struts 2.8, Tomcat 5.5.7

    Two actions from distinct applications:

        /neoAdmin/blabla.do
        /neoLetter/bloblo.do

    struts-config.xml from neoAdmin (application 1):

    <global-forwards>
        <forward name="toNeoLetter"
            contextRelative="true"
            path="/neoLetter/bloblo.do"
            redirect="true"/>
    </global-forwards>

    Then, error:

    message Invalid path /neoLetter/bloblo was requested
    description The requested resource (Invalid path /neoLetter/bloblo was 
requested) is not available.

    But accessing /neoLetter/bloblo.do directly, it works. 


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

This email may contain confidential material. 
If you were not an intended recipient, 
Please notify the sender and delete all copies. 
We may monitor email to and from our network. 
****************************************************************************

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
**************************************************************************** 
This email may contain confidential material. 
If you were not an intended recipient, 
Please notify the sender and delete all copies. 
We may monitor email to and from our network. 
****************************************************************************

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

Reply via email to