cli:// offline-generation, how to avoid get-variables in the generated-filenames

2004-04-20 Thread Boris Althaus
hy all, i'm working with the offline-generation of cocoon at the moment. In my websites i have flash-movies which are initialized with get-variables. The corresponding filenames are like my.swf_name=value. Is there a way to avoid this by configuration, or is it nessesary to rename the

Re: cli:// offline-generation, how to avoid get-variables in the generated-filenames

2004-04-20 Thread Boris Althaus
] Sent: Tuesday, April 20, 2004 12:47 PM Subject: Re: cli:// offline-generation, how to avoid get-variables in the generated-filenames Boris Althaus wrote: hy all, i'm working with the offline-generation of cocoon at the moment. In my websites i have flash-movies which

how to envoke CLI with ant and cli.xconf

2004-02-20 Thread Boris Althaus
Hallo everyone, i'am trying to deploy a webpage with the offlinegeneration-mode off cocoon with the cocoon-anttask. Mycustomized sample from the cocoon-docs worked well. Because ofthe similar syntax of the cocoon-task and the cli.xconf-file i tried to add uri-fileuri.txt/uri-file to the

Re: CLI with Modifiable Source

2004-02-19 Thread Boris Althaus
yavira To: [EMAIL PROTECTED] Sent: Thursday, February 19, 2004 8:22 AM Subject: Re: CLI with Modifiable Source Simon Mieth wrote:On Wed, 18 Feb 2004 17:57:05 +0100"Boris Althaus" [EMAIL PROTECTED] wrote: Hello everyone,i tried out the offline-generation capabilities of

CLI with Modifiable Source

2004-02-18 Thread Boris Althaus
Hello everyone, i tried out the offline-generation capabilities of Cocoon. To generate the project to local disk is no problem at all. But how I can invoke the generation with a Modifiable Source for a ftp-transfer? Boris

Re: CLI with Modifiable Source

2004-02-18 Thread Boris Althaus
Thanks, i think that is a good idea! - Original Message - From: Simon Mieth To: [EMAIL PROTECTED] Sent: Wednesday, February 18, 2004 6:48 PM Subject: Re: CLI with Modifiable Source On Wed, 18 Feb 2004 17:57:05 +0100"Boris Althaus" [EMAIL PROTECTED

configuring caching and pooling

2003-12-19 Thread Boris Althaus
Hallo, in the section performance-tip for cocoon-2.0.x of the cocoon-documentation is advised to look for the phrase of ... decommissioning instance of .. in the core.log many times i havelines like ... decommissioning instance of org.apache.cocoon.serialization.XMLSerializer. ... How can

Re: configuring caching and pooling

2003-12-19 Thread Boris Althaus
Thanks, i searched in the cocoon.xconf before - Original Message - From: Marco Rolappe To: [EMAIL PROTECTED] Sent: Friday, December 19, 2003 4:24 PM Subject: AW: configuring caching and pooling hi boris,just modify the serializer (or generally the

installing cocoon2.1.4 on tomcat-5.0.16

2003-12-10 Thread Boris Althaus
Hallo, does somebody can help me to install the current-source release of cocoon(2.1.14) on tomcat 5. I build cocoon with ant and ant war. Then i put the cocoon.war into webapps-directory. After restarting tomcat it shows only a directory listing of the cocoon-directory. Boris

Re: installing cocoon2.1.4 on tomcat-5.0.16

2003-12-10 Thread Boris Althaus
Sorry, its cocoon-2.1.3. - Original Message - From: Boris Althaus To: [EMAIL PROTECTED] Sent: Wednesday, December 10, 2003 12:46 PM Subject: installing cocoon2.1.4 on tomcat-5.0.16 Hallo, does somebody can help me to install the current-source release

Re: encoding, UTF-8

2003-11-27 Thread Boris Althaus
Hallo Lionel, we had problems with this issues several times. Play arround with these two initparams. The strange thing was, that on different engines we had to change the container-encoding to avoid encoding problems. Now we do not have any problems with encoding anymore and we don't

Re: SVG to SWF

2003-11-17 Thread Boris Althaus
Hallo Derek, i didn't forgot to send you the plain-text wikipage,how i promissed on Friday. I created a build which includes the serializer into an existing cocoon-2.0.4-installation. But i need a little more time for debugging and creating the document. So long Boris - Original

Re: SVG to SWF

2003-11-13 Thread Boris Althaus
Hallo, the demo on the website is dynamic! You can change the sourcecode in the left window and after submitting, you will see the changes in the right window. Best experience you will have with InternetExplorer on pc, because the plugin for svg does not work on other platforms. It is

Re: SVG to SWF

2003-11-13 Thread Boris Althaus
PROTECTED] Sent: Thursday, November 13, 2003 10:46 AM Subject: Re: SVG to SWF On 13.11.2003 10:33, Boris Althaus wrote: Hallo, the demo on the website is dynamic! You can change the sourcecode in the left window and after submitting, you will see the changes in the right window

Re: SVG to SWF

2003-11-13 Thread Boris Althaus
I took the session-id for the name of the generated swf-file. Maybe I should take a random instead. Maybe I can change it today. Sorry, but how to create a wiki-page? Boris - Original Message - From: Derek Hohls To: [EMAIL PROTECTED] Sent: Thursday, November 13,

Re: SVG to SWF

2003-11-13 Thread Boris Althaus
Hallo Derek, thanks, thats great. I will send you my document when i finished with it. I think you get it tomorrow. Boris - Original Message - From: Derek Hohls To: [EMAIL PROTECTED] Sent: Thursday, November 13, 2003 11:27 AM Subject: Re: SVG to SWF Boris

Re: SVG to SWF

2003-11-13 Thread Boris Althaus
, Boris Althaus wrote: Hallo, the demo on the website is dynamic! You can change the sourcecode in the left window and after submitting, you will see the changes in the right window. Best experience you will have with InternetExplorer on pc, because the plugin for svg does not work

Accessing InitParameters from web.xml with xsp

2003-08-14 Thread Boris Althaus
Hello, can somebody tell me, how I can access the InitParameters in the web.xml within a xsp-page? Thanks Boris