File Location: <JBoss EAP 7.x Installed folder>\standalone\deployments\expertctstudio.war\WEB-INF\jboss-web.xml
Anchor |
---|
page15 | page15 | Make sure that the parameters within the
jboss-web.xml are configured as follows:
...
<?xml version="1.0" encoding="UTF-8"?> |
...
<!DOCTYPE jboss-web PUBLIC "http://www.jboss.org/j2ee/dtd" "jboss- |
...
...
<jboss-web>
<context-root>expertctstudio</context-root>
<resource-ref>
<res-ref-name>jdbc/ExpertStudioTarget</res-ref- |
...
name>
<jndi-name>java:jboss/datasources/ExpertStudioTarget</jndi- |
...
...
ref>
<resource-ref>
<res-ref- |
...
name>jdbc/ExpertStudio</res-ref- |
...
name>
<jndi-name>java:jboss/datasources/ExpertStudio</jndi- |
...
...
...