Canvas allows your application to gain access to the database connection using the Java Naming and Directory Interface location (JNDI) name. The The JNDI value is dependent on the app/web server being used for your application. For example, for the Modelhouse application on JBOSS server, the JNDI name would be
Below are sample JNDIs for your reference.
JBOSS | |
---|---|
Modelhouse | java:jboss/datasources/ModelHouse |
ExpertStudio | java:jboss/datasources/ExpertStudio |
Sigma | java:jboss/datasources |
...
/SigmaAppDataSource | |
TOMCAT | |
Modelhouse | java:comp/env/jdbc/ModelHouse |
ExpertStudio | java:comp/env/jdbc/ExpertStudio |
Sigma | java:comp/env/jdbc/SigmaAppDataSource |
WEBLOGIC | |
Modelhouse | ModelHouseCT |
ExpertStudio | ExpertStudio |
Sigma | SigmaAppDataSource |
Refer the following topics:
Page Tree | ||
---|---|---|
|