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

Ties Stuij cjstuij at gmail.com
Mon Jul 31 13:04:05 UTC 2006


On 7/28/06, Holger Schauer <Holger.Schauer at gmx.de> wrote:
> 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/

You're talking about ucwctl right? Yes indeed ../ucw_dev/etc/conf* are
ignored because they are not in it's searchpath. It says so in the
intro tutorial i thought.

It's all a bit confusing, that's why i put in a section about loading
an app in the way you described about a week ago.

But thanks for the notice. Feedback is nice. If you feel the text is
still not clear enough, get a common-lisp.net account and change the
text to your liking.

greets, ties



More information about the bese-devel mailing list