Is JUM a good place to learn from about this? On 31 Oct 2016 14:01, "Eric Iverson" <[email protected]> wrote:
> Ian, > > Further to the answer provided by Brian. > > Read the config section in the JHS jhelp page. More recent versions of JHS > have slightly changed the recommended way to configure JHS. > > Study the default config settings by looking at configdefault_jhs_ in a JHS > session. > > A sketch of the steps you need (depending on specifics of your install): > > 1. copy ~addons/ide/jhs/config/jhs.cfg and rename it to jhsany.cfg (copy to > same folder, or perhaps to your ~config folder) > > 2. edit jhsany.cfg to add line: BIND=: 'any' > > 3. make a copy of your JHS launch icon (desktop copy/paste) > > 4. rename the new launch icon to any > > 5. edit new launch icon properties Target to use the any config > > 6. run JHS with bind any and you can access that server from other machines > with the use of the correct ip address > > *** > You might want to look at using the config settings for user and password. > > Another way to do this, and the way I increasingly favor if you are set up > for it, is to use putty (or similar sftp facility) to create a tunnel from > the other machine to the server. That way the other machines browser can > use localhost:65001 and the tunnel will securely pass stuff on to the > server. If you use a tunnel, you don't have to mess with changing the > config as requests from the other machine appear as if they were on > localhost. > > 3. > > > On Mon, Oct 31, 2016 at 6:41 AM, Brian Schott <[email protected]> > wrote: > > > Look for this code in > > ...../j64-804/addons/ide/jhs/config/jhs_default.ijs > > Change that file and rename it to > > ...../j64-804/addons/ide/jhs/config/jhs.ijs > > > > > > NB. 'localhost' access from same machine > > NB. 'any' access from any machine (should have PASS set) > > BIND=: 'localhost' > > > > On Sun, Oct 30, 2016 at 10:26 PM, Ian Shannon < > > [email protected]> wrote: > > > > > > > > > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
