adspace
Where do you configure a database connection pool in tomcat server?
Answer Posted / Amit Ranjan Pandey
In Tomcat, the database connection pool is configured within the context.xml file or web.xml file under the Resource element. You can use the JDBC Resource or DatabaseResource to define your data source.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers