Konstantin Kolinko wrote:
2013/2/1 L Alex Pranger <apran...@biostargroup.com>:
...


catalina.2013-01-31.log
...
Jan 31, 2013 4:16:46 PM org.apache.catalina.realm.CombinedRealm
startInternal
SEVERE: Failed to start "org.apache.catalina.realm.MemoryRealm/1.0" realm
org.apache.catalina.LifecycleException: Failed to start component
[Realm[MemoryRealm]]
        at (...)
Caused by: org.xml.sax.SAXParseException: The content of elements must
consist of well-formed character data or markup.
        at

Broken file, as explained above.


+1

In this section :
..
    <Engine name="Catalina" defaultHost="localhost">
      <Realm className="org.apache.catalina.realm.LockOutRealm">
        <!-- This Realm uses the UserDatabase configured in the global JNDI
             resources under the key "UserDatabase".  Any edits
             that are performed against this UserDatabase are immediately
             available for use by the Realm.  -->
        <Realm className="org.apache.catalina.realm.UserDatabaseRealm"
               resourceName="UserDatabase"/>
      </Realm>
..

it looks like there is a <Realm> inside another <Realm>.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to