Tomcat??? - ???????
???????????? ???????[ 2013/9/17 11:36:36 ] ????????
Tomcat1????:
<!--????server.xml
???8080?????????????′???-->
<Connector
port="8080"maxThreads="150"minSpareThreads="25"maxSpareThreads="75"
enableLookups="false"redirectPort="8443"acceptCount="100"
debug="0"connectionTimeout="20000"
disableUploadTimeout="true"/>
<!--????8009??????£?-->
<Connectorport="8009"
maxThreads="500"minSpareThreads="400"maxSpareThreads="450"
enableLookups="false"redirectPort="8443"debug="0"
protocol="AJP/1.3"/>
<!--????????-->
<Enginename="Catalina"defaultHost="localhost"debug="0"jvmRoute=
"tomcat1">
???????????????configuretomcat???????????
Initialmemorypool:200M
Maxinummemorypool:300M
Tomcat2?????
???ú?tomcat1?????????????????£?
<!--????????-->
<Enginename="Catalina"defaultHost="localhost"debug="0"jvmRoute=
"tomcat2">
???????????????configuretomcat???????????
Initialmemorypool:512M
Maxinummemorypool:768M
Mysql?????
Server?????DedicatedMySQLServerMachine
Databaseusage:TransationalDatabaseOnly
??????????????OnlineTransactionProcessing(OLTP)
???????UTF8
????????????????
??????????spring???????????£?
<propertyname="hibernateProperties">
<props>
<propkey="hibernate.dialect">org.hibernate.dialect.MySQLDialect</prop>
<propkey="hibernate.connection.driver_class">com.mysql.jdbc.Driver</prop>
<propkey="hibernate.connection.url">jdbc:mysql://202.88.1.103/db</prop>
<propkey="hibernate.connection.username">sa</prop>
<propkey="hibernate.connection.password"></prop>
<propkey="hibernate.show_sql">false</prop>
<propkey="hibernate.use_sql_comments">false</prop>
<propkey="hibernate.cglib.use_reflection_optimizer">true</prop>
<propkey="hibernate.max_fetch_depth">2</prop>
<propkey="hibernate.c3p0.max_size">200</prop>
<propkey="hibernate.c3p0.min_size">5</prop>
<propkey="hibernate.c3p0.timeout">12000</prop>
<propkey="hibernate.c3p0.max_statements">50</prop>
<propkey="hibernate.c3p0.acquire_increment">1</prop>
</props>
</property>
??????
???·???
??????????????????
2023/3/23 14:23:39???д?ò??????????
2023/3/22 16:17:39????????????????????Щ??
2022/6/14 16:14:27??????????????????????????
2021/10/18 15:37:44???????????????
2021/9/17 15:19:29???·???????·
2021/9/14 15:42:25?????????????
2021/5/28 17:25:47??????APP??????????
2021/5/8 17:01:11