opens packages and structures for servlet-server in right order
note: needs (r5rs-) SSAX to be present
This commit is contained in:
parent
ab158529ef
commit
be308133d2
|
@ -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)
|
Loading…
Reference in New Issue