| Author |
is there any way to add resource tag in web.xml
|
Ramasubramaniam Rathinasubbu
Ranch Hand
Joined: Jun 09, 2010
Posts: 42
|
|
connection pooling configuration: as per the tomcat admin portal instruction, i added the <resource.. tag with in the <context> tag
in production, this thins,should do manually add in web.XML? or is there any way of add dynamically.
<Context docBase="sample" path="/sample" reloadable="true" source="org.eclipse.jst.j2ee.server:kycportal">
<Resource auth="Container" driverClassName="com.mysql.jdbc.Driver" maxActive="10" maxIdle="20" maxWait="6000" name="jdbc/test" password="root" type="javax.sql.DataSource" url="jdbc:mysql://localhost:3306/empdatabase?autoReconnect=true" username="root"/>
</Context>
|
 |
 |
|
|
subject: is there any way to add resource tag in web.xml
|
|
|