I am trying to deploy a normal WAR(Servlets/Spring/Hibernate) deployed on tomcat server to AWS.
The app uses my SQL DB using Spring/Hibernate combination and connects to it using server configured JNDI name.
There seems to be no documentation on cloud foundry available to find out how to configure Datasource and JNDI name on TcServer that will be deployed by Cloudfoundry.
I might be missing something basic...I am new to Cloud Foundry.
pls help.
Thanks

