How to share a context object between two machines assuming that one has app server and another one just has JDK?
What do you mean by 'share a context object'?? Can you elaborate what you are exactly trying to do?
If you just want the attributes of the context to be passed to the machine that has only the jdk, you can either iterate through the context and pass all the variables, or directly pass the context object to the machine.
[Edited to add qutoe and
word it better]
[ October 06, 2005: Message edited by: Neeraj Dheer ]