# Step 5: Update Pentaho Repository configuration to use JNDI connection

Update the `repository.xml` file to use the Jackrabbit JNDI connection.

1. Navigate to the `repository.xml` file in the`/server/pentaho-server/pentaho-solutions/jackrabbit/` directory and open it with any text editor.
2. 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"/>`.
3. Save and close the file.
