Hi, This is my first post to the list, so I want first of all say "hello everybody, and good job!"
I am developing a xml-rpc client which is an applet. I use for the server side the built-in xml-rpc server in a unprivilleged port (8090) and the applet is in normal web server that relies on the same host, but on diferent port (80). When I test the applet, it gives to me a security exception, and i solve it editing the java.policy file on the client machine to give permissions in this way: grant codeBase "http://127.0.0.1/-" { permission java.security.AllPermission; }; Is it necessary? i mean, should i edit all the java.policy file in all the final clients, or there is another way? Sorry for my poor english... Luis Fernandez www.neofis.com
