Quote:
Originally Posted by m-cubed Priyantha, it worked fine for me. The error you are getting is probably from the lack of the www server bound to the localhost. If you type netstat -lptn | grep "80" what do you get? You should see port 80 bound to the IP you configured in the step above and to 127.0.0.1. The PID for both should show java as the program controlling it. |
OK, now after making these chnges and following:
[SOLVED] Howto: Bind to one specific IP / Listen to one IP
I get this error:
A network service error has occurred (zclient/io)
I run netstat -lptn and see my port bound to my IP but i do not see that same port bound to 127.0.0.1. What do i do to correct this?
So, i have found that this error is a jetty thing. I can edit everything as these threads indicate but when i edit /opt/zimbra/mailboxd/etc/jetty.xml.in, this is when the above error occurs. When i make /opt/zimbra/mailboxd/etc/jetty.xml.in without <Set name="Host">10.10.52.125</Set> the web client starts working.
Sorry, i used the post above m_cube's post to do this. I did not copy the section and insert 127.0.0.1. Now it works