Skip to content

Instantly share code, notes, and snippets.

@rodionbykov
Created September 2, 2015 17:10
Show Gist options
  • Save rodionbykov/55c53ff32c7e24eaf21c to your computer and use it in GitHub Desktop.
Save rodionbykov/55c53ff32c7e24eaf21c to your computer and use it in GitHub Desktop.
Mura Railo Tomcat Host setup
<Connector port="8009" protocol="AJP/1.3" redirectPort="8443" />
<Host name="mura" appBase="webapps">
<Context path="" docBase="C:/apache/htdocs/vhosts/mura" />
</Host>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment