tomact数据源配备

tomact数据源配置? ? ?Resource namee2wms authContainer typejavax.sql.DataSource username

tomact数据源配置

? ? ?<Resource name="e2wms" auth="Container" type="javax.sql.DataSource" username="myc7" password="myc7" ?driverClassName="oracle.jdbc.OracleDriver" url="jdbc:oracle:thin:@localhost:1521:orcl" maxActive="8" maxIdle="4"/>

</Context>

?

当服务启动后,report路径下的部署后台执行的数据就是从这里配置的库中抓取。