Socket connection to localhost
843802Sep 4 2001 — edited Sep 4 2001Hi 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