Step 5: Update Pentaho Repository configuration to use JNDI connection
Update the repository.xml
file to use the Jackrabbit JNDI connection.
Navigate to the
repository.xml
file in the/server/pentaho-server/pentaho-solutions/jackrabbit/
directory and open it with any text editor.Modify the url parameter for the
FileSystem
element. Replace<param name="url" value="java:comp/env/jdbc/jackrabbit"/>
with<param name="url" value="java:jboss/datasources/Jackrabbit"/>
.Save and close the file.
PreviousStep 4: Define JNDI database connection information in JBossNextStep 6: Add JBoss Deployment Structure file to the WAR file
Last updated
Was this helpful?