RE: Scaling Cocoon to handle a heavy load

2006-01-26 Thread Mike Dickson
David, I have found that using Hibernate inside custom Actions to get to SQL data has helped my application tremendously, especially when I have used the Hibernate second level cache. The speed is amazing and it scales much better. Mike -Original Message- From: David Bishop

No log targets configured for the root logger

2006-01-12 Thread Mike Dickson
Any ideas on what is up given the following error and logkit.xconf? Error: org.apache.avalon.framework.configuration.ConfigurationException: No log targets configured for the root logger. at

Cocoon Logging Error

2005-12-29 Thread Mike Dickson
I get the following error: Logging Error: Could not set up Cocoon Logger, will use screen instead org.apache.avalon.framework.configuration.ConfigurationException: No log targets configured for the root logger.     at org.apache.avalon.excalibur.logger.LogKitLoggerManager.setupLoggers(LogKitLo

RE: Security and Authentication

2005-11-18 Thread Mike Dickson
. -Original Message- From: Andrew Stevens [mailto:[EMAIL PROTECTED] Sent: Thursday, November 17, 2005 4:17 PM To: [EMAIL PROTECTED]; users@cocoon.apache.org Subject: RE: Security and Authentication From: Mike Dickson [EMAIL PROTECTED] Date: Thu, 17 Nov 2005 12:31:35 -0800 What data does T

Security and Authentication

2005-11-17 Thread Mike Dickson
I am using Tomcat authentication with Cocoon. They ask you to name your login fields, j_username and j_password. Then you POST to j_security_check. Everything is working and I get a JSESSIONID and am forwarded to my protected user home page. What data does Tomcat forward to Cocoon so I

RE: Security and Authentication

2005-11-17 Thread Mike Dickson
e someone that has control of the docs can add something. Otherwise, this post may help out. Mike D. -Original Message- From: Andrew Stevens [mailto:[EMAIL PROTECTED] Sent: Thursday, November 17, 2005 4:17 PM To: [EMAIL PROTECTED]; users@cocoon.apache.org Subject: RE: Security and Au

RE: Security and Authentication

2005-11-17 Thread Mike Dickson
How about the session-id? {session:session-id}? From: Mike Dickson [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 17, 2005 4:35 PM To: 'users@cocoon.apache.org' Subject: RE: Security and Authentication {request:remoteUser} worked! I thank you for your time

RE: [MP3 to DB]: load - store

2005-02-18 Thread Mike Dickson
Then someone can rename a directory or two and then the fun starts. :-) Put them in the DB. Trust me. Mike D. -Original Message- From: Christoph Hermann [mailto:[EMAIL PROTECTED] Sent: Friday, February 18, 2005 3:56 PM To: users@cocoon.apache.org Subject: Re: [MP3 to DB]: load - store

Cocoon Linux Parameter Issues? (Was Corrupt .WAV on Linux)

2005-01-12 Thread Mike Dickson
Are there any differences between POSTing parameters from/to Windows and Linux in Cocoon? The param comes in as a String is there a different default character set conversion going on? The machine POSTing the .wav file is running Windows. When it POSTs to a Linux box are there some issues?

RE: html

2005-01-03 Thread Mike Dickson
I tried the Database Actions but found Hibernate a better match for me. I created my own custom Action and used the Hibernate libraries to return the data to the pipeline. If you are doing simple lookup only data gathering of HTML it may be easier to look at Database Actions. Good luck, Mike

RE: Cocoon hosting in Australia

2004-12-10 Thread Mike Dickson
Fixed, sorry to all. -Original Message- From: Tony Collen [mailto:[EMAIL PROTECTED] Sent: Friday, December 10, 2004 9:59 AM To: [EMAIL PROTECTED] Subject: Re: Cocoon hosting in Australia Mike Dickson wrote: I use rimuhosting.com with excellent results. They are from Australia w

RE: Cocoon hosting in Australia

2004-12-10 Thread Mike Dickson
I use rimuhosting.com with excellent results. They are from Australia w/ servers in NY. They have the best tech support I have seen anywhere! Thanks, Mike Dickson -Original Message- From: Lincoln [mailto:[EMAIL PROTECTED] Sent: Friday, December 10, 2004 6:39 AM To: [EMAIL PROTECTED

Cocoon Timer?

2004-12-08 Thread Mike Dickson
I need to invoke a Cocoon URL every few seconds day and night.Other than having an externalServlet/Java Applicationto call the Cocoon URL, is there any such thing in Cocoon? Thanks, Mike D.

POSTing Binary Data to Cocoon

2004-11-23 Thread Mike Dickson
Background: I have a .wav file being POSTed to my Cocoon app from a remote service I have not controll over. I am trying to use Hibernate to save the .wav file to a BLOB in mySQL using a custom Cocoon Action. Question:In my custom Action the parameters I get from the pipeline are all

RE: Database Insert Across Multiple Tables

2004-04-30 Thread Mike Dickson
mode name=request-param type=request/ means that there is a param named request? -Original Message- From: Christian Haul [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 27, 2004 3:08 PM To: [EMAIL PROTECTED] Subject: Re: Database Insert Across Multiple Tables Mike Dickson wrote

Database Insert Across Multiple Tables

2004-04-23 Thread Mike Dickson
in the new Cocoon 2.1 Database Actions, but am stumped as to how to use them from the docs. Sorry Reinhard Horn! :-) Thanks, Mike Dickson DayScribe.com Founder - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands