Iam using Tomcat as my web server.I have to webapp say test1 and test2 in
the webapps folder.
Each having one jsp file.Say test1.jsp and test2.jsp.
Now Iam creating an object in the test1.jsp ie., the first webapp.
Now how can I access the object in the test2.jsp ie., the second webapp.
Remember both are diffrent web applications deployed in the same server.