Re: [c1] Cocoon / Tomcat / XSL Files

2001-09-26 Thread Derek Hohls
Brent A while back, there was a post about using the cocoon.properties file to store DB parameters -its fairly straightforward, but I could just not get it to work with my DB (mySQL) - using this approach would have the advantage of allowing multiple files to access one set of values; also

RE: What's the differences between Cocoon and servlet+XSL ?

2001-09-26 Thread Ming Fai
Hi, this is the first time I send message to this mail list. Recently, I'm exploring Jetspeed and Cocoon. To my understanding, the two projects are focus on different things, Jetspeed is a portal platform that focus on the organization each 'component' on web pages, while cocoon is a web

Installation Problem

2001-09-26 Thread SIddharth Paralikar
- Original Message - From: SIddharth Paralikar To: [EMAIL PROTECTED] Sent: Wednesday, September 26, 2001 12:48 PM Hi , I am new to cocoon, i am trying to build the cocoon.war but its givin me error that build failed due to javax.xml.transform.TransformfactoryConfigurationError

Cocoon2 and j2sdkee1.2.1 ?

2001-09-26 Thread Roman Kunert
Did anyone manage to make cocoon2 work with the j2sdkee1.2.1? Here's what I have tried so far: 1. cocoon2 could not access the jar-files in the WEB-INF/lib dir so I extracted them all into the WEB-INF/classes dir 2. I deployed the cocoon.war file with the visual deployment tool successfully

LangSelect Action does not store language setting

2001-09-26 Thread Gustav Liden
Hi all, As I have understood, the LangSelect Action should be configurable via map:parameters to store the selected language in different ways. My sitemap looks like this: map:actions map:action name=lang-select src=org.apache.cocoon.acting.LangSelect map:parameter

AW: Cocoon2 and j2sdkee1.2.1 ?

2001-09-26 Thread Stefan Seifert
Hallo Roman. Did anyone manage to make cocoon2 work with the j2sdkee1.2.1? 1. cocoon2 could not access the jar-files in the WEB-INF/lib dir so I extracted them all into the WEB-INF/classes dir Did you try to set the Parameter init-classloader to true in the cocoon servlet init parameters in

instalation problem

2001-09-26 Thread SIddharth Paralikar
Hi, can anyone sand me readymade cocoon.war bye Siddharth

C2 Stylesheet, logicsheet and content

