Skip to content

Instantly share code, notes, and snippets.

@tonyjunkes
Last active February 18, 2016 16:16
Show Gist options
  • Save tonyjunkes/ed2a91e2c5e25e153e76 to your computer and use it in GitHub Desktop.
Save tonyjunkes/ed2a91e2c5e25e153e76 to your computer and use it in GitHub Desktop.
Changing the Location of the ColdFusion 2016 Webroot - http://tonyjunkes.com/blog/changing-the-location-of-the-coldfusion-2016-webroot
<Host name="localhost" appBase="webapps" unpackWARs="true" autoDeploy="false">
<Context path="" docBase="C:\websites\coldfusion2016\wwwroot" workDir="C:\ColdFusion2016\cfusion\runtime\conf\Catalina\localhost\tmp">
<Resources>
<PreResources className="org.apache.catalina.webresources.DirResourceSet" base="C:\ColdFusion2016\cfusion\wwwroot\CFIDE" webAppMount="/CFIDE" />
<PreResources className="org.apache.catalina.webresources.DirResourceSet" base="C:\ColdFusion2016\cfusion\wwwroot\WEB-INF" webAppMount="/WEB-INF" />
</Resources>
</Context>
</Host>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment