From: Olivier <oza...@my...> - 2008-05-16 11:17:56
|
Hi, I searched this list archives to find how to remote access to Funambol server administration module. I could read this : http://article.gmane.org/gmane.comp.java.sync4j.user/4803/match=remote+access+administration but this information is a bit general for me : I'm not familiar with either Funambol or Tomcat ... My question is : 1. Can I open locally a web browser and use a remote Funambol Administration module ? 2. Which URL shall I use for that ? Regards |
From: Stefano N. <ste...@gm...> - 2008-05-17 07:36:29
|
Hi Oliver, the admin tool is not a web application but a standard java application distributed in the bundle. During login, you can fill in the form with the server host name. ste Olivier wrote: > Hi, > > I searched this list archives to find how to remote access to Funambol > server administration module. > > I could read this : > http://article.gmane.org/gmane.comp.java.sync4j.user/4803/match=remote+access+administration > > but this information is a bit general for me : I'm not familiar with > either Funambol or Tomcat ... > > My question is : > 1. Can I open locally a web browser and use a remote Funambol > Administration module ? > 2. Which URL shall I use for that ? > > Regards > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > ------------------------------------------------------------------------ > > _______________________________________________ > Sync4j-users mailing list > Syn...@li... > https://lists.sourceforge.net/lists/listinfo/sync4j-users > -- Stefano Nichele Funambol Servers Tech Lead funambol :: mobile open source :: http://www.funambol.com |
From: Olivier <oza...@my...> - 2008-05-18 16:30:09
|
2008/5/17 Stefano Nichele <ste...@gm...>: > Hi Oliver, > the admin tool is not a web application but a standard java application > distributed in the bundle. During login, you can fill in the form with > the server host name. > > ste > Thanks Stephano, I'm a bit ashamed to ask but I'm not sure I got your advice. 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. Do you mean that I should install Funambol Admin on the client PC from which I'll manage my server or is there command line options which would allow me to avoid installing any software in my client PC ? Cheers |
From: Stefano N. <ste...@gm...> - 2008-05-18 19:34:53
|
Hi Olivier, Olivier wrote: > > > 2008/5/17 Stefano Nichele <ste...@gm... > <mailto:ste...@gm...>>: > > Hi Oliver, > the admin tool is not a web application but a standard java > application > distributed in the bundle. During login, you can fill in the form with > the server host name. > > ste > > > Thanks Stephano, > > I'm a bit ashamed to ask but I'm not sure I got your advice. > > 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. > > Do you mean that I should install Funambol Admin on the client PC from > which I'll manage my server Yeap! I meant that. > or is there command line options which would allow me to avoid > installing any software in my client PC ? There is not a command line options. ste > > Cheers > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > ------------------------------------------------------------------------ > > _______________________________________________ > Sync4j-users mailing list > Syn...@li... > https://lists.sourceforge.net/lists/listinfo/sync4j-users > -- Stefano Nichele Funambol Servers Tech Lead funambol :: mobile open source :: http://www.funambol.com |
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 |