Outbound Link Summary:
16 years ago
p3k dots

helma 1.9

what more can i say than: it works! (os x 10.4)

here is how:

  1. get helma2: svn co http://hopdev.helma.org/svn/helma/trunk/ helma2
  2. get junit.jar and move it to /Developers/Java/Ant/lib
  3. build helma2: ant jar
  4. create the directory for jetty's output: mkdir logs
  5. try the shell: java -cp lib -jar shell.jar
  6. start the server: java -cp lib -jar server.jar ./web/app/
  7. voilà: http://localhost:8080/test

i did this in approximately 10 minutes, after some brute trial and error how to correctly define the application path in the server.jar argument.

if a java stoopid (yours truly) can do this, you can do so, too!