Got the following error in runing the example in using j2ee (and it's deploytool) "A Servlet Exception Has Occurred java.security.AccessControlException: access denied ......" There is no error in runing it's document. This means that I used j2ee and it's deploytool properly. The problem is in the example. I tried to change the url in the example's jsp file from the government site to a commercial site. I got the same error.
A security.AccessControException is a problem on your machine the scrape example is trying to do something that it does not have permission to do on your machine, to fix this problem you need to figure out what it is trying to do, and then if you deem that it is okay for it to do this you need to give it permission to do it.