Created
August 20, 2013 21:23
-
-
Save twelverobots/6287521 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Engine name="Catalina" defaultHost="11robots.com" jvmRoute="cfusion"> | |
<Realm className="org.apache.catalina.realm.LockOutRealm"> | |
<Realm className="org.apache.catalina.realm.UserDatabaseRealm" | |
resourceName="UserDatabase"/> | |
</Realm> | |
<Host name="11robots.com" appBase="webapps" | |
unpackWARs="true" autoDeploy="false"> | |
<Context path="/" docBase="/Applications/ColdFusion10/cfusion/wwwroot" sessionCookiePath="/" sessionCookieDomain=".11robots.com"> | |
<Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs" | |
prefix="localhost_access_log." suffix=".txt" | |
pattern="common" resolveHosts="false"/> | |
</Context> | |
</Host> | |
<Host name="localhost.ioc" appBase="iocapps" unpackWARs="true" autoDeploy="false"> | |
<Context path="/" docBase="/Applications/ColdFusion10/cfusion/iocroot" sessionCookiePath="/" sessionCookieDomain=".localhost.ioc"> | |
<Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs" prefix="ioclocalhost_access_log." suffix=".txt" pattern="common" resolveHosts="false"/> | |
</Context> | |
</Host> | |
</Engine> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment