Re: cocoon accessible only from local machine

2001-09-20 Thread Aurelien
Le vendredi 21 septembre 2001, à 06:58, Jeff Turner a écrit : > On Thu, Sep 20, 2001 at 06:58:53PM +0200, Aurelien wrote: >> Cocoon is installed on my linux workstation on top of JBoss-Tomcat and >> works fine there, that is: I can browse all the examples from the same >> workstation. But if I a

Re: Tomcat-4.0 and Cocoon-2.0B2

2001-09-20 Thread Mario Muja
Hi Antony, look in web-inf/web.xml and search for load-class. The text entry org.hsqldb.jdbcDriver must exist in the element. This loads the HSQLDB driver. Then look in cocoon.xconf and search for . The name must match the connection name appearing in the ESQL connection elements in the exampl

Re: Tomcat-4.0 and Cocoon-2.0B2

2001-09-20 Thread Antony Stace
I have installed Tomcat-4.0 and Cocoon-2.0B2. I have compiled and run the example webapp which comes with the Cocoon distribution. All the examples on this page which have SQL access in them seem to fail, all the other examples I run fine. Is this happening to anyone else? Or is it a problem w

Re: get parameter from xalan command line

2001-09-20 Thread Mario Muja
Insert at the beginning of the stylesheet. The can remain as it is. Mario Ling Kok Choon wrote: >Hi, > > I use Xalan command base to translate a XML file to another xml file with a XSL >file, and i >pass in 1 parameter to the xsl, the command is like: > > C:\ java -jar xalan.jar -IN Testi

get parameter from xalan command line

2001-09-20 Thread Ling Kok Choon
Hi, I use Xalan command base to translate a XML file to another xml file with a XSL file, and i pass in 1 parameter to the xsl, the command is like: C:\ java -jar xalan.jar -IN Testing.xml -XSL testing.xsl -PARAM testParam testValue -OUT Testing4.xml and my problem is how to get paramet

Where is "import org.apache.cocoon.util.CocoonServletRequest" ?

2001-09-20 Thread N.V.Sairam
Hi, In the sample, fromServlet, there is the following import statement, "import org.apache.cocoon.util.CocoonServletRequest" but when I browsed thru the directory structure, I couldn't find the util under cocoon. Please let me know, that where

Re: cocoon accessible only from local machine

2001-09-20 Thread Jeff Turner
On Thu, Sep 20, 2001 at 06:58:53PM +0200, Aurelien wrote: > Cocoon is installed on my linux workstation on top of JBoss-Tomcat and > works fine there, that is: I can browse all the examples from the same > workstation. But if I attempt to access it from my LAN, the request > either times out or

Re: C1: Including XML/XSL in JSP pages

2001-09-20 Thread Russell Castagnaro
Aloha Mark, try using if you need to pass addidtional parameters use: Friday, September 14, 2001, 9:30:15 AM, you wrote: MSK> I'd like to "include" an XML page request with esql query string and MSK> "report type" (i.e. html, pdf, csv, etc.) as a "" in a current MSK> JSP page which alre

Re: Cocoon and J2EE

2001-09-20 Thread Russell Castagnaro
Aloha Chris, I'm trying to do this now. Its not all that easy, but not impossible. My biggest problem is trying to use cocoon in the EJB layer when you have no access to an http request. Sometimes you have to create a request-like object that can be difficult. Friday, September 14, 2001, 4:4

Re: cocoon with jetspeed

2001-09-20 Thread Thangadurai
I am using cocoon1.8.2 on tomcat 3.2.1. It is working properly. While running jetspeed(1.3a2) without cocoon, it is also working,I can able to add html and xml pages on it. But I couldn't add xsp pages with jetspeed. Does somebody know what steps need to do, to work jetspeed properly with cocoon

Re: XHTML Serializer

2001-09-20 Thread Michael McKibben
Sorry, I didn't pay close enough attention to who was asking the question. Interestingly, I do not have this problem in my stylesheets. Here is what I do: (in my xml file) http://namespace1";> ... http://namespace2"/> ... (in my xsl stylesheet) http://www.w3.org/1999/xh

Oracle connection problem

2001-09-20 Thread Lukas Kubin
I am having troubles getting a connection to Oracle 8.1.7 database in Apache Cocoon 2.0b2 on Tomcat 4.0-b7 and Linux 2.4.9 I tried all the installation steps described in Cocoon's "Using Databases" documentation. Of course, I changed all the login and database properties. I also changed the connec

RE: Wanted - C2 Idiots Guide to deploying XML/XSL/XSP files

2001-09-20 Thread giacomo
On Thu, 20 Sep 2001, Aston Jeremy wrote: > Thanks for your help people. Things are working and I am well on my way to > getting more complex patterns and map settings for xml/logicsheet/xsl > transformations going. > > I've had to make some notes for fellow developers so I will probably tart > t

RE: Cocoon2 : Managing URL-encoded parameters

