View Single Post
  #3 (permalink)  
Old 05-23-2007, 10:08 AM
Oman Oman is offline
Junior Member
 
Posts: 9
Default

Thanks for the super-fast response.

I issued a zmperditionctl stop which stopped the imap and pop services.
Then I issued a tomcat start (no feedback from that command)
I then tried to login to the admin console with no response.

A check using zmcontrol status shows that tomcat is still not running.

Is there a tomcat error log around somewhere that I can check out?

Thanks
Jon


Quote:
Originally Posted by jholder View Post
Hi Jon, and welcome to the forums!
You probably started the IMAP proxy, and not the IMAP service. They're two seperate things.
If you don't know what the IMAP Proxy does, here's a good link:
http://wiki.zimbra.com/index.php?title=Perdition

To solve this, stop perdition, and start tomcat. Then login to the Zimbra Admin Console, and disable IMAP proxy:

Code:
su - zimbra
zmperditionctl stop
tomcat start
Good luck!

john
Reply With Quote