View Single Post
  #3 (permalink)  
Old 02-24-2006, 01:25 PM
rm* rm* is offline
Starter Member
 
Posts: 2
Default

Quote:
Originally Posted by marcmac
Is tomcat running? THat's what serves the UI. I assume not, since port 80 isnt' bound.

su - zimbra
sh -x bin/zmmailboxctl status

WHat's not running?

Cert problem, perhaps?

To access the web UI - http://hostname/zimbra/mail
FOr the admin ui - https://hostname:7071/zimbraAdmin

OK I ran the above command and got:



xserve:~ zimbra$ sh -x bin/zmmailboxctl status
+ BASE=/opt/zimbra
+ SCRIPTS=zmmtaconfigctl tomcat mysql.server
+ STATUS=0
+ '[' zmmtaconfigctl = mysql.server ']'
+ /opt/zimbra/bin/zmmtaconfigctl status
+ R=0
+ '[' 0 -ne 0 ']'
+ '[' tomcat = mysql.server ']'
+ /opt/zimbra/bin/tomcat status
+ R=1
+ '[' 1 -ne 0 ']'
+ STATUS=1
+ '[' mysql.server = mysql.server ']'
+ /opt/zimbra/bin/mysqladmin status
+ R=0
+ '[' 0 -ne 0 ']'
+ exit 1
xserve:~ zimbra$


Not sure what this means. Where should I look to get tomcat started?

tnx
Reply With Quote