Created
September 2, 2015 17:10
-
-
Save rodionbykov/55c53ff32c7e24eaf21c to your computer and use it in GitHub Desktop.
Mura Railo Tomcat Host setup
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
<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