i want to change the HTTP Port for accessing sac and webmail to 8080 to get the old behavior back.
I changed the following:
IN: /etc/opt/scalix-tomcat/connector/ajp/instance-HOSTNAME.conf
Code: Select all
<VirtualHost hostname.domain.tld:80>
Include /etc/opt/scalix-tomcat/connector/ajp/app-HOSTNAME.*.conf
</VirtualHost>
to
Code: Select all
<VirtualHost hostname.domain.tld:8080>
Include /etc/opt/scalix-tomcat/connector/ajp/app-HOSTNAME.*.conf
</VirtualHost>
IN: /etc/opt/scalix-tomcat/connector/jk/instance-HOSTNAME.conf
Code: Select all
<VirtualHost hostname.domain.tld:80>
Include /etc/opt/scalix-tomcat/connector/jk/app-HOSTNAME.*.conf
</VirtualHost>
to
Code: Select all
<VirtualHost hostname.domain.tld:8080>
Include /etc/opt/scalix-tomcat/connector/jk/app-HOSTNAME.*.conf
</VirtualHost>
IN: /etc/httpd/conf/httpd.conf
added :
Code: Select all
Listen 8080
Now i can access webmail but not sac.
In detail: Login to sac fails. I can see the login screen.
The german error message is :
"Anmeldung konnte nicht durchgeführt werde Konfigurationsdaten konnten nicht geladen werden.
Ein Problem mit dem Administrationsserver ist aufgetreten"
Translated something like:
"Login was unsuccessful the configurationdata could not be loaded. There is a problem with the administrationserver"
I found a Post here viewtopic.php?t=4172&highlight=change+sac+port
I assume you're accessing your sac over port 80, i.e. http://server:80/sac. That means that you have mod_jk installed. I seems that when asked during installation, you told res to think it would work through port 8080.
Please change 8080 to 80 in /etc/opt/scalix/res/config/res.properties and restart Tomcat.
I think this could help me..but i can´t find /etc/opt/scalix/res/config/res.properties.
Any Idears ? Or is it impossible/ no good idear to change the Port for SAC ?
Using : Scalix 11.03 Updated from 10.x (can´t remember)
Thanks
B²