Java embedded applet page security, how to properly meet its recquirements?
Posted
by
meds
on Stack Overflow
See other posts from Stack Overflow
or by meds
Published on 2009-03-21T08:11:42Z
Indexed on
2010/12/25
1:54 UTC
Read the original article
Hit count: 202
If I have an applet embedded in a webpage and I want it to connect to server side software (also written in Java) how can I do this properly on a windows machine running local host? Would I have to run the java application from within the localhost directory and access the applet html from a browser (i.e. localhost/applet.html)?
From what I undestand if you don't have everything setup correctly you won't be able to connect because of Java's security requirements.
Thanks for any help :)
© Stack Overflow or respective owner