Hello Everybody,
     I am trying to pass some data from client side to server through applet-servlet communication. But I am unable to develop the connection between them. I've seen examples/books on this issue and everything seems to be fine.
The interesting thing is that when I access the Servlet URL  directly with the browser, I succeed in entering the doPost method. But when i open the same URL with the applet, I get the following result on the server side
 
1-  a NullPointerException on the "ServletFactory"
2- a Connection refused error on the "Weblogic"
 
It seems that applet-call is not even entering the doPost() method of the Servlet.
 
I'll highly appreciate if somebody could help me with that.
 
 
Thanks in advance,
 
Rashid.

Reply via email to