search for: userdatabaserealm

Displaying 1 result from an estimated 1 matches for "userdatabaserealm".

2011 Mar 26
2
Verify tomcat config
...and make the following change: --- server-minimal.xml 2010-10-11 00:16:41.000000000 +0100 +++ server.xml 2011-03-20 01:48:12.000000000 +0000 @@ -18,7 +18,9 @@ <Engine name="Catalina" defaultHost="localhost"> <Realm className="org.apache.catalina.realm.UserDatabaseRealm" resourceName="UserDatabase" /> - <Host name="localhost" appBase="webapps" /> + <Host name="localhost" appBase="webapps"> + <Context path="" docBase="/var/www/html" reloadable=...