hello sir.
first of all thanx of for the kind reply.
you are right. java did not worked when i gave it a FIX IP..
now the only thing i can do is to run the vnet server on web server.
right?
but.. i cant figure out how to do that?
1. do i have to install complete JDK on web server and then run it?
2. what if i am using two nt based networked pc? then do i have to make
a web server first and then install jdk and then run it?
this is getting really complicated... and i am starting to get worry.
please help me. .. ill really appreciate ur kind support.
tania
> -----Original Message-----
> From: stephen f white [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, July 14, 1999 10:44 PM
> To: 449
> Subject: Re:
>
> hi there,
>
> the only restriction is that the VNet server must be run on the same
> machine as the web server that serves the VNet pages. this is a
> restriction in java network access.
>
> for this reason, the VNet client simply extracts the hostname from
> the URL of the .wrl file, as reported by the browser, since that's
> the only host it is allowed to connect to. if you want to hardcode
> it, you should change the code in TalkerPanel.java, that reads:
>
> dispatcher.onLogin(hostname, port, username, avatarURL);
>
> to
>
> dispatcher.onLogin("my.hostname.com", port, username, avatarURL);
>
> as i said, though, there are security restrictions in java that
> will prevent you from connecting to a different host, so it's likely
> that you will have problems.
>
> stephen
>
> --
> stephen f.
> white
>
> [EMAIL PROTECTED]
>
> http://www.csclub.uwaterloo.ca/u/sfwhite/
> i'm not a complete idiot; some parts are missing.