unable to serialize XHTML in ISO encoding

2003-04-01 Thread Goetz Botterweck
WHAT I WANT serialize XHTML in ISO-8859-1 encoding PROBLEM Even if I tell the serializer to use ISO-8859-1 encoding, it keeps generating UTF-8 encoding WHAT I DID 1) Sitemap: Configured a XHTML serializer map:serializer logger="sitemap.serializer.xhtml" mime-type="text/html"

doctype declaration - java.net.ConnectException:Connection refused

2003-03-01 Thread Goetz Botterweck
I just did a reinstall of my cocoon server with current versions of the software: JDK 1.4.1_01, Tomcat/4.1.18-LE-jdk14, cocoon 2.0.4 Since then, I have the problem that if I attach a document type declaration to a xml file a request to that file results in java.net.ConnectException:Connection

Sitemap, process depending on existence of files

2003-02-25 Thread Goetz Botterweck
/{1}B.xml/ map:transform src=transformation-b.xsl/ end if map:serialize type=xhtml-transitional/ /map:match Thx for any hints -- Goetz Botterweck Institute for IS Research University of Koblenz-Landau Universitaetsstrasse 1 D-56070 Koblenz Germany Phone: +49 261 2872531 Email

esql: setting date format for esql:get-columns/

2003-02-21 Thread Goetz Botterweck
Is there a way to ... 1) get all columns with esql:get-columns/ 2) specify date format for one of these columns (so that I do not get 2003-05-21 00:00:00.0 but 21. May 2003) I do not want to use esql:get-date ... Thanks Goetz

Unable to install Cocoon2 RC2 on Tomcat 4.0.1

2001-11-15 Thread Goetz Botterweck
) at org.apache.avalon.excalibur.logger.DefaultLogTargetManager.configure(Unknown Source) (rest of stacktrace deleted) Any hints? Thanks a lot in advance for any suggestions. GB --Goetz Botterweck

C2 RC2: cocoon.war file not unpacked

2001-11-14 Thread Goetz Botterweck
--Goetz Botterweck, Institute for IS Research, Computer Science Department, University of Koblenzmailto:[EMAIL PROTECTED]mobile:+49-171-4856696office:+49-261-2872531fax:+49-261-2871002531

RE: C2 RC2: cocoon.war file not unpacked

2001-11-14 Thread Goetz Botterweck
? Thx GB - Original Message - From: Goetz Botterweck To: [EMAIL PROTECTED] Sent: Wednesday, November 14, 2001 9:29 AM Subject: C2 RC2: cocoon.war file not unpacked (Redhat 7.1, IBM JDK 1.3, Tomcat 4 already installed) Downloaded Cocoon2 RC2 Started build install with ./build.sh

RE: C2 RC2: cocoon.war file not unpacked

2001-11-14 Thread Goetz Botterweck
You wrote: Host name=localhost debug=0 appBase=/www/vaw unpackWARs=true My /var/tomcat4/conf/server.xml already contains the following line. Host name=localhost debug=0 appBase=webapps unpackWARs=true However if I compile a cocooon.war and place it in /var/tomcat4/webapps restarting