File Location: <JBoss EAP 7.x Installed folder>\standalone\deployments\expertctstudio.war\WEB-INF\jboss-web.xml
Anchor | ||||
---|---|---|---|---|
|
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-
web_5_0.dtd">
<jboss-web>
<context-root>expertctstudio</context-root>
<resource-ref>
<res-ref-name>jdbc/ExpertStudioTarget</res-ref-name>
<jndi-name>java:jboss/datasources/ExpertStudioTarget</jndi-name>
</resource-ref>
<resource-ref>
<res-ref-name>jdbc/ExpertStudio</res-ref-name>
<jndi-name>java:jboss/datasources/ExpertStudio</jndi-name> </resource-ref>
</jboss-web>
Anchor | ||||
---|---|---|---|---|
|