2001-09-26 Thread Michael Bierenfeld
Hi once again :-( C2 is driving me nuts. I can run the xsp examples with no props. I can evenso run own xsp files without a logicsheet. No Propblem at all. But what I wanna do right now is the following : content/greeting.xml - content logicsheets/logicsheet.greeting.xsl-

[c2] xsl:output cdata-section-elements

2001-09-26 Thread Morrison, John
Hi All, Has anybody gotten xsl:output cdata-section-elements to work under C2? J. === Information in this email and any attachments are confidential, and may not be copied or used by anyone other than the addressee, nor

RE: C2 Stylesheet, logicsheet and content

2001-09-26 Thread Henrik Hofmann
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Michael Bierenfeld Sent: Mittwoch, 26. September 2001 11:49 To: Cocoon User Mailing List Subject: C2 Stylesheet, logicsheet and content Hi once again :-( C2 is driving me nuts. I can run the xsp

Re: C2 Stylesheet, logicsheet and content

2001-09-26 Thread Judith Andres
Hi Michael, in Cocoon 2 the XSP namespace has to be declared as xmlns:xsp=http://apache.org/xsp; Logicsheets have to be declared in cocoon.xconf as builtin-logicsheet.../nuiltin-logicsheet. Your sitemap entry is a far as I can see correct. Hope this helps Judith - Original Message -

[c2.0rc1] can't build

2001-09-26 Thread Hubert NEOtyk Iwaniuk
hi there, my conf: debian jdk1.3.1_01 jakarta-ant-1.4 tomcat-3.2.3 {JAVA,ANT}_HOME are set. as in INSTALL wrote i try the following: # ./run.sh -Dinclude.webapp.libs=yes -Dinstall.war=$TOMCAT_HOME/webapps webapp where #TOMCAT_HOME stands for my absolute path

Re: C2 Stylesheet, logicsheet and content

2001-09-26 Thread Michael Bierenfeld
Hello, Your logicsheet should contain something like this xsl:template match=greeting:hello-world /xsl:template Right Its in the logicsheet. I just didnt copy it to the mail The next point is you need to register your logicsheet in cocoon.xconf You do this by adding something like

Re: [c2.0rc1] can't build

2001-09-26 Thread Gianugo Rabellino
On Wed, Sep 26, 2001 at 12:36:30PM +0200, Hubert NEOtyk Iwaniuk wrote: {JAVA,ANT}_HOME are set. as in INSTALL wrote i try the following: # ./run.sh -Dinclude.webapp.libs=yes -Dinstall.war=$TOMCAT_HOME/webapps webapp where #TOMCAT_HOME stands for my absolute path to tomcat. and i get: ERROR

C2RC1a on W98 can't build

2001-09-26 Thread Arno Illmann
Hello. Running the build.bat i get the ant.bat (or one of these depending scripts) stopped at: [ find ANT_HOME if not .== goto checkJava rem check for ant in Program Files on system drive if not e Befehl oder Dateiname

[c2.0rc1] startup failure

2001-09-26 Thread Hubert NEOtyk Iwaniuk
hi again, bad day, nothing wants to work ok. my conf: debian jdk1.3.1_01 jakarta-ant-1.4 tomcat-3.2.3 c2 is compiled, i have followed installing instructions. at startup i get in stdout.log: Starting tomcat. Check logs/tomcat.log for error messages

How to set ANT_HOME in build? Was: C2RC1a on W98 can't build

2001-09-26 Thread Arno Illmann
After converting ant.bat from UNIX to DOS and getting a normal dosbox output I get a message I should set ANT_HOME. Could not find sth. in the install instructions . In my previous builds I hadn't set this too, an ant was found automatically. I have no ant directory, ant (1.4) comes with

[C2] Tomcat 4.0 C2 library placement

2001-09-26 Thread Michael Engelhart
Hi all, If i want to have many webapps running in one servlet container that all use Cocoon and it's related libraries (xalan, xerces, cocoon.jar) what is the recommended place to store the libraries for Tomcat 4.0? To get Tomcat 4.0 (final BTW) to run I had to put xerces and xalan into the

RE: the saga continues: cocoon2rc1a with tomcat4.0 (as a service on win2K)

2001-09-26 Thread Vadim Gritsenko
I have default installation of Tomcat 4 (no mods), dropped there cocoon.war, and it's working. No tomcat libs were replaced/removed. Platform: JDK1.3.1 on Win, Tomcat 4.0. Regards, Vadim -Original Message- From: Ed Nixon [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 26,

cocoon2 and other servlet runners

2001-09-26 Thread Ed Nixon
Are there any of you who have experience and success running cocoon2 in - Jetty3.1.x? - Sambar 5.0? - vqServer? thanks for details and/or links. ...edN - Please check that your question has not already

RE: cocoon2 and other servlet runners

2001-09-26 Thread Morrison, John
I use both Tomcat 4.0 and ServletExec 3.1 -Original Message- From: Ed Nixon [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 26 September 2001 2:47 pm To: [EMAIL PROTECTED] Subject: cocoon2 and other servlet runners Are there any of you who have experience and success running

Form Validator enconding problem

2001-09-26 Thread Nuno Santos
Got a problem whenever i insert some data into a form, using the form validation action. It just keep enconding characters in diferent ways for exmpl: [é] becomes [é] ). Can anyone just give me some clue on what's the problem and what's causing it?? I'm feeling kinda desperate!!!

[C2] [T4.0] Connection Pool

2001-09-26 Thread Kai . Rehlen
Hi, has anybody seen a warning like below and can explain what reason there is? WARN10015 [cocoon ] (Thread-4): Could not prepare test statement COM.ibm.db2.jdbc.app.DB2Exception: [IBM][CLI Driver][DB2/NT] SQL0104N Auf select 1 folgte das unerwartete Token END-OF-STATEMENT. Zu den

java.lang.RuntimeException: Stylesheet directed termination

2001-09-26 Thread Henrik Hofmann
Hi, Every time I try to access a page I get an java.lang.RuntimeException: Stylesheet directed termination error. Cocoon was already working properly. The only thing I believe Ive change was installing Forte 3.0 CE. But I dont believe this caused the error. Forte and Cocoon are

Re: the saga continues: cocoon2rc1a with tomcat4.0 (as a service on win2K)

2001-09-26 Thread Peter Nuetzel - inglobo
I had also no problems installing current C2 on Tomcat4: JDK1.3.1 on Linux - Tomcat 4.0 release I've not touched crimson.jar or jaxp.jar in $tomcat/common/libs. Cocoon is correctly using its included xerces parser). - peter -Ursprüngliche Nachricht- Von: Vadim Gritsenko [EMAIL

Re: the saga continues: cocoon2rc1a with tomcat4.0 (as a service on win2K)

2001-09-26 Thread Ed Nixon
Yup. It seems to be true. Having received Vadim's note, I did the whole thing over again from scratch including the win2k service install. There seem to be no problems. One change I made to my workstation between yesterday's failure and this morning's success was to upgrade/reinstall the JDK

help with Request Generator

2001-09-26 Thread Jeff Branc
Title: Message [executive overview] I'm trying to convert a web form 'request' into XML and then send the XML to another servlet. [/executive overview] I would like to convert a web form name/value pairs to XML using the Request generator. I'm not sure how to setup the sitemap tho. my

redirect

2001-09-26 Thread Luda Balakireva
I am rewriting web application from coldfusion to cocoon 2 -XSP . I am trying to undestand how to control flow - redirects from sitemap. I have login form where user inputs username and password ,so I submit it to another page where I perform sql (via esql tags),depends on results of sql I want

Re: Tomcat 4.0 final and Cocoon 2.0rc1 again...

2001-09-26 Thread Alexander Smirnoff
I had many times the same error. Unfotunately the error message you get in the browser is incomplete and does not include the actual Exception causing the fault. You Look better into cocoon.log and at the bottom of exception bundle you'll find the answer. In my case there were few classes

Setup coocoon2 w/ tomcat 4.0

2001-09-26 Thread Russell Castagnaro
Hello cocoon-users, I've been following 'the saga continues' and decided to try setting it up myself. I built the code using: $ ./build.sh -Dinclude.webapp.libs=yes -Dinstall.war=../jakarta-tomcat-4.0/webapps/ install which worked and started tomcat then I tried:

RE: Tomcat 4.0 final and Cocoon 2.0rc1 again...

2001-09-26 Thread Vadim Gritsenko
And also, please make sure you are using 2.0rc1a version: http://xml.apache.org/cocoon2/dist/Cocoon-2.0rc1a.tar.gz Vadim -Original Message- From: Alexander Smirnoff [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 26, 2001 4:52 PM To: [EMAIL PROTECTED] Subject: Re: Tomcat 4.0

Re[2]: Tomcat 4.0 final and Cocoon 2.0rc1 again...

2001-09-26 Thread Russell Castagnaro
Hello Alexander, You are on the money! But I'm still having problems.. I compiled the LDAPTransformer and now there are no errors, but all xml docs I attempt to call return an empty html page: !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN HTMLHEAD META content=text/html;

Cocoon on HP-UX11

2001-09-26 Thread Salvador Cardenas
Hi: I need to know if Cocoon can be installed on an HP-UX11 system. Has anybody done this? thank you. - Please check that your question has not already been answered in the FAQ before posting.

C2rc1 and MacOS X - build problem

2001-09-26 Thread Phil Blake
Building under MacOS X 10.0.4 gives the following error: prepare-src-22-maybeupload: Could not find file /Users/phil/Documents//Cocoon-2.0/src/org/apache/cocoon/environment/http/RequestWrapperMaybeUpload22. java to copy. BUILD FAILED /Users/phil/Documents//Cocoon-2.0/build.xml:341: Could not

cTwIG and TC4

2001-09-26 Thread Jeremy Aston
Hi I note that may people are having issues with TC4 installations. At them moment my notes only cover TC3.2.3 so are not helping many of these people. I would love to add TC4 notes in but am stuggling time wise. If you want to help then I would be more than please to hear from you. For more

RE: Help! Help!

2001-09-26 Thread Liam Morley
It would be most helpful to see the exception that takes place in the log file as well as the few lines immediately preceding it so it's easier to tell what Cocoon was trying to do at the time. I'll be trying Cocoon out with JRun 3.0 sometime in the near future, so if I don't run into this I'll