Am 24.01.2011 15:37, schrieb Mohit Chawla:
2011/1/24 André Schild <[email protected] <mailto:[email protected]>> Am 24.01.2011 15:12, schrieb [email protected] <mailto:[email protected]>: no, it can be on separate servers. Just make sure the funambol server can access you sogo database and of course specify the remote ip/names when configuring the connector. What about SOGoOfficer.xml ?
For the datasource just modify Database URL: jdbc:postgresql://localhost/sogo to Database URL: jdbc:postgresql://sogo.sever.com/sogo and in the SOGoOfficer <?xml version="1.0" encoding="UTF-8"?> <java version="1.4.0" class="java.beans.XMLDecoder"> <object class="ca.inverse.sogo.security.SOGoOfficer"> <void property="host"> <string>localhost</string> </void> <void property="port"> <string>20000</string> </void> </object> </java> to <?xml version="1.0" encoding="UTF-8"?> <java version="1.4.0" class="java.beans.XMLDecoder"> <object class="ca.inverse.sogo.security.SOGoOfficer"> <void property="host"> <string>sogo.server.com</string> </void> <void property="port"> <string>20000</string> </void> </object> </java> André -- [email protected] https://inverse.ca/sogo/lists
