JUM is a JHS application. It provides multiple JUM user folders within a single user folder. JUM is the JHS application we run at Jsoftware that allows separate J users to each have their own task.
I assumed that what you wanted was to allow access to the SAME jhs task from multiple computers. This is much easier than running JUM. To do this all you need to do is copy jhs_default.ijs to jhs.ijs in the same ide/jhs/config folder and edit BIND=: to be any. Start JHS on your machine with this config change and you should be able to access that J session from another machine with the IP address given in the jconsole welcome message. Go to another machine (such as your iPad) that has a network connection to your JHS server and browse to the jijx page at the IP address and port (65001 unless you have changed it in the config). If you really want to run JUM then you need to load the JUM script on the server and start the JUM application to manage multiple users with multiple J tasks. On Sat, Feb 26, 2011 at 5:34 PM, Brian Schott <[email protected]>wrote: > Eric, > > I have gotten pretty far along, but have not been able to supply the > correct `user:` and `password:` at http://127.0.0.1:65002/jlogin . > > I copied ~addons/ide/jhs/jhs_default.ijs to jhs.ijs and editted > BIND=: to be 'any' and left USER=: and PASS=: unchanged as '' . > > I then started a jconsole task and did the following. > > *******************jconsole task below******************* > /Users/brian/j701/bin/jconsole; exit > Welcome to Darwin! > [5:07pm brian~]% /Users/brian/j701/bin/jconsole; exit > load'~addons/ide/jhs/core.ijs' > load'~addons/ide/jhs/jum.ijs' > createjum_jum_ 65002;'1234' NB. only if new PORT or PASS > init_jhs_'jum' > > J HTTP Server - init OK > > Requires a modern browser (later than 2005) with Javascript. > > A : separates ip address from port. Numeric form ip can be faster than > name. > > Access from another machine: > http://192.168.2.3:65002/jijx > > Start a web browser on this machine and enter URL: > http://127.0.0.1:65002/jijx > *******************jconsole task above******************* > > So I am now at the step in JUM help which says, "browse to jum task > /jijx and login", but continue to get the error message "invalid login > (x)." > > Btw, all of this is being done on my main computer, not another one on > the wifi network. > > Can anyone tell me what is wrong, please? > > On Sat, Feb 26, 2011 at 3:34 PM, Eric Iverson <[email protected]> > wrote: > > All you need is JHS to do what you describe. You don't need apache or > > anything else. You need to read ~addons/ide/jhs/jhs_default.ijs and folow > > the instructions (basically copy to jhs.ijs and edit BIND=: to be 'any' > and > > possibly USER=: and PASS=:. > > > -- > (B=) > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
