https://issues.apache.org/bugzilla/show_bug.cgi?id=45293
Summary: catalina.policy prevents tomcat 5.5.26 from start
Product: Tomcat 5
Version: 5.5.26
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P3
Component: Catalina
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
I'm trying to setup tomcat 5.5.26 with security manager on windows XP and Java
5.
I found wrong entry for commons-logging in catalina.policy which prevents
tomcat from start:
grant codeBase "file:${catalina.home}/bin/commons-logging-api.jar"
This should be replaced by
grant codeBase "file:${catalina.home}/bin/commons-logging-api-1.1.1.jar"
otherwise Tomcat dies with java.lang.reflect.InvocationTargetException caused
by security exception in org.apache.commons.logging.LogConfigurationException
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]