Ok, I found the problem. It's nothing serious. The index.py servlet in
the Examples context redirects to "/Welcome", i.e. to the Welcome
servlet in the default context. But if you create your own WorkDir, then
the default context is yours, not the Example context. I changed the
redirection to the relative path "Welcome", and everything works fine
now. Seems this bug has been there for years already ;-)
-- Christoph
|