C2 RC2: cocoon.war file not unpacked

2001-11-14 Thread Goetz Botterweck
? GB --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
he new webapplication somewhere? 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

RE: C2 RC2: cocoon.war file not unpacked

2001-11-14 Thread Goetz Botterweck
> You wrote: > My /var/tomcat4/conf/server.xml already contains the following line. However if I compile a cocooon.war and place it in /var/tomcat4/webapps restarting the server has no effect = server is not unpacking the .war file. After unpacking the .war by hand (winzip) I get the o

Unable to install Cocoon2 RC2 on Tomcat 4.0.1

2001-11-15 Thread Goetz Botterweck
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

esql: setting date format for

2003-02-21 Thread Goetz Botterweck
Is there a way to ... 1) get all columns with 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 Thanks Goetz - To unsubscribe, e-mail: [EM

Sitemap, process depending on existence of files

2003-02-25 Thread Goetz Botterweck
Is it possible to write sitemap rules which check for the existence of files? Somewhat like if "docs/path/{1}.xml" exists then else end if Thx for any hints -- Goetz Botterweck Institute for IS Research University of Kobl

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 ref

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         name="xhtml"     pool-grow="2" pool-max="64" pool-min="2"     sr