Created
June 5, 2018 21:35
-
-
Save minhphong306/07d267125011b5510a987dca5ff8363f to your computer and use it in GitHub Desktop.
Tomcat virtual domain config
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
<Host name="expenditure.hihi" appBase="webapps/JSP-Expenditure-Management" | |
unpackWARs="true" autoDeploy="true" xmlValidation="false" xmlNamespaceAware="false"> | |
<Alias>expenditure.hihi</Alias> | |
<Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs" | |
prefix="localhost_access_log" suffix=".txt" | |
pattern="%h %l %u %t "%r" %s %b" /> | |
<Context path="" docBase="" | |
debug="0" reloadable="true"/> | |
</Host> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment