Guest User

Untitled

a guest
Nov 15th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <Host name="mydefault.com" appBase="webapps"
  2. unpackWARs="true" autoDeploy="true">
  3. <Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs"
  4. prefix="localhost_access_log." suffix=".txt"
  5. pattern="%h %l %u %t "%r" %s %b" />
  6.  
  7. <Host name="myNewHostDomain.com"
  8. appBase="wings_microx_cash_reports"
  9. unpackWars="true" autoDeploy="true">
  10.  
  11. <Engine name="Catalina" defaultHost="mydefault.com">
Add Comment
Please, Sign In to add comment