Question

Pegasystems Inc.
US
Last activity: 6 Jun 2017 11:46 EDT
Change in Tomcat context.xml environment value
Prior to 7.2 our installation guides said that context.xml should have this entry (and similar for PegaRULES):
<Environment
name="prconfig/database/databases/PegaDATA/dataSourceAdmin"
value="AdminPegaRULES"
type="java.lang.String" />
Starting with 7.2 installation guides, the value changed from "AdminPegaRULES" to "java:comp/env/jdbc/AdminPegaRULES"
I'm trying to debug a tomcat system that isn't using it's admin data source. What was the reason for this change? Is java:comp/env/jdbc/AdminPegaRULES correct?
***Updated by moderator: Lochan to add Categories***