Re: Finally figured out the memory settings for Windows server

2004-11-02 Thread Robin Wyles
Derek, On 2 Nov 2004, at 07:42, Derek Hohls wrote: Being the eternal optimist, I would like to ask if anyone know how to do this for Tomcat 4.x there is no Configure Tomcat on the Windows menu? It's a while since I ran Tomcat under Windows, but I believe you can set the JAVA_OPTS environment

Re: Finally figured out the memory settings for Windows server

2004-11-02 Thread Derek Hohls
Robin OK, the hidden agenda here is that I actually need to increase the memory for the JVM for non-Tomcat related apps as well (e.g. XReporter, which runs under Phoenix). Does JAVA_OPTS affect that as well? Thanks Derek [EMAIL PROTECTED] 2004/11/02 10:17:45 AM Derek, On 2 Nov 2004, at

GetTogether Handouts?

2004-11-02 Thread manfred . weigel
Hello everybody! Any hint where I can find the handouts of the Gettogether this year as pdf? I looked around but found nothing. Thanks in adbance best regards Manfred This message and any attachment (the Message) are confidential. If you have received the Message in error, please notify the

Re: memory use increase dramatically on page reload

2004-11-02 Thread Francois Jannin
Leszek Gawron wrote: Francois Jannin wrote: Hi everybody, I got a serious problem : each time I reload a page on my Cocoon app, memory use increase by 6-10mo ! At this rate, you can imagine it quickly overflows. For the first load I could understand Cocoon needs memory to cache some stuff(the

Repeater insert-node does not bind??

2004-11-02 Thread BURGHARD ric
Hi Everyone While working on a cforms reapeater (bind with an XML doc), I thought that when a new row is created, it would bind directly to the node specified in the binding fb:on-insert-row but it seems that this is not the case and the row will be either empty, either filled in by js before

attribute class in input field...

2004-11-02 Thread Roberto
Dear Sirs, this is what I found in the form-field-styling.xsl file: xsl:template match="fi:field" input name="[EMAIL PROTECTED]}" id="[EMAIL PROTECTED]}" value="{fi:value}" title="{fi:hint}" type="text" xsl:apply-templates select="." mode="styling"/ /input xsl:apply-templates select="."

Re: attribute class in input field...

2004-11-02 Thread Jan Hoskens
If you want to style your textfield, do it with in template: ft:widget . fi:styling class=myCSSClass/ /ft:widget Kind Regards, Jan Roberto wrote: Dear Sirs, this is what I found in the form-field-styling.xsl file: xsl:template match=fi:field input name=[EMAIL PROTECTED] mailto:[EMAIL

Re: attribute class in input field...

2004-11-02 Thread Roberto
Thanx Jan it works! Appriciate... - Original Message - From: Jan Hoskens [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 02, 2004 4:54 PM Subject: Re: attribute class in input field... If you want to style your textfield, do it with in template: ft:widget .

CLI handling of exclude

2004-11-02 Thread Dave Brondsema
I'm using Forrest 0.6 which uses cocoon-20040902. In my cli.xconf I have: exclude pattern=projects/**/ exclude pattern=**// But I see output like this: X [0] projects/profiles.do BROKEN: No pipeline matched request: projects/profiles.do ^

Re: Urgent! cocoon.createSession() not working in 2.1.5.1

2004-11-02 Thread beyaNet
Upayavira, thanks for your reply. I understand what you have written thus far. In regards to your statement: 'The solution is to have Apache and Cocoon/servlet container use the same directory nesting, e.g: http://www.yoursite.com:80/hello.html -- http://www.yoursite.com:8080/hello.html do I

Re: Finally figured out the memory settings for Windows server

2004-11-02 Thread Robin Wyles
AFAIK JAVA_OPTS affects the JVM as a whole... I think you can use CATALINA_OPTS to specifically set the memory allocation to Tomcat. Robin On 2 Nov 2004, at 11:20, Derek Hohls wrote: Robin OK, the hidden agenda here is that I actually need to increase the memory for the JVM for non-Tomcat

RE: Finally figured out the memory settings for Windows server

2004-11-02 Thread Schultz, Gary - COMM
I was unable to get CATALINA_OPTS to set the memory allocation for Tomcat. I will continue to try to see if I can get it to work. I'm not running any other Java apps outside of Tomcat, so this isn't as much of a concern. Gary -Original Message- From: Robin Wyles [mailto:[EMAIL PROTECTED]

Cocoon applications in production

2004-11-02 Thread Connell, Robert (SAPOL)
Title: Cocoon applications in production I would like get an idea of how many organisations have Cocoon applications running in production and how robust Cocoon has been. Any details of your experiences would be appreciated ! Thanks, Robert

Re: Link Livesites: Cocoon 2.1.5.1

2004-11-02 Thread Antonio Gallardo
Hi Gary: Congratulations! First, thanks for the link. ;-) I was trying to add it to the Livesites and found an older link under Cocon 2.1.4: lilink href=http://commerce.wi.gov/housing/;Wisconsin Department of Commerce - Bureau of Housing/link/li My question is: Hold the old link or remove

Re: Cocoon applications in production

2004-11-02 Thread Antonio Gallardo
Hi Robert: Connell, Robert (SAPOL) dijo: I would like get an idea of how many organisations have Cocoon applications running in production and how robust Cocoon has been. Any details of your experiences would be appreciated ! A lot of people is using Cocoon around the world:

RE: Cocoon applications in production

2004-11-02 Thread Connell, Robert (SAPOL)
Thanks Antonio. -Original Message- From: Antonio Gallardo [mailto:[EMAIL PROTECTED] Sent: Wednesday, 3 November 2004 9:39 AM To: [EMAIL PROTECTED] Subject: Re: Cocoon applications in production Hi Robert: Connell, Robert (SAPOL) dijo: I would like get an idea of how many

Re: memory use increase dramatically on page reload

2004-11-02 Thread Antonio Gallardo
Francois Jannin dijo: Leszek Gawron wrote: Francois Jannin wrote: Hi everybody, I got a serious problem : each time I reload a page on my Cocoon app, memory use increase by 6-10mo ! At this rate, you can imagine it quickly overflows. For the first load I could understand Cocoon needs

Re: Other URL encoding issue...

2004-11-02 Thread Antonio Gallardo
Hi: Try to use UTF-8 every where: in the xml files, in the web.xml and in the http.conf file. Best Regards, Antonio Gallardo [EMAIL PROTECTED] dijo: I spoke to soon :-( This works OK if your requests go directly to the Servlet container (Tomcat) but when I go via Apache and mod_jk the

Re: Endless Looping in Flow

2004-11-02 Thread Antonio Gallardo
Hi Brent! Another option is to not use a loop. See between lines: Brent Johnson dijo: I've got a page where the user can modify something (the title of an XML document in this case). Here's what I'm doing in the flowscript: function showLayoutListPage() { var page =

Re: Extend Lucene sample to RDBMS?

2004-11-02 Thread Antonio Gallardo
pguillard dijo: Hi all, I'd like to extend the Lucene sample to build index from my relational DB. According to what i've found on the Lucene archive, there should be no trouble, but i look for hints / suggestions to do this. See this: http://kasparov.skife.org/blog/2004/09/13#lucene-graphs

Re: Upload directory

2004-11-02 Thread Antonio Gallardo
Scott Yeadon dijo: Hi, Is it possible ot turn off Cocoon's cleaning up of the upload-directory? If someone uploads a large file (100+MB) I don't want to have to copy it just to protect it from Cocoon! You can move it. ;-) Best Regards, Antonio Gallardo

RE: Extend Lucene sample to RDBMS?

2004-11-02 Thread Conal Tuohy
Phil - make sure you use LuceneIndexTransformer[1] (LIT) rather than the crawler to build the index. The LIT is far more convenient and much faster for indexing database records and in general where you need to generate multiple Lucene records from a single data source. Basically, you would use

Re: Upload directory

2004-11-02 Thread Scott Yeadon
That's what I'm doing, but it still takes time to move a large file... Antonio Gallardo wrote: Scott Yeadon dijo: Hi, Is it possible ot turn off Cocoon's cleaning up of the upload-directory? If someone uploads a large file (100+MB) I don't want to have to copy it just to protect it from Cocoon!

Re: Exception handling in flow script

2004-11-02 Thread Steven Gong
On Mon, 01 Nov 2004 16:09:09 +0100, Martin Rusnak [EMAIL PROTECTED] wrote: But in this example all exceptions are caught. Instead I want to catch and handle only exception of specific class and I want all other exceptions to be handled by the default handler. IMHO, if you need to catch the

Siegfried Haltemeyer/INTERN/o2-Germany ist außer Haus.

2004-11-02 Thread Siegfried . Haltemeyer
Ich werde ab 03.11.2004 nicht im Büro sein. Ich kehre zurück am 05.11.2004. Ich werde Ihre Nachricht nach meiner Rückkehr beantworten. In dringen Fällen bitte eine Nachricht auf der Mailbox (Handy) hinterlassen. - To

Re: CLI handling of exclude

2004-11-02 Thread David Crossley
Dave Brondsema wrote: I'm using Forrest 0.6 which uses cocoon-20040902. In my cli.xconf I have: exclude pattern=projects/**/ exclude pattern=**// But I see output like this: X [0] projects/profiles.do BROKEN: No pipeline matched request:

XML databases design

2004-11-02 Thread Andres Taborda
Hello Some users can help with ideas for the design of databases xml. I have the model rdbms, this have 40 tables how can make the implementation to the database xml xindice by example. only should export the data required? thanks very much.

Entity replacement

2004-11-02 Thread Rokibul Islam Khan
Hi, I m trying to output a string which contain a xml node through xsp (xsp:expr) . Im using the following code for doing this : xsp:logic String xml = lt;agt;hellolt;/agt;; /xsp:logic xsp:exprxml/xsp:expr In cocoon pipeline I set a xslt which output me the html. But the

Re: Finally figured out the memory settings for Windows server

2004-11-02 Thread Jan Hoskens
I got tomcat running with the following environment variables (system vars): CATALINA_OPTS = -Xmx512M -server -Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n -Xnoagent -Djava.compiler=NONE CATALINA_HOME = C:\app\Jakarta-Tomcat_4.1.29 TOMCAT_HOME =

Re: Finally figured out the memory settings for Windows server

2004-11-02 Thread Jan Hoskens
One other thingy: if you have tomcat installed, there may be a link in your start menu(depends on install version) but this isn't the same as running the startup.bat directly. (best to always use the latter) Jan Hoskens wrote: I got tomcat running with the following environment variables

XMLSerializer Reference

2004-11-02 Thread Rokibul Islam Khan
Hi folks, Do u know any reference for customizing xmlserializer ? Thanx in advance rokib