> You're opening a connection from an Applet - Is this a trusted applet,
> and is the server on which you're opening the port on the Applet host?
Yes to the latter. With regard to the former... what is a trusted
applet vs. an untrusted one?
That said, in an attempt to diagnose this problem, I've started logging
requests made to the server side script, and while, most of the time,
the local parameter is set, it isn't always.
The fact, however, that an entry exists in the log at all suggests that
the request was made successfully.
Manish Pandit - 18 Nov 2006 05:52 GMT
I believe a trusted applet can make connections outside of the host it
originated from. You can google it out for more info.
Another thing I noticed - can you uncomment the exception handling
part, so you can see if there is one being thrown?
-cheers,
Manish