So I made the Client (Applet, just a simple
test) :
Then, I made the Server (Application) :
I made the Applet into a signed JAR. I put it unto a test website (
http://appletclient.webs.com ).
NOTE: The Applet is still on the website. My server may not be up if you go to it...
I started my server. I then went to the website. I accepted the certificate. It successfully sent the data expected to my Server. Then, I had a friend try ( on a different computer, different IP address). He accepted the certificate, but nothing happened on the Server part. Why didn't this work? It is signed and certificated (check it out for yourself). It works fine if I got to the link. How can I make this work?
Thanks,
cc11rocks
EDIT: Yes, I do have port forwarding enabled for port 5000. I'm very eager to get this working...
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” (Mosher's Law of Software Engineering)
“If debugging is the process of removing bugs, then programming must be the process of putting them in.” (Edsger Dijkstra)