Ok , the install went fine , i checked out some of the logs that is stays to look at if the webpages are not working and this is what i found out.
ps -ef | grep tomcat
root 2461 1 0 Oct19 ? 00:02:04 /usr/java/jre1.5.0_04/bin/java -server -Djava.net.preferIPv4Stack=true -Djava.endorsed.dirs=/opt/scalix-tomcat/common/endorsed -classpath /usr/java/jre1.5.0_04/lib/tools.jar:/opt/scalix-tomcat/bin/bootstrap.jar:/opt/scalix-tomcat/bin/commons-logging-api.jar -Dcatalina.base=/opt/scalix-tomcat -Dcatalina.home=/opt/scalix-tomcat -Djava.io.tmpdir=/opt/scalix-tomcat/temp org.apache.catalina.startup.Bootstrap start
root 18128 18013 0 17:00 pts/1 00:00:00 grep tomcat
ps -ef | grep httpd
root 3452 1 0 Oct19 ? 00:00:00 /usr/sbin/httpd
apache 3454 3452 0 Oct19 ? 00:00:00 /usr/sbin/httpd
apache 3455 3452 0 Oct19 ? 00:00:00 /usr/sbin/httpd
apache 3456 3452 0 Oct19 ? 00:00:00 /usr/sbin/httpd
apache 3457 3452 0 Oct19 ? 00:00:00 /usr/sbin/httpd
apache 3458 3452 0 Oct19 ? 00:00:00 /usr/sbin/httpd
apache 3459 3452 0 Oct19 ? 00:00:00 /usr/sbin/httpd
apache 3460 3452 0 Oct19 ? 00:00:00 /usr/sbin/httpd
apache 3461 3452 0 Oct19 ? 00:00:00 /usr/sbin/httpd
apache 6633 3452 0 Oct19 ? 00:00:00 /usr/sbin/httpd
apache 6634 3452 0 Oct19 ? 00:00:00 /usr/sbin/httpd
apache 6635 3452 0 Oct19 ? 00:00:00 /usr/sbin/httpd
apache 6672 3452 0 Oct19 ? 00:00:00 /usr/sbin/httpd
apache 6673 3452 0 Oct19 ? 00:00:00 /usr/sbin/httpd
apache 6674 3452 0 Oct19 ? 00:00:00 /usr/sbin/httpd
root 18133 18013 0 17:00 pts/1 00:00:00 grep httpd
this is the cca log
2006-10-19 12:49:55,057 INFO [SOAPDispatcherServlet.init:76] ====> CAA is starting up, standby <====
2006-10-19 12:49:55,425 WARN [CAAConfigLoader.parseConfigDocument:224] No services are configured in this config file
2006-10-19 12:49:55,440 ERROR [CAAConfigLoader.parseComponentNode:244] Service scalix.res, Component disabled has no class defined!
2006-10-19 12:49:55,964 INFO [GuidToServerCache$CleanupThread.run:39] Guid2Server cache is empty. Skipping cleanup
2006-10-19 12:49:56,030 INFO [NotificationEventListener.launch:242] Main Notification Event Listener thread launched...
2006-10-19 12:49:56,073 INFO [NotificationEventListener.launch:245] Notification Worker thread com.scalix.sac.ubermgr.events.NotificationEventListener$WorkerThread-thread-0 launched...
2006-10-19 12:49:56,104 INFO [NotificationEventListener.launch:245] Notification Worker thread com.scalix.sac.ubermgr.events.NotificationEventListener$WorkerThread-thread-1 launched...
2006-10-19 12:49:56,155 INFO [RESInitializer.initNotificationListener:220] RESMonitor-thread Thread launched...
2006-10-19 12:49:56,216 INFO [SOAPDispatcherServlet.init:118] ====> CAA started, you may fire when ready <====
2006-10-19 12:49:58,668 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: register|http://testmail.mydomain.com/res/RESDispatcher|LISTEN|300|testmail|testmail.mydomain.com|10.0.1 from host:testmail.mydomain.com
"caa.log" 3424L, 600259C
this is the localhost_log log file
2006-10-19 12:49:24 StandardContext[/balancer]org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]
2006-10-19 12:50:02 StandardContext[/jsp-examples]ContextListener: contextInitialized()
2006-10-19 12:50:02 StandardContext[/jsp-examples]SessionListener: contextInitialized()
2006-10-19 12:50:03 StandardContext[/servlets-examples]ContextListener: contextInitialized()
2006-10-19 12:50:03 StandardContext[/servlets-examples]SessionListener: contextInitialized()
2006-10-19 13:28:33 StandardContext[/balancer]org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]
@
"localhost_log.2006-10-19.txt" 10L, 1750C
I am a linux newbie
thanks
richie