Scalix and Funambol Same Server

Best practice information from Scalix users relating to integration of Scalix with other products.

Moderator: ScalixSupport

webdude12
Posts: 11
Joined: Sat Aug 05, 2006 4:15 pm

Scalix and Funambol Same Server

Postby webdude12 » Thu Feb 22, 2007 4:42 am

Anyone had any luck installing scalix and Funambol on the same server and then doing Apache / Tomcat sharing???

uwe-beach
Posts: 48
Joined: Thu Nov 09, 2006 12:35 pm

Postby uwe-beach » Tue Mar 27, 2007 11:06 am

I've also problems running scalix/tomcat and funambol on the same server. First, i start scalix and tomcat. When i start the funambol server, tomcat was killed.

lsof -i :8080 says, that the port 8080 is free.

In the tomcat log i found :

scalix-caa.log:2007-03-28 09:45:50,319 ERROR [NotificationEventListener.run:232]
java.net.SocketException: Socket closed

Any idea ?

regards
uwe

linuslai

Change tomcat shutdown port 8005 -> 8006

Postby linuslai » Tue May 29, 2007 12:02 am

Guys, you may try out this,


# vi /opt/Funambol/tools/tomcat/conf/server.xml

Change from
<Server port="8005" shutdown="SHUTDOWN">
To
<Server port="8006" shutdown="SHUTDOWN">

Then start the service
# cd /opt/Funambol
# tools/bin/funambol.sh start


Double confirm
# netstat -nltp

You would see port 127.0.0.1:8005 & 127.0.0.1:8006
running at the same time. One is for Scalix, the other is for Funambol.

Please confirm for me whether this work for you guys or not.
Mine seems working.

Cheers,

racmar
Posts: 104
Joined: Wed Jan 10, 2007 10:41 pm
Contact:

Postby racmar » Tue May 29, 2007 2:06 pm

If I may ask, does this give users the ability to sync their Windows Mobile 5 ( WM5 ) devices? Also, are you using this in production, or is this a testing platform for now?

The bosses have WM5 devices and they desperately want over-the-air ( OTA ) sync to work. As it is, we still have problems /w activesync + the scalix connector. I cannot expect them to trouble shoot the problems, so I see OTA sync as a must.

If you could post a howto ( or add it to the wiki ), I would be very greatful.

-Rob

linuslai

Postby linuslai » Wed Jun 06, 2007 2:50 pm

racmar wrote:If I may ask, does this give users the ability to sync their Windows Mobile 5 ( WM5 ) devices? Also, are you using this in production, or is this a testing platform for now?

The bosses have WM5 devices and they desperately want over-the-air ( OTA ) sync to work. As it is, we still have problems /w activesync + the scalix connector. I cannot expect them to trouble shoot the problems, so I see OTA sync as a must.

If you could post a howto ( or add it to the wiki ), I would be very greatful.

-Rob


Basically my setup is based on the wiki, except the Funambol server is on linux, and same box with Scalix.
I am using Dopod 838 pro (WM5+Funambol v6 client) to sync OTA. It's a test environment, the problem is i could not roll out to my colleagues is because, we need a outlook+funambol running 24 hours for each user.

My ActiveSync + Scalix Connect work fine.

I will try to write a wiki if i am free.

Cheers,
Linus

uwe-beach
Posts: 48
Joined: Thu Nov 09, 2006 12:35 pm

Re: Change tomcat shutdown port 8005 -> 8006

Postby uwe-beach » Mon Jun 18, 2007 3:10 am

linuslai wrote:Guys, you may try out this,


# vi /opt/Funambol/tools/tomcat/conf/server.xml

Change from
<Server port="8005" shutdown="SHUTDOWN">
To
<Server port="8006" shutdown="SHUTDOWN">



thanks.
now it works.
regards
uwe

Mouseclone
Posts: 209
Joined: Thu Nov 02, 2006 12:02 pm

Postby Mouseclone » Mon Aug 11, 2008 2:39 pm

Just wanted to share this with you. I'm running RHEL 5 and Scalix 1.4.1. I have recently done all of the updates to the server and to Scalix. After doing this I was unable to run either Webmail or Funambol at the same time.

After looking around I found that Java was listening on port 8080. This was after I started the webmail. So instead of using port 8080 with Funambol, I have decided to use port 81. This worked great. I changed all of the port="8080" to port="81" and started the Funambol server.

Everything is working now, with the port change from 8005 to 8006 as mentioned above.


Return to “Third Party Integration”



Who is online

Users browsing this forum: No registered users and 2 guests