Code Comments
Programming Forum and web based access to our favorite programming groups.Greetings, I am developing a website prototype on my home system which has a dialup connection. When I grab the HTML file with the applet in it via locally defined hostnames all is well. However, when I put the current IP into the url bar and go after the applet that way I get the following exception: Unable to connect to any hosts due to exception: java.security.AccessControlException: access denied (java.net.SocketPermission 127.0.0.1:3306 connect,resolve) Do I have to define settings in my hosts file, in my httpd.conf to set the current IP being used? For example in my hosts file I have 127.0.0.1 wwww.myhost.net My httpd.conf file has the NameVirtualHost defined to 127.0.0.1, must I reset those definitions? I can write up a script easily enough just will it do me any good? Thanks
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.