Kirk,
i think that you may be better of with one of the Java groups for
this, but it looks like you can't get access to the 192.168.1.29 on Port 8800.
At 23:42 24/04/02 +0000, you wrote:
>com.ms.security.SecurityExceptionEx[ClientGUI.connectToServer]: cannot
>access "192.168.1.29":8800
> at com/ms/security/permissions/NetIOPermission.check
> at com/ms/security/PolicyEngine.deepCheck
> at com/ms/security/PolicyEngine.checkPermission
> at com/ms/security/StandardSecurityManager.chk
> at com/ms/security/StandardSecurityManager.chkex
> at com/ms/security/StandardSecurityManager.checkConnect
> at java/net/Socket.<init>
> at java/net/Socket.<init>
> at ClientGUI.connectToServer
> at ClientGUI.init
> at com/ms/applet/AppletPanel.securedCall0
> at com/ms/applet/AppletPanel.securedCall
> at com/ms/applet/AppletPanel.processSentEvent
> at com/ms/applet/AppletPanel.processSentEvent
> at com/ms/applet/AppletPanel.run
> at java/lang/Thread.run
>
>// Make a connection to the server
>private void connectToServer()
>{
> try
> {
> socket = new Socket("192.168.1.29", SERVER_PORT);
> in = new BufferedReader(new InputStreamReader(socket.getInputStream()));
> out = new PrintWriter(new OutputStreamWriter(socket.getOutputStream()));
> }
> catch(Exception e){listOfUsers = "ERROR!!! 1";}
>} // End of connectToServer
>
>---
>
>Improve your web design skills with these new books from Glasshaus.
>
>Usable Web Menus
>http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
>r-20
>Constructing Accessible Web Sites
>http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
>r-20
>Practical JavaScript for the Usable Web
>http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
>r-20