View Single Post
  #30 (permalink)  
Old 05-04-2009, 07:47 AM
ChaosFreak ChaosFreak is offline
Member
 
Posts: 11
Default Works for Me under Zimbra 5 / Jetty

Quote:
Originally Posted by carnold View Post
Just follow the first post and you should be fine.
Umm...the first post has no instructions for Zimbra 5 with Jetty, it assumes Zimbra 4 with tomcat...

I found this solution:
Binding Zimbra to a particular IP

Search for "particular IP" in that page. Or, here are the instructions:
  1. edit /opt/zimbra/mailboxd/etc/jetty.xml.in
    add <Set name="Host">your-ip-address</Set> to the HTTP connector
  2. edit /opt/zimbra/mailboxd/etc/zimbra.web.xml.in
    uncomment zimbra.soap.url, change localhost:7070 to your-ip-address
  3. edit /opt/zimbra/mailboxd/etc/zimbraAdmin.web.xml.in
    uncomment zimbra.soap.url, change localhost:7070 to your-ip-address
  4. su - zimbra
  5. zmcontrol stop
  6. zmcontrol start

It works for me!
Reply With Quote