Skip to content

Instantly share code, notes, and snippets.

@UZPENG
Created February 24, 2018 12:59
Show Gist options
  • Save UZPENG/c718e5f5f1e4ed43b251de3c8c3750b5 to your computer and use it in GitHub Desktop.
Save UZPENG/c718e5f5f1e4ed43b251de3c8c3750b5 to your computer and use it in GitHub Desktop.
tomcat常用配置

部署代码片段

<Host name="localhost" appBase="webapps"
      upackWARs="True" autoDeploy="false">
  <Context docBase="<war文件目录>" path="<web目录>">
</Host>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment