Re: multiple cocoons in tomcat

2003-06-23 Thread Boris Althaus
but with mod_proxy you can avoid ports (:8080) in the url? Or do you use mod_rewrite too.   Boris - Original Message - From: Stavros Kounis To: [EMAIL PROTECTED] Sent: Sunday, June 22, 2003 1:50 PM Subject: Re: multiple cocoons in tomcat On Tue, 17 Jun 2003,

org.apache.log.Logger.fireEvent

2003-06-20 Thread Boris Althaus
Hallo Cocoonlist,   From an html-embeded editor i get html, which i have to clean with tidy(initialised in a xsp-page) When i used this editor for about 20 or 30 times, cocoon dies with the following trace-message. Does somebody has an idea what's going wrong?   I use cocoon-2.0.4/tomcat-4.1

Re: multiple cocoons in tomcat

2003-06-18 Thread Boris Althaus
To: [EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 12:04 AM Subject: Re: multiple cocoons in tomcat Boris Althaus wrote:> Hello Stavros,>  > I thought about this solution too, it seemed not separated enough to > me. Or is this no problem?> 128 RAM is quit

Re: multiple cocoons in tomcat

2003-06-18 Thread Boris Althaus
Thank you, i am looking forward!   boris - Original Message - From: Stavros Kounis To: [EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 12:37 AM Subject: Re: multiple cocoons in tomcat On Tue, 17 Jun 2003, Boris Althaus wrote:> Hello Stavros,&

Re: multiple cocoons in tomcat

2003-06-17 Thread Boris Althaus
warpConnectionnow we consider to leave warp solution for mod proxyto have apache at fronti think that multiple cocoon instances will cause more load to our boxthanone with multiple sub-sitemaps--stavrosOn Tue, 17 Jun 2003, Boris Althaus wrote:> Hallo Cocoonlist,>> what wou

multiple cocoons in tomcat

2003-06-17 Thread Boris Althaus
Hallo Cocoonlist,   what would be the right approach to have different undependent cocoonsites?   1. To copy all cocoon-classes in every webapp or 2. to copy the cocoon-classes into catalina_home/common/lib or   Does have somebody experiences in this term.   Thanks in advance Boris Althaus

Re: [XSP] not for int?

2003-04-04 Thread Boris Althaus
The xsp-logic tag is allowed before the page tag too. But in that section should be declared a class or a method like   String myMethod(){  return "string"; }   This declared method can used in the page section.   Boris - Original Message - From: Lionel Crine To: [EMAIL

Re: Xindice in Cocoon

2003-01-23 Thread Boris Althaus
Hallo Leona,   you could try to use eXist, which is based on Xindice and has a logicsheet für inserting and retrieving xml-documents and there is a quit good documentation, how to integrate into cocoon.   Boris - Original Message - From: leona s To: [EMAIL PROTECTED]

Re: Writing output of pipeline to a file

2002-12-17 Thread Boris Althaus
Halle Anna,   With a stylesheet like that you can write files and having an output as well. If it is the best method?   http://www.w3.org/1999/XSL/Transform" xmlns:redirect="org.apache.xalan.xslt.extensions.Redirect" extension-element-prefixes="redirect">      

Re: SQL-Transformer

2002-12-13 Thread Boris Althaus
orked for one particular database)  What database are you using?   Geoff Howard -Original Message-From: Boris Althaus [mailto:[EMAIL PROTECTED]]Sent: Friday, December 13, 2002 9:45 AMTo: [EMAIL PROTECTED]Subject: SQL-Transformer Hallo Cocoon Users,  

SQL-Transformer

2002-12-13 Thread Boris Althaus
Hallo Cocoon Users,   does the SQL-Transformer has a map-parameter like or is there a way to retrieve the number of cols in the resultset?   Regards Boris  

Re: How to use Command Line for html Generation

2002-11-22 Thread Boris Althaus
you could copy the hole classpath string in a bat-file, which you execute once before you call the the first java-command without the long cp-string   set CLASSPATH=%CLASSPATH%;z:\cocoon-scratchpad.jar;z:\xyz.jar You need %CLASSPATH% if you don't wont to overwrite systemsettings.   che

Re: Re: svg]

2002-11-15 Thread Boris Althaus
e software is because anyone who creates tools that generate GIFs mustpay a patent licence fee for the priveledge. With an open-source project, there isn't aclear body to pay those licence fees. Hence, GIF tends to be excluded.Regards, Upayavira > > Joerg > > Bor

svg

2002-11-14 Thread Boris Althaus
Hallo,   does exists something like a svg2gif-Serializer.   Boris

Re: Umlauts in cocoon 2.0.2

2002-11-11 Thread Boris Althaus
SUMMARY from 28. October     - Original Message - From: Bert Van Kets To: [EMAIL PROTECTED] Sent: Monday, October 28, 2002 1:48 PM Subject: [SUMMARY] Encoding form data Cocoon does not support non-US characters when posting data to the server.Char

Re: XSP+logic 2nd

2002-11-07 Thread Boris Althaus
the produced java-File would help more to find the error but I think this will not work! String Prova;   should String Prova=""; somewhere before the expression and then Prova - Original Message - From: marco scotoni To: [EMAIL PROTECTED] Sent: Thursday, November 07,

Re: XSP+logic

2002-11-07 Thread Boris Althaus
the produced java-File would help more to find the error but I think this will not work! String Prova; should String Prova="";   - Original Message - From: marco scotoni To: [EMAIL PROTECTED] Sent: Thursday, November 07, 2002 4:28 PM Subject: XSP+logic Hi, i ha

Re: my history with cocoon

2002-11-07 Thread Boris Althaus
ember 07, 2002 3:37 PM Subject: Re: my history with cocoon On Thu, 7 Nov 2002 15:31:28 +0100, Boris Althaus wrote> I'am working with the release of Cocoon-2.03.> > The authentification works!Which one?The one from the scratchpad or the one from the servle

Re: my history with cocoon

2002-11-07 Thread Boris Althaus
I'am working with the release of Cocoon-2.03.   The authentification works! FormValidations works!   i didn't tried Ldap and FileUpload, yet   If you are working with the above release, i can assist you, with the two items.   Boris - Original Message - From: Ray Martin

Re: XML to Excel file

2002-10-28 Thread Boris Althaus
Hi Chris,  when you set the content-type in a servlet like "response.setContentType("application/vnd.ms-excel");" a simple html-table will opened as excel-file, if Excel is installed.   but i think it is not a question for [EMAIL PROTECTED]   Boris     - Original Message - Fro

Re: [SUMMARY] Encoding form data

2002-10-28 Thread Boris Althaus
  If somebody implements the database-actions like in the cocoon-example(2.03) http://localhost:8080/cocoon/forms/employee it is possible to include the set-encoding action into the -section instead of including it into every pipeline.   fragment from cocoon/sitemap.xmap with the additiona

Re: encoding problem

2002-10-25 Thread Boris Althaus
I had to insert it to the recent cocoon-distribution(2.03). But it worked immeadiatly and i think it will work without rebuilt in the dev-built as well.     You can add it to a action-set   I don't know if there are other possibilities.   Boris   - Original Me

EXSLT

2002-10-25 Thread Boris Althaus
Hallo,   does anyone know if cocoon2 supports exslt-extension-functions and when how to use them?     Boris  

Re: encoding problem

2002-10-25 Thread Boris Althaus
hy Bert,   we had this problem too. look, if the map:actions section contains following:   and at the beginning of a pipeline      That should work.   Boris       - Original Message - From: Bert Van Kets To: [EMAIL PROTECTED] Sent: Friday, October 25, 2002 1:39 P

Re: svg xsp java

2002-09-06 Thread Boris Althaus
more precisely:   for (int count=0;count < 25;count++){fill="yellow"> count*13+40   - Original Message - From: Sanne de Roever To: [EMAIL PROTECTED] Sent: Friday, September 06, 2002 7:23 PM Subject: svg xsp java Hi,   I've managed to make some svg's

Re: svg xsp java

2002-09-06 Thread Boris Althaus
I think you should build the attribute using ... - Original Message - From: Sanne de Roever To: [EMAIL PROTECTED] Sent: Friday, September 06, 2002 7:23 PM Subject: svg xsp java Hi,   I've managed to make some svg's with xsp: which is pretty cool!