Re: generated doc and not finding DTD

2005-09-26 Thread Louis . Masters
I returned from a conference and I'm running into this issue again. It seemed to be working for a bit, but now I get the same error message when the serializer is xml-document. The system cannot locate the object specified. Error processing resource

Re: directory listing batch file invocation

2005-09-09 Thread Louis . Masters
OK, after looking at the examples and the Coccon wiki page for the DirectoryGenerator, I got my directory listing to somewhat work. Here is the my basic sitemap.xmap entry: map:pipeline internal-> map:match pattern=**/defaultbuilddir.html map:generate type=directory src="">

Re: directory listing batch file invocation

2005-09-09 Thread Louis . Masters
Just an update. I got the html serializer working (the html was malformed) and the html now renders. I believe the rest of the issues relate to my not understanding xmaps. Now on to understanding aggregates... -Lou [EMAIL PROTECTED] wrote on 09/09/2005 12:14:42 PM: OK, after looking at the

Re: directory listing batch file invocation

2005-09-06 Thread Louis . Masters
I have upgraded to 0.7, but I am now getting the following errors on a couple of pages (for example): No pipeline matched request: todo.xml Do I need to change something? I'll check the directories for the examples - thanks. As for CGI, I am using the Jetty packaged with Forrest. I tried to

directory listing batch file invocation

2005-09-02 Thread Louis . Masters
I'm using Forrest 0.6 to migrate off of a plain old apache server. I have most of the site replicated. The only remaining issues are: 1. I need a directory listing of a path outside of the web app. I tried using the Directory Generator, but quite honestly, I have no idea how to implement it.