2001-09-20 Thread Multani, Dal
Has anyone used this to capture more that one parameter ? Dal Multani -Original Message- From: giacomo [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 20, 2001 2:08 PM To: '[EMAIL PROTECTED]' Subject: RE: Cocoon2 : Managing URL-encoded parameters On Thu, 20 Sep 2001, Sparkes, Pete

Re: Installation Problem Solved- C2b2 and Tomcat 4.0 Final WAS Installation Problem - Cocoon-2.0b2 and Tomcat 4.0-rc2

2001-09-20 Thread Paul Spencer
I have solved the problem a different way. 1) Move jaxp.jar and crimson.jar from common/lib to server/lib. This is because Tomcat need those jars in it's classpath, which include server/lib and common/lib. In previous version of Tomcat 4 the jars where in server/lib to address compatibility p

RE: Cocoon2 : Managing URL-encoded parameters

2001-09-20 Thread giacomo
On Thu, 20 Sep 2001, Sparkes, Peter wrote: > Thanks Carsten, > > With your help I have got it working. > > A commented sitemap DTD would be a great help, is anyone working on it? Not that I know. There has been an draft of an XML Schema in xdocs/draft but that one is really old. Giacomo > > Pe

Re: Generate Static HTML with Cocoon

2001-09-20 Thread Sergio Carvalho
You can run Cocoon from command-line. However, for this I usually just use a mirroring tool (curl or wget for linux, teleport pro for win). On Thu, 20 Sep 2001 09:42:27 +0200, Sebastian Mäder wrote: From: Sebastian Mäder <[EMAIL PROTECTED]> -- > Hi cocooner, > > > I have build a page with coc

Generate Static HTML with Cocoon

2001-09-20 Thread Sebastian Mäder
Hi cocooner, I have build a page with cocoon. For examble so http://host:8080/cocoon/xyz/index.html Now I want to build a static HTML Version of this page with cocoon. How can I do this ?? Is there a batch File or anything else for this ?? Thanx your Sincerely Sebastian -

C2: Managing URL-encoded parameters / precisions

2001-09-20 Thread Patrice Bonhomme
Hi there, A very little precision concerning our need about request parameters, cocoon2 and sitemap. What we like to do is to use some top-level parameters within an XSL/XSLT stylesheet and be able to set and pass values for those top-level parameters through an URL So, how are handled request

cocoon accessible only from local machine

2001-09-20 Thread Aurelien
Cocoon is installed on my linux workstation on top of JBoss-Tomcat and works fine there, that is: I can browse all the examples from the same workstation. But if I attempt to access it from my LAN, the request either times out or takes an incredible amount of time to succeed (5 minutes+). I've

Where to place extension classes ?

2001-09-20 Thread Aurelien
Does somebody know where I can put classes with helper functions for XSLT transformations ? thx in advance, Aurélien - Please check that your question has not already been answered in the FAQ before posting.

RE: Wanted - C2 Idiots Guide to deploying XML/XSL/XSP files

2001-09-20 Thread Aston Jeremy
Title: RE: Wanted - C2 Idiots Guide to deploying XML/XSL/XSP files Thanks for your help people.  Things are working and I am well on my way to getting more complex patterns and map settings for xml/logicsheet/xsl transformations going. I've had to make some notes for fellow developers so I wi

Re: Wanted - C2 Idiots Guide to deploying XML/XSL/XSP files

2001-09-20 Thread Michael Bierenfeld
> The thing is you have to group your pages you'd like to process by a single XSLT > stylesheet. To achieve what you call "code the page and test it" use this simple > sitemap snippet: > > > > > > > > With this snipped a file "anyfile.xml" put into the mydir directory

Re: Wanted - C2 Idiots Guide to deploying XML/XSL/XSP files

2001-09-20 Thread Giacomo Pati
Quoting Aston Jeremy <[EMAIL PROTECTED]>: > Hi, > > I have just moved from c1.8 to c2b2 and am lost on how to deploy even > the > simplest of code under c2. I did have c2 running as a war under Tomcat > 3.2.3 but now have got it running as an "raw" web app with Apache > 1.3.19/mod_jk acting as

RE: Cocoon2 : Managing URL-encoded parameters

2001-09-20 Thread Olivier Boulanger
Thanks a lot, but the problem i have is quite different : in fact, i'd like to take these url-encoded parameters in account in the XSL stylesheets used to generate the html code. I may have many parameters in the same url, but i'd like to generate the corresponding html file with only one paramete

Re: Cocoon and J2EE

2001-09-20 Thread Sergio Carvalho
Ok, just posted it here: http://sergio.insuasoftware.com/CocoonEjbProofOfConcept.tgz On Thu, 20 Sep 2001 14:18:41 +0200, Martin Kavalar wrote: From: Martin Kavalar <[EMAIL PROTECTED]> -- > Could someone please post a url where i can download it? Thanks a lot! > > Sergio Carvalho wrote: > > >

Re: Cocoon and J2EE

