Skip to content

Instantly share code, notes, and snippets.

@minhphong306
Created June 5, 2018 21:35
Show Gist options
  • Save minhphong306/07d267125011b5510a987dca5ff8363f to your computer and use it in GitHub Desktop.
Save minhphong306/07d267125011b5510a987dca5ff8363f to your computer and use it in GitHub Desktop.
Tomcat virtual domain config
<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 &quot;%r&quot; %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