Bug 49212 - Example application lacks a permission in -security mode
Summary: Example application lacks a permission in -security mode
Status: RESOLVED DUPLICATE of bug 48218
Alias: None
Product: Tomcat 6
Classification: Unclassified
Component: Examples (show other bugs)
Version: 6.0.26
Hardware: All All
: P2 minor (vote)
Target Milestone: default
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-28 10:14 UTC by Alexis Hassler
Modified: 2010-04-30 01:49 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexis Hassler 2010-04-28 10:14:31 UTC
examples doesn't start when launching Tomcat in -security mode. Need to add this permission in catalina.policy : java.lang.RuntimePermission accessClassInPackage.org.apache.catalina.
Comment 1 Konstantin Kolinko 2010-04-30 01:49:37 UTC
I suppose that it is duplicate of bug 48218.
Note, that you must provide more details about what exactly fails in your case. The examples are starting and running fine for me, with exception of a certain one.

*** This bug has been marked as a duplicate of bug 48218 ***