Created
December 4, 2010 16:33
-
-
Save imageaid/728302 to your computer and use it in GitHub Desktop.
A basic Tomcat host declaration in server.xml
This file contains 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
<Host name="mydomain.com" appBase="webapps" unpackWARs="true" autoDeploy="true" xmlValidation="false" xmlNamespaceAware="false"> | |
<Alias>www.domain.com</Alias> | |
<Context path="" docBase="C:/dev/Clients/mydomain.com" /> | |
</Host> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment