In JBoss one can define a datasource with a *-ds.xml.
Is there an equivalent thing or procedure in Tomcat ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Tomcat has several possibilities for configuring data sources. The main difference is if the data source should be available globally or just for a specific web application.
You can find all you need in the Tomcat documentation. Why didn’t you look there right away?