Install problems WAS3.5.5

2002-09-19 Thread dfeather
Hello, I searched the archives, and google, and haven't found a good explanation about how to go about getting Cocoon working in Websphere 3.5.x. I am close I think. I used the WAR file converter in the Admin Console, but I get an exception during init of the Cocoon servlet:

Re: Install problems WAS3.5.5

2002-09-19 Thread dfeather
[EMAIL PROTECTED] wrote: I searched the archives, and google, and haven't found a good explanation about how to go about getting Cocoon working in Websphere 3.5.x. I am close I think. I used the WAR file converter in the Admin Console, but I get an exception during init of the

Re: R: Connection pools - DB2/AS400

2002-11-11 Thread dfeather
-return-42279-dfeather=oreillyauto.com@XML| | | .APACHE.ORG | | | | | | 11/07/02 10:32 AM | | | Please

java.lang.IllegalStateException: can't reset buffer after writing to client

2003-01-22 Thread dfeather
Hello, I found some messages in the archives similar to this, but I didn't find a good answer. I am trying to do a simple XSL transformation with cocoon. I am running Tomcat 3.3.1 final and Cocoon 2.0.4 on Windows NT 4.0. My transformation works, but then the following gets appended

Re: java.lang.IllegalStateException: can't reset buffer after writing toclient

2003-01-23 Thread dfeather
Well, To answer my own question, I removed Tomcat 3.3.1 Final and installed Tomcat 4.1.18, and set everything up in that, and my error went away. Not sure why, but it is gone now. Just in case anyone wonders, later on down the road. Yeah. Dan Feather dfeather.at.oreillyauto.com

Re: WebSphere 5.0 and cocoon

2003-01-28 Thread dfeather
Just out of curiosity, are you running that on an AS/400 (e... iSeries... sorry)? Dan Feather - Please check that your question has not already been answered in the FAQ before posting.

company packaging Cocoon as part of a product

2003-01-31 Thread dfeather
Hey, I saw someone mention that they wondered if there were any companies packaging cocoon as a polished product. I noticed on the cocoon wiki that there were some guys listed as working for a place called Hippo Webworks (http://www.hippo.nl/EN/index.html). It looks like they have built a

Re: company packaging Cocoon as part of a product

2003-01-31 Thread dfeather
Actually... if you just go to http://wiki.cocoondev.org/Wiki.jsp?page=People and look through that list, there are several people that work for companies using cocoon in this same manner and/or in production environments. Very encouraging... very cool. Dan Feather

Re: [POLL] JDK 1.2 Support

2003-02-03 Thread dfeather
I am still at 1.2 because our production app server is still at 1.2. We may upgrade this year, but that is not a certainty. Dan Feather - Please check that your question has not already been answered in the FAQ before

Request Parameters in XSLT

2003-02-04 Thread dfeather
Hello, I am still pretty knew to all of this, so please bare with me if this seems obvious. I want to be able to process a set of request parameters in my xsl stylesheet that have the same name. For example, if I request: http://www.foo.com/bar/test?val=1val=2val=3 is there a way I could