parsh
February 27th, 2001, 07:11 AM
Hi,
Iam having a peculiar problem. I am using Applets and servlets to communicate over http using url/urlconnection classes.
I was using JDK1.2.2's plugin and JRUN 2.3 and things where working fine. Now i changed the set up to jdk1.3 and jrun 3.0(servlet engine) and the communication is not happening. The objects sent from applet to servlet reach and the servlet sends the object back to applet which is not recevied. I am using ObjectInputstream and objectoutputstream for communication.
Further i see another peculiarity. If i have my classpath set to the applet's jar file then the applet does not work when i am using to test the applet and servlet in the same machine.
All your help will be greatly appreciated.
Thank you.
:-) Parshwanath
Iam having a peculiar problem. I am using Applets and servlets to communicate over http using url/urlconnection classes.
I was using JDK1.2.2's plugin and JRUN 2.3 and things where working fine. Now i changed the set up to jdk1.3 and jrun 3.0(servlet engine) and the communication is not happening. The objects sent from applet to servlet reach and the servlet sends the object back to applet which is not recevied. I am using ObjectInputstream and objectoutputstream for communication.
Further i see another peculiarity. If i have my classpath set to the applet's jar file then the applet does not work when i am using to test the applet and servlet in the same machine.
All your help will be greatly appreciated.
Thank you.
:-) Parshwanath