Started with the separated DB with the given code
[RRRRHHHH_Code] / ruralHousesDB / config.xml
diff --git a/ruralHousesDB/config.xml b/ruralHousesDB/config.xml
new file mode 100644 (file)
index 0000000..0ce7502
--- /dev/null
@@ -0,0 +1,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>
\ No newline at end of file