RE: public pages with the new portal framework?

2003-06-26 Thread Ralph Goers
Is the new framework documented anywhere? Ralph At 6/26/2003 02:42 PM, you wrote: I'm not sure about the new portal generator, but the old one requires authentication. I suspect that initially it was designed only to build "portal" pages, i.e., assuming there is an identifiable user and there ar

Re: C2.1-m2 problems with Xalan

2003-06-26 Thread Ralph Goers
Have you tried Xalan 2.5.1? Beware that Xalan now ships two forms of binaries. In one the XSLT compiler is in the same jar as the interpreter. This causes problems in some environments where classes the XSLT compiler is dependent upon are being used by other components (i.e. BEA Weblogic Port

Re: book recommendations

2003-06-26 Thread Ralph Goers
I own the Developer's Handbook and it is quite good. Unfortunately, Cocoon contains so much good stuff no one book can really cover it. As big as it is, Developer's Handbook still could use more information. I've conversed with Lajos about this and would love to see his book split into two.

RE: Cocoon in BEA Weblogic

2003-06-20 Thread Ralph Goers
hen between the and     -1 Ralph At 6/20/2003 09:45 AM, you wrote: How do you set that? I am using weblogic 8.1. -Original Message- From: Ralph Goers [mailto:[EMAIL PROTECTED]] Sent: 20 June 2003 17:17 To: [EMAIL PROTECTED] Subject: Re: Cocoon in BEA Weblogic Thanks.  I resolved my

Re: Cocoon in BEA Weblogic

2003-06-20 Thread Ralph Goers
Thanks. I resolved my problem. The default configuration, even in production mode, has BEA checking every second for changes to the webapp and JSPs. Explicity turning those off drastically improved performance. Ralph At 6/20/2003 02:10 AM, you wrote: Hello Ralph, we use BEA WebLogic 5.1 and w

Cocoon in BEA Weblogic

2003-06-19 Thread Ralph Goers
Does anyone have experience with running Cocoon in Weblogic? We are seeing terrible performance just accessing the hello.html in the cocoon sample (1-5 transactions per second). On the same box using Jetty we can get close to 50. This is with Weblogic Server 8.1. Ralph -

Re: calling a custom method in a bean?

2003-06-17 Thread Ralph Goers
I believe you should be able to call the java method in your transform passing it the XML date as input and getting the first Monday as the result. At 6/17/2003 11:29 AM, you wrote: Is it possible to alter the pipeline of cocoon so that we're calling a custom javabean that would generate the XML

Re: Getting "Resource not found" error on webLogic 8.1

2003-06-16 Thread Ralph Goers
Are you using the pre-built cocoon?  weblogic 8.1 ships with JDK 1.4. Cocoon probably needs to be rebuilt from the source using the JDK provided with weblogic (in \bea\jdk141_02).  You will also need to place the xalan, xerces and xml-apis jar files that come with cocoon in \bea\jdk141_02\jre\lib

Re: How to set up cocoon log file?

2003-06-11 Thread Ralph Goers
I'm using Weblogic 8.1 and have Cocoon working.  If you have a war file the cocoon logs end up wherever the war file was unzipped to.  If expand the war file yourself the log files will go in WEB-INF/logs.  I am using the examples server and the weblogic logs are in domains/examples/examples

Cocoon usage

2003-06-03 Thread Ralph Goers
I am proposing that Cocoon be used in the project I am working on.  My boss wants some assurance that he isn't jumping off a cliff by agreeing to this - although the rest of my development team is convinced.  He would like answers to a couple of questions: 1. What "big" companies are using Co