Hi!
Can you tell us what version of scalix you are using, please reply with the result of
the command "
rpm -qa | grep scalix".
Check to see if swa.properties has
Code: Select all
swa.platform.url=http://your.host.name/api
swa.platform.enabled=true
Also, make sure that you have postgres connections from tomcat to the database. If
not, you need to stop tomcat and postgres and then start them both up again making
sure you start postgres first.
scalix-platform-*: the Scalix Messaging Services API platform; this can be installed on
the same machine as the Scalix server or on a separate server, though the former is
typical. It uses the Postgres database and is being used by both SWA and SWA Mobile.
As per wiki page:
http://www.scalix.com/wiki/index.php?title=Manual_Installation#Configuring_Scalix_Web_Access
Note: Do check the "Applicable Environments" section of this page.
swa.platform.url=http://scalix.mycompany.com/api # Points to Platform Host
swa.platform.enabled=true # use the platform
swa.soap.soapRequestTimeout=60 # default timeout
Thanks,
Subir