https://issues.apache.org/bugzilla/show_bug.cgi?id=52276
Bug #: 52276
Summary: tomcat deploy will be blocked without LockOutRealm
Product: Tomcat 7
Version: 7.0.23
Platform: PC
Status: NEW
Severity: blocker
Priority: P2
Component: Catalina
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
If I comment <Realm
className="org.apache.catalina.realm.LockOutRealm">..</Realm> under <Engine
name="Catalina" defaultHost="localhost"> ,tomcat deploy will be blocked when
start,7.0.22 works fine without LockOutRealm
2011-12-2 13:11:20 org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-8080"]
2011-12-2 13:11:20 org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["ajp-bio-8009"]
2011-12-2 13:11:20 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 866 ms
2011-12-2 13:11:20 org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
2011-12-2 13:11:20 org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.23
2011-12-2 13:11:20 org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor
D:\apache-tomcat-7.0.23\conf\Catalina\localhost\ROOT.xml
blocking ...
--
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]