Bug 3596

Summary: example is not working
Product: Taglibs Reporter: huishan.zhou
Component: Scrape TaglibAssignee: Tomcat Developers Mailing List <dev>
Status: CLOSED INVALID    
Severity: blocker    
Priority: P3    
Version: 1.0   
Target Milestone: ---   
Hardware: Sun   
OS: other   

Description huishan.zhou 2001-09-13 16:41:36 UTC
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.
Comment 1 rich 2001-09-13 17:20:29 UTC
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.