[GroupDAV] Funambol-Groupdav unexpected server error
Adam Tauno Williams
groupdav@opengroupware.org
Mon, 19 Feb 2007 06:10:23 -0500
> Usually the dependency jars (the contents of
> gdav_libs.tar.bz2/*.jar)+JGroupDAV.jar aren't in their proper place, meaning
> theres no SyncSource able to be created. (If you fire up the admin console
> from a terminal it will probably complain when loading the admin panel for
> the GroupDAV Sync source)
> An easier step to that suggested in the install guides is to copy all the
> jars from gdav_libs + JGroupDAV into <funambol>/server/default/lib before
> installing.
For bundled Funambol I have this step in my install notes:
tar -C /tmp -xjvf /tmp/gdav_libs.tar.bz2
cp /tmp/gdav_libs/*.jar $FUNAMBOL_HOME/tools/tomcat/server/lib/
cp /tmp/JGroupDAV.jar $FUNAMBOL_HOME/tools/tomcat/server/lib/
cp /tmp/gdav_libs/*.jar $DS_SERVER_HOME/lib/
cp /tmp/JGroupDAV.jar $DS_SERVER_HOME/lib/
http://docs.opengroupware.org/Members/whitemice/applications/syncml/funambol-setup/view