Re: Problem dealing with ampersand - HELP

2004-09-08 Thread Dale Christ
On Wed, 8 Sep 2004 14:53:34 -0400, kranga [EMAIL PROTECTED] wrote: I have a jsp page that produces a href element that has some query substitute your '' for 'amp;' like this: xyz.com?test=1amp;subsect=go org.apache.cocoon.ProcessingException: SAXException while parsing JSPEngine output:

Re: HSQLDB problems

2004-07-27 Thread Dale Christ
Jason-- Sounds like you need to build from a source version of Lenya. By default Lenya uses the same port as HSQLDB (9002 iirc). I did something similar home, and I changed my build.properties file to a new port (19002 iirc). Here is a link to install Lenya from source:

Re: Low to zero-cost Cocoon hosting?

2004-06-22 Thread Dale Christ
Derek-- I've been looking at astra hosting (http://www.astrahosting.com). I'm not sure if they do cocoon specifically, but that might be worth a look. The plans use a shared JVM, so that might be a problem. You can ask for a private JVM, but I'm sure that will cost you more... HTH --Dale On

Re: blogger-api and xml-rpc

2004-06-22 Thread Dale Christ
Joose-- On Tue, 22 Jun 2004 14:07:06 -0400, Brent Johnson [EMAIL PROTECTED] wrote: You could write your own XMLRPC server that updates the content XML files for a blogger system based on Cocoon. Ive heard of CocoBlog (http://cocoblog.sourceforge.net/) but never used it. You could