读书人

context配备

发布时间: 2012-09-16 17:33:17 作者: rapoo

context配置

<Host name="localhost"  appBase="webapps"            unpackWARs="true" autoDeploy="true"            xmlValidation="false" xmlNamespaceAware="false">    <Context path="/mis2011"><Loader delegate="true" /><Resource name="mis2011" auth="Container" type="javax.sql.DataSource"username="root"password=""driverClassName="com.mysql.jdbc.Driver"url="jdbc:mysql://localhost:3306/..."maxActive="30"maxIdle="5"maxWait="50"minEvictableIdleTimeMillis="4000"timeBetweenEvictionRunsMillis="5000"/>    </Context></host>

读书人网 >软件架构设计

热点推荐