
Originally Posted by
adrian.gibanel.btactic
Here are there some aloud thoughts about your idea.
- As ZD is based on jetty. I suppose you need to check jetty documentation on how to accept not only local connections but also external connections so that it works in your setup. Unless you try to redirect the connections somehow with iptables so that ZD itself thinks they come from localhost.
I have found it.
Edit:
Code:
$HOME/zdesktop/jetty/etc/jetty.xml
file and search for:
Code:
<Set name="host">127.0.0.1</Set>
and comment it so that it reads:
Code:
<!-- <Set name="host">127.0.0.1</Set> -->
.
That's it. No longer needed to be at your localhost to access your Zimbra Desktop.
You either need to read the webapp.ini file to guess the url to access (or tweak it to an standard url as you do) but it works.
If you improve this way of using Zimbra Desktop, or you happen to finally use it, or find any other unexpected benefits from it please let us know.
By the way if you need to replicate this into other users try to edit the same file but the one you found at:
so that it servers as a template for new user installations.