Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Socket connection to localhost

843802Sep 4 2001 — edited Sep 4 2001
Hi forum,

I'm struggling with the problems appearing when modifying a desktop application to fit the sandbox paradigm of webstart.

When starting this application it sets up a database (hsql) in its init process listening on port 8118.
Now I want to connect to this database setting up a socket to localhost:8118 out of a manager within the main application (so database-server and client on the same host).
Is this possible without signing the JARs or does this break the sandbox-paradigm?

Thanx and Regards,
Mathias
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 2 2001
Added on Sep 4 2001
1 comment
86 views