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