Skip to content

Instantly share code, notes, and snippets.

@twelverobots
Last active December 21, 2015 09:48
Show Gist options
  • Save twelverobots/6287302 to your computer and use it in GitHub Desktop.
Save twelverobots/6287302 to your computer and use it in GitHub Desktop.
<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>
</Engine>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment