Applet connecting to a Server
From: paul.foreman (paul.foreman_at_btinternet.com)
Date: 07/31/04
- Next message: Marc-Andre Michel: "Polymorphism"
- Previous message: John Fereira: "Re: Soap/ Web services on a web page"
- Next in thread: Manish Hatwalne: "Re: Applet connecting to a Server"
- Reply: Manish Hatwalne: "Re: Applet connecting to a Server"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 31 Jul 2004 13:42:35 +0000 (UTC)
Hi,
I am novice at Java and Applets.
I am working on a project and have developed a server which access a
database.
I then constructed an applet which connects to a socket generated by the
server and sends a string to the server - the server responds with a return
of some string information.
The applet works with no problems when on the same PC. When I access the
applet from another PC on the same LAN the applet does not appear to connect
to the server. I have tried a number of different ways of addressing the
Server Socket with no result yet.
Do you please have any suggestions as to why the applet is failing to
connect to the server socket?
Paul
- Next message: Marc-Andre Michel: "Polymorphism"
- Previous message: John Fereira: "Re: Soap/ Web services on a web page"
- Next in thread: Manish Hatwalne: "Re: Applet connecting to a Server"
- Reply: Manish Hatwalne: "Re: Applet connecting to a Server"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|