[410] in Software_Announce
BRL (Scheme for server-side web apps) upgraded to 2.1.26 on athena
daemon@ATHENA.MIT.EDU (Bruce R. Lewis)
Tue Jun 26 15:58:38 2001
Date: Tue, 26 Jun 2001 15:58:16 -0400 (EDT)
Message-Id: <200106261958.PAA04096@kindness.mit.edu>
From: "Bruce R. Lewis" <brlewis@ALUM.MIT.EDU>
To: software-announce@MIT.EDU
cc: wa@MIT.EDU
In-reply-to: "[388] in Software_Announce"
Both the software and the manual have been much improved since January,
partly due to feedback from the IAP activity.
Trying BRL on any Athena workstation will not modify your dotfiles or
any other configuration.
Instructions from http://web.mit.edu/brlewis/www/#athena
add java
attach brlewis
/mit/brlewis/brlstart /mit/brlewis/brl2 &
htmlview http://localhost:1998/servlet/gnu.brl.brlsv/index.html
Look in /mit/brlewis/brl2/examples for the source code for the
examples. You can copy the brl2 directory elsewhere, editing
servlet.properties and sitedefs.scm as appropriate. Then you can use
this new directory as the argument to brlstart. If you have an
appropriate JDBC driver in your CLASSPATH, you can do all the cool
database stuff described in the BRL manual.