From: Markus M. <me...@me...> - 2008-05-19 08:51:40
|
Olivier schrieb: > I understood Funambol Admin is a Java application. > I installed it (along Funambol) on a server on which I don't have any > X-Window system. If your client computer runs on Linux, you can just "ssh -Y" into your server and then start the Java application, which will then appear on your client's X display. With Windows, an option would be to download Cygwin/X (http://www.cygwin.com/) to your client computer. Inside Cygwin, do a "startx" to start the X server, then use "ssh -Y" like you would on Linux. Note however that X can be slow over Internet or VPN connections. Markus |