Re: windows here, server there
Don Brady <dbrady-d0/1ywxyuRNWk0Htik3J/[email protected]>
| Newsgroups | gmane.org.user-groups.trijug.juglist |
|---|---|
| Message-ID | <[email protected]> |
At 01:53 PM 1/28/2006, Richard O. Hammer wrote: >I want to run a server program on a Redhat Linux 3.0ES host (which I've >rented from RimuHosting.com) and have a Java Swing management console >for that server which I can run at home on my Windows XP. I can do most >of this: with Cygwin.com on my home machine I can use X-windows >forwarding and display Swing windows here with the program running there. > >But I turn off my home machine every night, and I want the server >program to run continuously. This is the part I need help with. How >can I run a Java program on the remote Linux machine which will run >continuously and also will be the client for my X-windows server at >home, whenever I connect, for as long as I connect? I am not sure if this is relevant but could Headless mode http://java.sun.com/j2se/1.4.2/docs/guide/awt/AWTChanges.html#headless be part of an answer?