Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.



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:


Image Modified <?xml version="1.0" encoding="UTF-8"?>

Image Modified <!DOCTYPE jboss-web PUBLIC "http://www.jboss.org/j2ee/dtd" "jboss-
Image Modified web_5_0.dtd">
Image Modified <jboss-web>
Image Modified
<context-root>expertctstudio</context-root>
Image Modified
<resource-ref>
Image Modified
<res-ref-name>jdbc/ExpertStudioTarget</res-ref-name>
Image Modified
<jndi-name>java:jboss/datasources/ExpertStudioTarget</jndi-name>
Image Modified
</resource-ref>
Image Modified
<resource-ref>
Image Modified
<res-ref-name>jdbc/ExpertStudio</res-ref-name>
Image Modified
<jndi-name>java:jboss/datasources/ExpertStudio</jndi-name> </resource-ref>

Image Modified </jboss-web>











































Anchor
page16
page16