2001-09-20 Thread Martin Kavalar
Could someone please post a url where i can download it? Thanks a lot! Sergio Carvalho wrote: >At my last company, I created a proof-of-concept Ejb generator. It did work, >although it needs some optimizing to be placed in a production environment. As >it is too big to send to the list (1.9Mb ta

Re: Wanted - C2 Idiots Guide to deploying XML/XSL/XSP files

2001-09-20 Thread Michael Bierenfeld
dumdidum :-) This is exactly what I need too. Since 1,5 years we are using c1. But I dont have a idea how to deploy my apps under c2. Event the simplest hello-world xsp example. Regards Michael - Please check that your questio

RE: Wanted - C2 Idiots Guide to deploying XML/XSL/XSP files

2001-09-20 Thread Thomas Hofer
Title: RE: Cocoon2 : Managing URL-encoded parameters you do not have to restart cocoon each time after editing the site-map, just edit the cocoon.xconf at the very end to (check reload has to be yes and synchron!!) the

Re: Cocoon and J2EE

2001-09-20 Thread Sergio Carvalho
At my last company, I created a proof-of-concept Ejb generator. It did work, although it needs some optimizing to be placed in a production environment. As it is too big to send to the list (1.9Mb tar.gz), I'm sending it to Chris, who started the thread. Feel free to use it at will. It might be a

Wanted - C2 Idiots Guide to deploying XML/XSL/XSP files

2001-09-20 Thread Aston Jeremy
Title: RE: Cocoon2 : Managing URL-encoded parameters Hi,   I have just moved from c1.8 to c2b2 and am lost on how to deploy even the simplest of code under c2.  I did have c2 running as a war under Tomcat 3.2.3 but now have got it running as an "raw" web app with Apache 1.3.19/mod_jk acting a

esql, cocoon 1.8.2

2001-09-20 Thread Schroeter Christian
Hi, which esql-tag must i use to get the number of the results a sql-statment returns? cu, christian - Please check that your question has not already been answered in the FAQ before posting.

Cocoon 1.8.2, esql, html

2001-09-20 Thread Schroeter Christian
Hi, my html-pages are stored in the database (postgres). Now i want to read them out by e.g. ...select html from page where pageno=20.. in the xsl-page i wrote Urtunfortunately the result is not html because the <, > etc. are replaced. What must i do so that the result is displayed and i

RE: Cocoon2 : Managing URL-encoded parameters

2001-09-20 Thread Sparkes, Peter
Title: RE: Cocoon2 : Managing URL-encoded parameters Thanks Carsten, With your help I have got it working. A commented sitemap DTD would be a great help, is anyone working on it? Peter - Peter Sparkes Data Architect Derwent Information 14 Great Queen St   Tel.

C2B2: Using weblogic 6.1 JSP engine instead of Jasper

2001-09-20 Thread Damian_Kwok
Hi, I understand that you can configure Cocoon to use a different JSP engine by changing the settings in cocoon.xconf. Does anyone know the full class name of weblogic 6.1's JSP engine?   thanks, Damian __ Visit

Using xsp-requests in xsls

2001-09-20 Thread Torsten Knodt
Hello, I have an XSL, which generates HTML out of a generic document. There something like this should be generated: mailto:author-email?subject=uri";>author-name The problem is, how to insert the requested uri in the XSL. XSP-Tags are ignored. The namespaces should be OK. The XSP-Tags work corr

Internal servlet error

2001-09-20 Thread sebastien . walgraffe
Hi! I ve a problem installing Cocoon2... My config is : Win 2000 Apache Server 1.3 Tomcat 4.0 Cocoon 2 ob2 when I want to access the page "http://localhost:8080/cocoon";, I have the following error message! Can somobody help me? That would be great! Thanx! Sébastien Walgraf

Re: c2b2 install problem / c2b1 running fine ...

2001-09-20 Thread Arno Illmann
o! I forgot to put the jar file in tomcat/lib. Now the error comes a bit nicer (any suggestions? thanks, arno): Cocoon 2 - Internal server error type internal-server-error message Exception in Handler descriptio

AW: Cocoon2 : Managing URL-encoded parameters

2001-09-20 Thread Carsten Ziegeler
The usual sitemap match (map:match pattern="xyz") tests only the request uri. It does not take any parameter into account. For testing parameters you can use the parameters matcher: From: Olivier Boulanger [mailto:[EMAIL PROTECTED]] > Sent: 19 September 2001 18:52 > To: [EMAIL PROTE

RE: Cocoon2 : Managing URL-encoded parameters

2001-09-20 Thread Sparkes, Peter
Title: RE: Cocoon2 : Managing URL-encoded parameters HI, I have the same problem. Peter -- Peter Sparkes Data Architect Derwent Information 14 Great Queen St   Tel. +44 (0)20 7424 2084 London      Fax. +44 (0) 20 7344 2815 WC2B 5DF        Email. [EMAIL PROTECTED] UK