tomcat conf
<Context path="/test" docBase="D:\\projects\\test"debug="5" reloadable="true" crossContext="true">
<Resource name="jdbc/manage" auth="Container"
type="javax.sql.DataSource" driverClassName="com.mysql.jdbc.Driver"
url="jdbc:mysql://localhost:3306/manage?autoReconnect=true"
username="root" password="" maxActive="100" maxIdle="10"
maxWait="-1"/>
</Context>
posted on 2007-07-24 18:35 小熊泡泡 閱讀(280) 評(píng)論(0) 編輯 收藏