View Single Post
  #18 (permalink)  
Old 06-01-2007, 08:37 AM
vjt vjt is offline
Junior Member
 
Posts: 6
Default

thanks for your work, MrDigi, it was really useful .

Quote:
Originally Posted by MrDigi View Post
Problems:
  • 02-04-2007: Don't know if its really because of the settings above, but the simple Client refuses to work: (A network service error has occurred (zclient/io).
I managed to get the simple client to work.. it fails because it connects to 127.0.0.1:80, and tomcat is (obivously) no longer listening on that address.

I tried to identify which parameter governs the destination address to which the SC connects, but I failed (any insight from a zimbra employee would be great!).

so.. i simply installed a simple connection proxy ( e.g. http://antifork.org/trac/browser/tru...d.c?format=raw ) that binds to localhost and forwards the connection to the tcp port 80 the IP I set in zimbra.web.xml.in, port 80.

obivously, it is a dirty hack, but it's effective .

cheers,
marcello
Reply With Quote