Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
 
Go Back   Zimbra - Forums > Zimbra Collaboration Suite > Mobility > Zimbra Mobile

Welcome to the Zimbra - Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Display Modes
  #121 (permalink)  
Old 03-12-2008, 02:32 AM
Moderator
 
Posts: 1,847
Default

Stupid question (while downloading the whole stuff 8)) : can we setup a single Funambol server and get it to sync with several Zimbra servers ?
Reply With Quote
  #122 (permalink)  
Old 03-12-2008, 02:56 AM
Project Contributor
 
Posts: 106
Default

Quote:
Originally Posted by Klug View Post
Stupid question (while downloading the whole stuff 8)) : can we setup a single Funambol server and get it to sync with several Zimbra servers ?
Are they full different zimbra server? Or they like cluster?
If the full different, I know 2 ways.
1. You run funambol ds servers on different ports,
In this case you should have enough memory for several ds servers (tomcats)
2. You create different sourceURI in the settings
Some funambol client couldn't change sourceURI configs.

An another case, You can use this servers like one.
__________________
ZimbraFunambol Connector: http://sourceforge.net/projects/zimbrafunambol/
Reply With Quote
  #123 (permalink)  
Old 03-12-2008, 03:06 AM
Moderator
 
Posts: 1,847
Default

Quote:
Originally Posted by wolfroma View Post
Are they full different zimbra server? Or they like cluster?
Fully different clusters : the idea is to setup/host a single Funambol server and have several Zimbra OSS servers (tiny companies, end-users, etc who setup an OSS servers on their LAN) use this single Funambol server.
For free (obviously).

Quote:
Originally Posted by wolfroma View Post
1. You run funambol ds servers on different ports,
In this case you should have enough memory for several ds servers (tomcats)
I was thinking of this, or to use VM if no other way was possible.

Quote:
Originally Posted by wolfroma View Post
2. You create different sourceURI in the settings
Some funambol client couldn't change sourceURI configs.
I have to check this solution I like it much more.

Thank you (for the dev and support).
Reply With Quote
  #124 (permalink)  
Old 03-12-2008, 03:23 PM
Intermediate Member
 
Posts: 15
Default

Hey wolfroma,

I downloaded and compiled the latest source, I couldn't tell from your last response if you'd fixed some of the issues but not others so I figured I'd check.

From what I can see we still have all of the same results when doing the tests, I'll await your next update eagerly

Thanks again for all of your hard work on this,

Iskondi
Reply With Quote
  #125 (permalink)  
Old 03-13-2008, 01:47 AM
Project Contributor
 
Posts: 106
Default

Quote:
Originally Posted by iskondi View Post
Hey wolfroma,

I downloaded and compiled the latest source, I couldn't tell from your last response if you'd fixed some of the issues but not others so I figured I'd check.

From what I can see we still have all of the same results when doing the tests, I'll await your next update eagerly

Thanks again for all of your hard work on this,

Iskondi
Any delete of an individual instance of a series fails - I'm tried on outlook (with version from svn) and it work. I fix the what had before. May be it another bug, please give me you log as you did at the past.

Now I know trouble when connector not detect deleting from zimbra. If you delete from mobile (one instance or full series) it should work and success sync with zimbra.
__________________
ZimbraFunambol Connector: http://sourceforge.net/projects/zimbrafunambol/
Reply With Quote
  #126 (permalink)  
Old 03-13-2008, 11:44 AM
Intermediate Member
 
Posts: 15
Default

Hey wolfroma,

Still cannot do individual deletes from a series from my blackberry. What I see in the funambol logs in in the attached txt file.
This could be a problem with the Funambol BB Client and not your code, but I'm not sure.

I've also attached the log from when I delete the entire series from the BB, which totally works so you can compare.

Thanks for all your help!

Iskondi
Attached Files
File Type: txt Funambollog.txt (4.4 KB, 125 views)
File Type: txt funambollogDeleteSeries.txt (3.7 KB, 115 views)

Last edited by iskondi : 03-13-2008 at 11:49 AM.
Reply With Quote
  #127 (permalink)  
Old 03-14-2008, 12:48 AM
Project Contributor
 
Posts: 106
Default

Quote:
Originally Posted by iskondi View Post
Hey wolfroma,

Still cannot do individual deletes from a series from my blackberry. What I see in the funambol logs in in the attached txt file.
This could be a problem with the Funambol BB Client and not your code, but I'm not sure.

I've also attached the log from when I delete the entire series from the BB, which totally works so you can compare.

Thanks for all your help!

Iskondi
At the weekend I try to install BB simulator and test with him. Now I don't see any bugs in the connector, try to post bug in the funambol-bb project in the sourceforge. I think they can help you


Everyone can download v0.4.01 connector... Thanks for feedback Iskondi and K800i and others.
__________________
ZimbraFunambol Connector: http://sourceforge.net/projects/zimbrafunambol/
Reply With Quote
  #128 (permalink)  
Old 03-14-2008, 02:24 AM
Project Contributor
 
Posts: 182
Exclamation Wiki Translation

Wolfroma,

I am just going away for 4 days.

I will tidy the sourceforge wiki pages when I return on Monday/Tuesday/Wednesday of next week.

I will also integrate them into the Zimbra wiki page - if okay with yourself?

Many thanks

Costa

__________________
------------------------------
http://www.lcrm.co.uk
Reply With Quote
  #129 (permalink)  
Old 03-14-2008, 02:49 AM
Project Contributor
 
Posts: 106
Default

Quote:
Originally Posted by Costa-101 View Post
Wolfroma,

I am just going away for 4 days.

I will tidy the sourceforge wiki pages when I return on Monday/Tuesday/Wednesday of next week.

I will also integrate them into the Zimbra wiki page - if okay with yourself?

Many thanks

Costa

I saw wiki page in the zimbra - it's beautiful. Can you do others like installation-guide? Thanks in advance.
__________________
ZimbraFunambol Connector: http://sourceforge.net/projects/zimbrafunambol/

Last edited by wolfroma : 03-14-2008 at 02:54 AM.
Reply With Quote
  #130 (permalink)  
Old 03-14-2008, 08:44 AM
New Member
 
Posts: 4
Default

Maybe I'm being dumb but what's to stop you extracting the WAR from the archive installer and firing it into your own Tomcat setup?

It means with 1 Tomcat instance you could have multiple Funambol apps deployed on the same port ie. https://localhost:8443/clusterA, clusterB etc. Stick an Apache httpd server in front of it with mod_proxy installed and you all of a sudden you have https://clustera.domain.com, clusterb.domain.com etc.

I've only thought about deploying Funambol so I could be way off on this one.


---
SG

Quote:
Originally Posted by wolfroma View Post
Are they full different zimbra server? Or they like cluster?
If the full different, I know 2 ways.
1. You run funambol ds servers on different ports,
In this case you should have enough memory for several ds servers (tomcats)
2. You create different sourceURI in the settings
Some funambol client couldn't change sourceURI configs.

An another case, You can use this servers like one.
Reply With Quote
Reply


Thread Tools
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

Zimbrablog.com




 

Search Engine Optimization by vBSEO 3.1.0