Questions tagged [cross-context]
18 questions
0
votes
1 answer
Redirect to correct context when using cross context with Orbeon
We are developing an application with Orbeon 4.5.1
We use separated deployment, decribed as follow: http://wiki.orbeon.com/forms/doc/developer-guide/xforms-with-java-applications
Separated deployment means, we have our own application, that…

Daniel Knudsen
- 11
- 1
0
votes
1 answer
Securing a GWT app with a request param to be checked in a crosscontext attribute
My application is supposed to received a request parameter called sessionId which is supposed to be used to lookup for a crosscontext attribute.
I was looking at Spring Security to implement this and I think already have a good implementation of my…

Anthony Richir
- 649
- 2
- 8
- 31
-1
votes
2 answers
Passing object between two web application in same server
I have 2 web applications, GPSClient and RuralCloud, deployed on my tomcat server in which I have 2 servlets SendData and RecieveData respectively. I want to send object from SendData to RecieveData.
I am using requestDispature but its not working…

Harish Mohanani
- 77
- 1
- 13