[388] in Software_Announce
BRL (Scheme for server-side web apps) upgraded to 2.1.22
daemon@ATHENA.MIT.EDU (Bruce R. Lewis)
Thu Jan 18 16:01:57 2001
Date: Thu, 18 Jan 2001 16:01:17 -0500 (EST)
Message-Id: <200101182101.QAA26514@kindness.mit.edu>
From: "Bruce R. Lewis" <brlewis@ALUM.MIT.EDU>
Reply-To: sipb-iap-brl@MIT.EDU
To: software-announce@MIT.EDU
cc: wa@MIT.EDU, web-agents@MIT.EDU
In-reply-to: "[353] in Software_Announce"
I've upgraded BRL in the brlewis locker to the latest release, 2.1.22.
This is also what's running on the BRL Cabaret, so participants in the
BRL Web Application Workshop (Friday 1/26) can see a consistent version
regardless of how they prepare.
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.