I am analyzing dynamic web application and i am not able to find the datasource details anywhere in the application. In the application context all i could see is the below entry.
<je:jndi-lookup id="dataSource" jndi-name="java:comp/env/jdbc/App"/>
<je:jndi-lookup id="mySQLDataSource" jndi-name="java:comp/env/jdbc/App_MySQL"/>
The application is deployed in Tamcat server. Where will be the datasource defined? Is it possible the DB details are configured in tomcat server?
Thanks