hosts file is fine.
omshowlog only shows:
WARNING Shared memory (Shared memory ) 01.25.07 13:55:17
[OM 24142] Conversion from SJIS to UCS2 not found
apache config
# ---------------------------------------------------------------------------
# Configure on-the-fly deflate compression of the pages:
# ---------------------------------------------------------------------------
<Location />
AddOutputFilterByType DEFLATE text/xml text/html text/css
AddOutputFilterByType DEFLATE application/x-javascript
</Location>
# ---------------------------------------------------------------------------
# mod_proxy_ajp connector configuration
# ---------------------------------------------------------------------------
<IfModule mod_proxy_ajp.c>
Include /etc/opt/scalix-tomcat/connector/ajp/instance-*.conf
</IfModule>
scalix-tomcat-connector.conf lines 1-19/19 (END)
tomcat config for sac
ProxyPass /sac
ajp://os101.discworld.home:8009/sac
app-os101.sac.conf lines 1-1/1 (END)
tomcat config for webmail
ProxyPass /webmail
ajp://os101.discworld.home:8009/webmail
app-os101.webmail.conf lines 1-1/1 (END)
hmm ports shows
ProxyPass /webmail
ajp://os101.discworld.home:8009/webmail
app-os101.webmail.conf lines 1-1/1 (END)
os101+8005
ports lines 1-1/1 (END)
netstat shows:
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:5729 0.0.0.0:* LISTEN 3647/advmail.sckd
tcp 0 0 127.0.0.1:8005 0.0.0.0:* LISTEN 2636/java
tcp 0 0 0.0.0.0:389 0.0.0.0:* LISTEN 3684/omslapd
tcp 0 0 192.168.170.52:5733 0.0.0.0:* LISTEN 2806/postmaster
tcp 0 0 0.0.0.0:5768 0.0.0.0:* LISTEN 3702/sxeventserver
tcp 0 0 192.168.170.52:8009 0.0.0.0:* LISTEN 2636/java
tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN 3755/pop3.server
tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN 3698/in.imap41d
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 3098/portmap
tcp 0 0 127.0.0.1:2544 0.0.0.0:* LISTEN 3242/zmd
tcp 0 0 0.0.0.0:631 0.0.0.0:* LISTEN 3221/cupsd
tcp 0 0 192.168.170.52:25 0.0.0.0:* LISTEN 3695/omsmtpd
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 3365/sendmail: acce
tcp 0 0 127.0.0.1:5757 0.0.0.0:* LISTEN 3202/ldapmapper
tcp 0 0 192.168.170.52:8009 192.168.170.52:45950 ESTABLISHED 2636/java
tcp 0 0 192.168.170.52:8009 192.168.170.52:45948 ESTABLISHED 2636/java
tcp 0 0 192.168.170.52:45948 192.168.170.52:8009 ESTABLISHED 3477/httpd2-prefork
tcp 0 0 192.168.170.52:45950 192.168.170.52:8009 ESTABLISHED 3478/httpd2-prefork
tcp 0 0 :::80 :::* LISTEN 3474/httpd2-prefork
tcp 0 0 :::22 :::* LISTEN 3379/sshd
udp 0 0 127.0.0.1:32768 127.0.0.1:32768 ESTABLISHED 2806/postmaster
udp 0 0 0.0.0.0:32769 0.0.0.0:* 3008/mdnsd
udp 0 0 0.0.0.0:32770 0.0.0.0:* 2636/java
udp 0 0 192.168.170.52:5766 0.0.0.0:* 3675/omnssck
udp 0 0 127.0.0.1:5766 0.0.0.0:* 3675/omnssck
udp 0 0 0.0.0.0:5353 0.0.0.0:* 3008/mdnsd
udp 0 0 0.0.0.0:111 0.0.0.0:* 3098/portmap
udp 0 0 0.0.0.0:631 0.0.0.0:* 3221/cupsd
any other idea?