Hi! I would like to pass a session variable (user credentials) from application "homebase" to application "test". Both applications were deployed on the same tomcat-server and crosscontext=true for both Applications. For example I was setting up a session variable in my request, and forwarded the request with a RequestDispatcher to "test". After forwarding, the jsp in the test-application was shown with the information of the request.
My problem is, that the URL in my browser is still showing http://localhost:8080/HomeBase/LOGIN/userLogin.do - so my active Webapplication seems to be the application "Homebase", not the application "test". However, it is not possible to map a struts-action with the submit-button of the success.jsp. (Of course the struts-action-mapping is possible after calling the success.jsp withing the "test"-content [...8080:/test/success.jsp]) How is it possible to change/forward/link to another webapplication without loosing the session variables? (When I'm forwarding with struts [context relativ, redirect....], the URL is localhost:8080/test....., but the session variables are gone). thx for any help greetings Martin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]