Git Repository Public Repository

RRRRHHHH_Code

URLs

Copy to Clipboard
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<config>
<businessLogic local="true"> 
	<businessLogicNode>localhost</businessLogicNode>
	<portRMI>1099</portRMI>
	<serviceRMI>RuralHouses</serviceRMI>
</businessLogic>
	<database local="true">
	<databaseNode>localhost</databaseNode>
	<db4oFilename>db/casas.db4o</db4oFilename>
	<dataBaseOpenMode>initialize</dataBaseOpenMode>
	<activationDepth>10</activationDepth>
	<updateDepth>10</updateDepth>
	<databasePort>8100</databasePort>
	<user>softEng</user>
	<password>i4softwEngin2matx</password>
</database>
<javaPolicyPath>java.policy</javaPolicyPath>
</config>

Commits for RRRRHHHH_Code/ruralHousesDB/config.xml

Diff revisions: vs.
Revision Author Commited Message
08aaf3 ... camjan Wed 20 May, 2015 21:26:51 +0000

Started with the separated DB with the given code