request ..

Enrique Martinez (enrimart@bsantander.com.mx)
Sun, 13 Apr 1997 14:06:47 -0600

Date: Sun, 13 Apr 1997 14:06:47 -0600
From: Enrique Martinez <enrimart@bsantander.com.mx>
To: java-security@web4.javasoft.com
Subject: request ..

Hi. M=E9xico,
D.F. 6 de Abril de 1998

I`m doing a job by I.T.E.S.M. , about a Simulation of Cell of
Manufacture over Network. I buzy (work with) JAVA and VRML.

When I try to communicate with a server from my Applet , my Applet
charged on the communicator 4.02, It display over Java`s console (
inside communicator) the next message

--> # Security Exception: Couldn't connect to 'enrimart' with origin
from 'local-classpath-classes' ,
or
-->> Applet Couldn`t resolve IP for host ( Server host )

I don`t know, if i have any problem of communication on my communicator.

Here is where, my Applet stop :

try { s =3D new Socket("enrimart", 6789); }
catch (IOException e) {this.showStatus(e.toString()); }

This Applet, that doesn`t work very well over communicator about
network, works very well on Netscape Gold about Networks.

On the option ADVANCED ( Edit) of communiactor 4.02, i checked available

flag on JAVA --> TRUE.

How can i control access my applets in order to work with networks?
or
How have i explicity granted acces for all applets about network?
have i to get any certificate?

I don`t know if you could tell me about my problem, what have i to move
to my communicator 4.02 in order to have a good communication over the
network in my Applet.

my e-mail is enrimart@bsantander.com.mx

Thanks