opens packages and structures for servlet-server in right order

note: needs (r5rs-) SSAX to be present
This commit is contained in:
interp 2002-09-20 19:25:20 +00:00
parent ab158529ef
commit be308133d2
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
; reads package description in the right order
; in the end, the server can be started via (main '())
(batch 'on)
(config)
(load "/home/andreas/hiwi/sunet/packages.scm")
(load "/home/andreas/hiwi/sunet/SSAX/lib/packages.scm")
(load "/home/andreas/hiwi/sunet/httpd/servlets/packages.scm")
(load "/home/andreas/hiwi/sunet/httpd/servlets/start-servlet-server")
(user)
(open 'servlet-server)
(batch 'off)