Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »



File Location: <JBoss EAP 7.x Installed folder>\standalone\deployments\expertctstudio.war\WEB-INF\jboss-web.xml








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>













































  • No labels