Page 1 of 1

Rules Wizard - How to modify the URL

Posted: Tue Nov 15, 2005 6:53 pm
by tmk
I thought I understood that /etc/opt/scalix/webmail/partner.xml controlled the URL of the SWA Rules Wizard. I have modified it thus:

<settings
rulesWizardURL="http://www.domain.com:8080/Scalix/rw"
homeDir="/tmp"
/>
This change was enacted to account for another web server, on another machine, that I have behind my firewall.

I can get to this URL directly from my browser, but cannot get the change to be recognized via SWA. It still looks to hit the <localhost> address, which from the internet is not visible - I need it to try to hit my internet domain name instead.

Any suggestions as to what I may be missing?

Posted: Tue Nov 15, 2005 7:31 pm
by ScalixSupport
Have you restarted tomcat to pick up the changes ?

Cheers

Dave

Posted: Tue Nov 15, 2005 9:25 pm
by tmk
ScalixSupport wrote:Have you restarted tomcat to pick up the changes ?

Cheers

Dave


I have - several times since invoking this change.

Actually, I believe i have figured it out. I modified my httpd.conf, created a virtual host on the desired port with the desired domain name. I need to test outside of LAN/from internet, but I'm confident that will do the trick.

Thanks for the quick reply Dave

TMK

Additional question!!!

Posted: Tue Nov 15, 2005 9:40 pm
by tmk
What the purpose is "TOMCAT_HOME/webapps/webmail/WEB-INF/partner.xml"

Is it possible to create custom configurations for different "home" pages. I've already discovered that you can creaete multiple "webmail" instances, with differentlogo images, etc. But it would be nice to use these partener.xml's to go even further.

Can you advise if these serve any purpose?

Thanks again for your assistance.

TMK