Add the following text to your file
<resource-ref> <res-ref-name>esme</res-ref-name> <res-type>javax.sql.DataSource</res-type> <res-auth>Container</res-auth> </resource-ref> |
Create a file in your webapp\WEB-INF directory. The contents of the file looks like this
<stax-web-app> <resource name="esme" auth="Container" type="javax.sql.DataSource"> <param name="username" value="[Username for DB]" /> <param name="password" value="[Password for DB]" /> <param name="url" value="jdbc:stax://[DB name]" /> </resource> </stax-web-app> |
The information for database is available in the Stax Console for your DB
use mvn clean install
Example: stax app:deploy -a esme/esmecloudperf -m 2010_01_04 -u [StaxUser]-p [StaxPassword] D:\\apache\esme\\server\target\esme-server-0.3.0-SNAPSHOT.war