Skip to content

Instantly share code, notes, and snippets.

@twelverobots
Created August 20, 2013 21:23
Show Gist options
  • Save twelverobots/6287521 to your computer and use it in GitHub Desktop.
Save twelverobots/6287521 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>
<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