[Bese-devel] Fwd: After a hiatus, came back to UCW & `UCW Intro'; having problems with `UCW Intro'

Holger Schauer Holger.Schauer at gmx.de
Fri Jul 28 11:03:11 UTC 2006


Hi,

I'm only reading bese-devel via the Web archive,
so jsut as a quick note: I had similar problems
when rolling my own hello-world example, following
the intro.

When you start the boxset in the way it's described
in the tutorial, /etc/ucw/* or 
<path-to-boxset>/ucw_dev/etc/conf* will be ignored
(at least with the version 2006-05-24): you'll
need to add your example application in 
the start.lisp file. I.e., I have

[elendil->ucw-boxset]diff -u start.lisp~ start.lisp
--- start.lisp~ 2006-05-20 05:43:24.000000000 +0200
+++ start.lisp  2006-07-21 10:59:51.000000000 +0200
@@ -42,6 +42,7 @@
 ;;;; Load up the UCW default system
 (asdf:oos 'asdf:load-op :ucw.examples)
 (asdf:oos 'asdf:load-op :ucw.admin)
+(asdf:oos 'asdf:load-op :holger-ucw-test)

 ;;;; Let there be swank.
 (ucw:start-swank)
@@ -49,7 +50,8 @@
 ;;;; * Finally startup the server
 (ucw:create-server :backend '(:httpd :host "127.0.0.1" :port 8080)
                   :applications (list it.bese.ucw-user::*example-application*
-                                       it.bese.ucw::*admin-application*)
+                                       it.bese.ucw::*admin-application*
+                                      holger-ucw-test:*holger-ucw-test-application*)
                   :inspect-components nil
                   :debug-on-error t
                   :log-root-directory (make-pathname :name nil :type nil

Note that for the asdf load, you'll need to add your example app
to where the boxset expects it (your normal asdf settings will
be ignored), i.e. <path-to-boxset>/systems/

HTH,

 Holger



-- 
---          http://www.coling.uni-freiburg.de/~schauer/            ---
"I don't know what to say, you don't care anyway."
		   -- New Order, "Crystal"



More information about the bese-devel mailing list