Tomcat 多个应用配置方法

复制代码 代码如下:

















type="org.apache.catalina.UserDatabase"
description="User database that can be updated and saved"
factory="org.apache.catalina.users.MemoryUserDatabaseFactory"
pathname="conf/tomcat-users.xml" />










enableLookups="false" redirectPort="8443" acceptCount="100"
connectionTimeout="20000" disableUploadTimeout="true"
compression="on" compressableMimeType="text/html,text/xml,text/plain" bufferSize="10240" URIEncoding="GBK"/>

















resourceName="UserDatabase"/>


unpackWARs="true" autoDeploy="true"
xmlValidation="false" xmlNamespaceAware="false">



unpackWARs="true" autoDeploy="true"
xmlValidation="false" xmlNamespaceAware="false">



unpackWARs="true" autoDeploy="true"
xmlValidation="false" xmlNamespaceAware="false">



unpackWARs="true" autoDeploy="true"
xmlValidation="false" xmlNamespaceAware="false">



unpackWARs="true" autoDeploy="true"
xmlValidation="false" xmlNamespaceAware="false">



unpackWARs="true" autoDeploy="true"
xmlValidation="false" xmlNamespaceAware="false">







你可能感兴趣的:(Tomcat 多个应用配置方法)