|
-
January 18th, 1999, 11:10 AM
#1
Opening of socket conections
I have an applet having username and the pasword text boxes.
I have developed a server which receives the password and the username
and a thread connects me to the oracle and i authorise the user sending back the
corresponding mesage to the client applet.When i use the appletviewer it works fine but the coonections are opened from a browser.
Netscape gold and communicator (prior to ver4.5) it used to work but not from
explorer.Can you guys give me suggestion.
Ravi
-
January 25th, 1999, 10:39 AM
#2
Re: Opening of socket conections
Security in JDK 1.1 follows the sandbox model.
It means that applets are allowed to make connections ONLY to the host that they
were downloaded from.
If you your applet is located on the HTTP server, also your server app MUST run
on the HTTP server host.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|