Hi All,
Can anyone provide me the businesspublisher.xml that is using Derby as a database?
Best Regards,
Srinivas.
Hi All,
Can anyone provide me the businesspublisher.xml that is using Derby as a database?
Best Regards,
Srinivas.
Use this xml code. Change the docBase if necessary.
<Context path="/businesspublisher" docBase="C:\Program Files\ARIS7.2\BPSERVER/tomcat/webapps/businesspublisher" debug="0" reloadable="false" crossContext="true">
<Resource name="jdbc/businesspublisherdb" auth="Container" type="javax.sql.DataSource"
maxActive="100" maxIdle="20" maxWait="1000"
username="ARISBP" password="ARISBP" driverClassName="org.apache.derby.jdbc.ClientDriver"
url="jdbc:derby://localhost:16092/ARISBP;create=true;user=ARISBP"
factory="com.idsscheer.aris.tools.databaseConnectionPool.ADatabaseSourceFactory"
/>
</Context>Best Regards.
Tricarico Romain on
Hi,
let me know the release of your BP, 7.1 / 7.2 or 9.x?
Best Regards