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]