AW: cocoon url redirection using action?

2003-10-24 Thread Markus Heussen
Title: cocoon url redirection using action? Hi Alban, map:redirect-to uri="cocoon:/{gatewayredirectURL}"/ should work because if cocoon:/ protocol is used it is only a internal redirect and not a new request. "A redirection URI can make use of the cocoon: protocol to return content from

Re: Example for session output module anyone?

2003-10-24 Thread Mika Fonsen
So one could write a proxy action to allow direct usage of output modules from sitemap? I wrote a small Wiki-document on modules, that would have helped me a lot a month back (http://wiki.cocoondev.org/Wiki.jsp?page=Modules). Is the information on this page correct? If so, I could try to work it

Re: Cut root element in CInclude inclusion ?

2003-10-24 Thread Olivier Billard
Ok thanks Joerg ! I'll try this. On 23/10/2003 22:20, Joerg Heinicke wrote: On 22.10.2003 15:39, Olivier Billard wrote: Hi all ! The doc and javadoc aren't very clear : is there a way to cut the root element of an xml fragment included via the CInclude transformer ? I read there is an

session tracking without cookies

2003-10-24 Thread Joose Vettenranta
Hey, seems like with encodeUrl I can do HTML-pages with session tracking and without cookie support, yes? But how about sitemap and redirects? How to insert session information to redirects? map:redirect-to uri=http://host/di/rec/tory{session:id}; / or how? I am trying to make cookie free

Re: session tracking without cookies

2003-10-24 Thread Joerg Heinicke
map:redirect-to uri=http://host/di/rec/tory; session=true/ http://cocoon.apache.org/2.1/userdocs/concepts/redirection.html http://wiki.cocoondev.org/Wiki.jsp?page=Redirects Joerg Joose Vettenranta wrote: Hey, seems like with encodeUrl I can do HTML-pages with session tracking and without cookie

Rhino editor

2003-10-24 Thread Mariusz Sieraczkiewicz
Is there a Rhino JavaScript editor (helpful in coding flowscrips) available at the net? Syntax checking, coloring etc.? Regards -- Uywam M2 - innowacyjnego klienta poczty wbudowanego w Oper: http://www.opera.com/ - To

Re: session tracking without cookies

2003-10-24 Thread Joose Vettenranta
pe, 2003-10-24 kello 12:03, Joerg Heinicke kirjoitti: map:redirect-to uri=http://host/di/rec/tory; session=true/ I tried map:redirect-to uri=/{session-attr:name}/ session=true / And it forwarded it to /joose/ and not to /joose/;JSESSIONID=gf08hf40ff4fw so it did not work.

Pooled connection from flowscript

2003-10-24 Thread Mariusz Sieraczkiewicz
(I'm afraid the question has already been answered, but I couldn't find it.) How to get a connection from a pool using flowscripts? Regards -- Uywam M2 - innowacyjnego klienta poczty wbudowanego w Oper: http://www.opera.com/

cocoon hosting

2003-10-24 Thread Sergey N. Fefilatyev
Hello! Could anybody tell me how to organize a hosting with apache-tomcat-COCOON!(!!!). I have a problem with the existing one - my cocoon application hung up when i try to use it frequently. As i see Java ete all memory, sometimes when i send request frequently processloading aspire to 100%. My

Re: cocoon hosting

2003-10-24 Thread gounis
the way we do our virtual hosting: http://wiki.cocoondev.org/Wiki.jsp?page=VirtualHost --stavros On Fri, 24 Oct 2003, Sergey N. Fefilatyev wrote: Hello! Could anybody tell me how to organize a hosting with apache-tomcat-COCOON!(!!!). I have a problem with the existing one - my cocoon

nuke like engine based on cocoon

2003-10-24 Thread gounis
hi people this is just an idea or/and a proposition to begin a CocoonNuke maybe project something just like nukes (postnuke phpnuke) but using cocoon are people working already to this direction? --stavros - To

Re[2]: cocoon hosting

2003-10-24 Thread Sergey N. Fefilatyev
Hello gounis, Friday, October 24, 2003, 1:42:03 PM, you wrote: gog the way we do our virtual hosting: gog http://wiki.cocoondev.org/Wiki.jsp?page=VirtualHost but why cocoon falls down?? What options in cocoon.xconf should i use? gog --stavros gog On Fri, 24 Oct 2003, Sergey N.

Re: Default value for input modules?

2003-10-24 Thread mathias . wiegard
Hi, I don't want to extend Java Code. Isn't there any possibility to do this on the sitemap? How would the example in this Email for xsp look like on the sitemap? Best regards, Mat Von: Tony Collen [EMAIL PROTECTED] Antworten an: [EMAIL PROTECTED] Datum: Thu, 23 Oct 2003 10:25:19 -0500 An:

Re[2]: cocoon hosting

2003-10-24 Thread gounis
when u say ... fall down? from :8080 or with apache at front? -- stavros On Fri, 24 Oct 2003, Sergey N. Fefilatyev wrote: Hello gounis, Friday, October 24, 2003, 1:42:03 PM, you wrote: gog the way we do our virtual hosting: gog http://wiki.cocoondev.org/Wiki.jsp?page=VirtualHost

jpath and position() problem

2003-10-24 Thread Mariusz Sieraczkiewicz
A piece of code jpath:for-each select=tst/v[position() gt; 3] p jpath:value-of select=position() /jpath:value-of select=. / /p /jpath:for-each tst/v[position() gt; 3] works properly but jpath:value-of select=position() / is always 0. Why? Regards -- Uywam M2 -

Re: Rhino editor

2003-10-24 Thread Geoff Howard
Mariusz Sieraczkiewicz wrote: Is there a Rhino JavaScript editor (helpful in coding flowscrips) available at the net? Syntax checking, coloring etc.? There is a javascript editor (Rhino is just the implementation) for eclipse which is pretty good. Don't remember the name but it's at

Woody wd:action

2003-10-24 Thread Vladimir Marko
I'm trying to design a form which contains multiple submit buttons in combination with flowscript. In HTML this is usually solved by defining multiple input elements (type=submit) with same name, but with different value. All Woody examples contain definition of submit button in the form

Re: Rhino editor

2003-10-24 Thread Stephan Coboos
- Original Message - From: Geoff Howard [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 24, 2003 1:32 PM Subject: Re: Rhino editor Mariusz Sieraczkiewicz wrote: Is there a Rhino JavaScript editor (helpful in coding flowscrips) available at the net? Syntax

RE : [auth-fw] NPE in Application Manager

2003-10-24 Thread Laurent Trillaud
Great, it's working. :-) But I have detected something weird, or may be something that I don't understand. If you declare an application without the loadondemand, this application is loaded at login time, but this loading fails in [EMAIL PROTECTED] because the application name is not set. If I

Re: nuke like engine based on cocoon

2003-10-24 Thread Jens Maukisch
Hi, this is just an idea or/and a proposition to begin a CocoonNuke maybe project something just like nukes (postnuke phpnuke) but using cocoon Well, the portal-fw/engine should ba a good base to start. It offers you unser management and customization as a basis. You just have to extend it

Re: nuke like engine based on cocoon

2003-10-24 Thread gounis
On Fri, 24 Oct 2003, Jens Maukisch wrote: Hi, this is just an idea or/and a proposition to begin a CocoonNuke maybe project something just like nukes (postnuke phpnuke) but using cocoon Well, the portal-fw/engine should ba a good base to start. It offers you unser management and

RE: nuke like engine based on cocoon

2003-10-24 Thread Meyer, Christian
i'm interested in that. cham -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Freitag, 24. Oktober 2003 14:50 To: [EMAIL PROTECTED]; Jens Maukisch Subject: Re: nuke like engine based on cocoon On Fri, 24 Oct 2003, Jens Maukisch wrote: Hi, this is just an

RE: nuke like engine based on cocoon

2003-10-24 Thread gounis
ok whe are two (till now) 1.Meyer 2.Stavros how many we have to be to begin something? and how ? i'm interested too On Fri, 24 Oct 2003, Meyer, Christian wrote: i'm interested in that. cham -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Freitag,

thanks everyone

2003-10-24 Thread John Blumer
Thank you to all who jumped right in to help me yesterday. Is this what I'm supposed to be seeing? Last login: Fri Oct 24 07:43:35 on ttyp2 Welcome to Darwin! [jb:~] johnblumer% cd /Users/johnblumer/cocoon-2.1.2/ [jb:~/cocoon-2.1.2] johnblumer% cocoon servlet cocoon: Command not found.

Re: thanks everyone

2003-10-24 Thread Deepak Mehta
Yep this is what you get when you run it on Panther... If you switch to Tomcat, you will have a problem finding the endorsed lib to put the xalan, xerces and xml-api jars in, so you are better off using the Paranoid mode in the cocoon.xconf file... But it runs nice with jetty too. Regards

cocoon sites

2003-10-24 Thread Sergey N. Fefilatyev
Hello fellow developers! Could you tell me , how many sites(the maximum) is possible to server with cocoon?( i mean with one instance) -- Best regards, Sergey mailto:[EMAIL PROTECTED] - To

flows on weblogic 7

2003-10-24 Thread Patrick Hess
Hi all, I have a problem with flows in cocoon-2.1.1: resource://org/apache/cocoon/components/flow/javascript/fom/fom_system.js, line 4: uncaught JavaScript exception: at calculator (file:/C:/CocoonSDK/bea7/dev/applications/ishauth-2/samples/flow/calc/calc.js, Line 5) at getNumber

Re: cocoon sites

2003-10-24 Thread gounis
they are 13 live sites in our production server till now p4 2.4 1G RAM redhat cocoon2.0.4 on tomcat and the machine is allmost sleeping all the time --stavros On Fri, 24 Oct 2003, Sergey N. Fefilatyev wrote: Hello fellow developers! Could you tell me , how many sites(the maximum) is

Understanding Woody

2003-10-24 Thread Gianluca Sartori
Hi guys, Could you help me making order in my understanding of woody? I started playing with it. What I'd like to do is get some data from the user and put in into a DB. I already have: 1. an XHTML page representing the form 2. a woody form definition 3. an XSP + ESQL which does

Re: Uploading fiiles: flow function

2003-10-24 Thread Josep Riudavets
Hi Geoff I have been trying to develope a system to upload a file to cocoon (I'm using cocoon 2.1) ... but I have not achieved it !!! I need some help, because I don't understant wiki explanation. I know flow is not very easy to implement ... but can it be done with an action? Could

RE: cocoon sites (server performance)

2003-10-24 Thread Luke Penca
That's good information but I'm afraid it can be misleading. Below is my experience with Cocoon server performance. The Cocoon framework provides the basis of a Fortune 500's intranet where I consult. They have almost 6000 employees and in addition to the obligatory brochureware content

Re: nuke like engine based on cocoon

2003-10-24 Thread Anders Forsgren
I could help out I once tried using phpNuke but started hating the ugly mixing of looks and content, and the quick hack look of it all. I wanted something skinnable so I started writing a simple nuke like community portal that used Xalan and an xsl skin to show

sendmail logicsheet

2003-10-24 Thread Markus Heussen
hi all, is it possible to send html mails using the xsp logicsheet sendmail.xsl? ` i'm using cocoon 2.1.2. html attachments work fine, but i need to send the body with mime-type text/html. i tried something like sendmail:body mime-type=text/htmlutil:get-source uri=cocoon:/xhtml//sendmail:body

Re: cocoon sites (server performance)

2003-10-24 Thread Mark Lundquist
On Friday, October 24, 2003, at 09:21 AM, Luke Penca wrote: ..snip.. All BLOB links (including images, CSS, and js) are now handled by Apache HTTPd because it makes sense. Are you serving those from a different (virtual?) host? Or are you running your servlet container behind Apache w/ a

RE: cocoon sites (server performance)

2003-10-24 Thread Luke Penca
The short answer: virtual host -- ww2.hostname.com for BLOBs, etc. It's very easy to find all the LINK, SCRIPT, IMG (and certain A) tags that need rewriting. Longer answer (what's with me and long answers today?): In production we go with the above configuration. On the staging server, I use

Re: cocoon sites (server performance)

2003-10-24 Thread gounis
On Fri, 24 Oct 2003, Mark Lundquist wrote: On Friday, October 24, 2003, at 09:21 AM, Luke Penca wrote: ..snip.. All BLOB links (including images, CSS, and js) are now handled by Apache HTTPd because it makes sense. Are you serving those from a different (virtual?) host? Or

Solution for Protecting Cocoon Apps

2003-10-24 Thread Jörn Heid
Background: If you want to gíve customers your application (e.g. for a demo, proof-of-concept, discussion) you habe to include source code, everybody can see as plain text. If one of your customer has evil intensions he can look at all interna of your application, e.g. XSL-stylesheets, SVG data,

Re: Possible to POST using a HTML Generator?

2003-10-24 Thread Nick Smith
Thanks for your answers on this everyone! Sounds like bottom line is - it can't be done at present. (unless he doesn't really need POST but can substitute GET). Correcting myself: of course it can be done. It can't be done by configuring the current set of components available. A new

Re: Possible to POST using a HTML Generator?

2003-10-24 Thread Tony Collen
Nick Smith wrote: Well, the need is still there, and its sufficient that I'm prepared to get my hands dirty with a bespoke component. Any pointers as to were I should start? I'm guessing I need to write a new generator, but HTTPGenerator doesn't seem to have access to the guts of the url

Patterns and Authentication

2003-10-24 Thread Brent L Johnson
I can't seen to do the pattern matching on a pipeline to work when using authentication. I successfully got the Authentication Framework working properly (thanks Laurent Trillaud for the link to the mailing list archive). Here is the match: map:match pattern=info/*.html map:act

Re: Patterns and Authentication

2003-10-24 Thread Tony Collen
Brent L Johnson wrote: I can't seen to do the pattern matching on a pipeline to work when using authentication. I successfully got the Authentication Framework working properly (thanks Laurent Trillaud for the link to the mailing list archive). Here is the match: map:match pattern=info/*.html

RE: Patterns and Authentication

2003-10-24 Thread Ralph Goers
use {../1} -Original Message- From: Brent L Johnson [mailto:[EMAIL PROTECTED] Sent: Friday, October 24, 2003 12:42 PM To: [EMAIL PROTECTED] Subject: Patterns and Authentication I can't seen to do the pattern matching on a pipeline to work when using authentication. I

Re: cocoon sites (server performance)

2003-10-24 Thread Mark Lundquist
On Friday, October 24, 2003, at 10:20 AM, Luke Penca wrote: The short answer: virtual host -- ww2.hostname.com for BLOBs, etc. It's very easy to find all the LINK, SCRIPT, IMG (and certain A) tags that need rewriting. OK (like I said, I'm new at this)... a question (for anyone) about this

xsl:include href=another.xsl/ not working in xsl-file

2003-10-24 Thread Johannes Becker
Hi, I'm desperatly trying to do an xsl:include of a file into an existing xsl file. I'm using: xsl:include href=myfile.xsl/ in my xsl-file. Cocoon does not complain it can't find the file, but the stylesheet isn't being generated. Any ideas? Do I have to tell the sitemap about the included

Re: xsl:include href=another.xsl/ not working in xsl-file

2003-10-24 Thread gounis
i use xsl:include/ succesfull the paths in href are file system relative to .xsl where the xsl:include element is for example in the same dir are core.xsl plugin.xsl in core.xsl add xsl:include href=plugin.xsl/ this work for me -- stavros On Fri, 24 Oct 2003, Johannes Becker wrote:

Re: xsl:include href=another.xsl/ not working in xsl-file

2003-10-24 Thread gounis
On Fri, 24 Oct 2003, Johannes Becker wrote: Hi, I'm desperatly trying to do an xsl:include of a file into an existing xsl file. I'm using: xsl:include href=myfile.xsl/ in my xsl-file. Cocoon does not complain it can't find the file, but the stylesheet isn't being generated. Any ideas?

Link Livesites: Cocoon 2.1 : Ameripath, Inc. - Physician WebPorta l

2003-10-24 Thread SFiorini
Ameripath, Inc. - Physician WebPortal The Physician WebPortal is an online service which allows doctors and physicians to have access to lab test reports. For additional info, please contact me. Stefano Fiorini [EMAIL PROTECTED] CONFIDENTIALITY NOTICE: This e-mail message, including any

cocoon and MSSQL

2003-10-24 Thread gounis
hi people i have been asked to create a small html reporting system for a msSQL (microsoft) database. is it possible to connect cocoon with msSQL, is any connector available out there ? (i'dont have touch msSQL before) everything works just like cocoon and mySQL for example or not from

RE: cocoon and MSSQL

2003-10-24 Thread Josephine Massey-Frenard
Hi, You can use standard JDBC, but there is a more interesting approach. SQL Server can output XML, and can be accessed directly over HTTP. To get an XML output from the SQL simply write FOR XML at the end of a SELECT statement. You can give three qualifiers to this: FOR XML RAW (this returns

Re: Starting a conversation: OO, CMS's, Zope, open source

2003-10-24 Thread Justin Fagnani-Bell
Andrzej, Thanks for the reply, it's been a busy week, therefore the delay in getting back to you. I'd like to start a discussion on design principles in web apps. Maybe someone will talk me out of the way I'm doing things. Maybe some people will like it. I've also been wondering if I should

Re: cocoon and MSSQL

2003-10-24 Thread Jens Maukisch
Hi, i have been asked to create a small html reporting system for a msSQL (microsoft) database. is it possible to connect cocoon with msSQL, is any connector available out there ? (i'dont have touch msSQL before) have a look at the wiki: http://wiki.cocoondev.org/Wiki.jsp?page=MsSQL hth --

Re: Possible to POST using a HTML Generator?

2003-10-24 Thread Geoff Howard
Nick Smith wrote: Thanks for your answers on this everyone! Sounds like bottom line is - it can't be done at present. (unless he doesn't really need POST but can substitute GET). Correcting myself: of course it can be done. It can't be done by configuring the current set of components

DO NOT REPLY [PATCH QUEUE] Summary October 25 2003

2003-10-24 Thread nicolaken
--- This mail is generated automatically using Jakarta Ant. Contents are automatically downloaded from Apache's Bugzilla. --- Please do not reply to