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
Anchorpage15
page15Make sure that the parameters within the jboss-web.xml are configured as follows:

Code Block
languagexml

...

<?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>