XSP examples not working in Cocoon 1.8.2

2003-07-01 Thread Mark Vitale
(JServConnection.java, Compiled Code) at java.lang.Thread.run(Thread.java, Compiled Code) --- I am running: Apache 1.3 Cocoon 1.8.2 ApacheJServ 1.1.1 JDK 1.2.2 My classpath (jserv.properties): wrapper.bin=/usr/local/jdk1.2.2/bin/java wrapper.classpath=/usr/local/jdk1.2.2

Re: Cocoon 2.1 CVS and Java 1.4.2

2003-07-01 Thread Andreas Hochsteger
The same over here. My config: * SuSE Linux 8.2 * Sun J2SDK 1.4.2 * Tomcat 4.1.24 * Cocoon CVS from yesterday Antonio Gallardo wrote: Hi: Just reporting that Cocoon 2.1 CVS run using Sun Java 1.4.2. My config: Red Hat Linux 9 Java 1.4.2 Tomcat 4.1.24 Cocoon 2.1 CVS Best Regards, Antonio

[ANNOUNCE] Cocoon Training Classes in July, August

2003-07-01 Thread Lajos
Hi all - Just a reminder that I will be giving my "Building Cocoon Applications" class July 14-17 in Colorado Springs, CO, USA. This is a four-day crash course in everything you need to know to build Cocoon-based applications. We cover sitemap logs, XSPs, logicsheets, actions

Cocoon 2.1 CVS and Java 1.4.2

2003-07-01 Thread Antonio Gallardo
Hi: Just reporting that Cocoon 2.1 CVS run using Sun Java 1.4.2. My config: Red Hat Linux 9 Java 1.4.2 Tomcat 4.1.24 Cocoon 2.1 CVS Best Regards, Antonio Gallardo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: XSP+SVG in cocoon-2.0.4

2003-06-30 Thread Gautam Ganguly
hi Derek Thanks a lot for your help...and to the one who put those scripts It was a real help to me!! regards Gautam >>> [EMAIL PROTECTED] 06/30/03 02:41AM >>> Gautam Look at: http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=105550804911211&w=2 The use of

Re: XSP+SVG in cocoon-2.0.4

2003-06-30 Thread Derek Hohls
Gautam Look at: http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=105550804911211&w=2 The use of SVG is well described in a set of sample code. Derek >>> [EMAIL PROTECTED] 30/06/2003 01:59:30 >>> hi there, I want to display an SVG image along side the web

XSP+SVG in cocoon-2.0.4

2003-06-29 Thread Gautam Ganguly
hi there, I want to display an SVG image along side the web page content on the users browser(user has Adobe SVG Viewer3.0 installed ) by putting the SVG document within my XSP page. As long as my pipeline displays the svg as png raster image using the SVG2PNG serializer,it works fine.

Gradual performance degradation with cocoon:// protocol

2003-06-29 Thread t tl
Hi,   Has anyone encountered performance problems with cocoon:// protocol?   Setup Cocoon 2.0.4 (the same problem applies for 2.0.5-dev) Tomcat 4.1.24 JDK 1.3.1 Redhat 7 (and Redhat 8)   The problem seems to be a gradual slowdown in performance when using cocoon:// protocol. The problem does

Apache 2.0.43 - Tomcat 4.1 - Cocoon 2.0.4 problem

2003-06-28 Thread Martín Mauri
Hi, I've setup an Apache / Tomcat / Cocoon integrated configuration. Fortunately the Apache / Tomcat part works pretty well, but I'm facing problems with the Cocoon part...I think it's redirection problem as my servlets are served well, but when I try to access a .xml file it simp

Re: install cocoon 2.1-m2 on tomcat 4.1.24

2003-06-28 Thread Peter Ross
On Fri, Jun 27, 2003 at 11:32:00AM -0400, Geoff Howard wrote: > At 09:36 AM 6/27/2003, you wrote: > >Geoff, > > > >I think you misunderstood my mail, I *DON'T* have a copy of > >xmlParserAPIs.jar in the tomcat common/endorsed directory. > > Ah, sorry - I thought the situation was reversed. > > >H

Re: Setting up cocoon at site root

2003-06-27 Thread Lajos
Justin - You can't make webapps/cocoon your host's appBase. The appBase must point to the directory containing the web applications, cocoon being one of them. So set appBase to just "webapps", and the docBase of the default Context to "cocoon". Regards, Laj

Re: Setting up cocoon at site root

2003-06-27 Thread Justin Makeig
Lajos, Thanks so much for the quick response. I'm still kind of muddled in the Tomcat documentation, though. Here's what I changed in server.xml: ... However, when I go to http://localhost/ I get a directory listing of webapps/cocoon/mysite as generated by Tomcat. How do I tell T

Re: Setting up cocoon at site root

2003-06-27 Thread Lajos
Hi Justin - Easy. Make the path for the cocoon in server.xml "" and remove/comment out the ROOT . If you don't have an entry for cocoon in server.xml, then you could even just edit the existing root definition and change "ROOT" to "cocoon". Regards, Laj

Setting up cocoon at site root

2003-06-27 Thread Justin Makeig
How do I configure Tomcat 4.1.24 to run Cocoon sites from the site root? For example, right now I'm successfully running a Cocoon site from http://localhost/cocoon/mysite However, I would like to to configure Tomcat to run mysite from the request http://localhost/ I'm sure it c

Re: install cocoon 2.1-m2 on tomcat 4.1.24

2003-06-27 Thread Geoff Howard
At 09:36 AM 6/27/2003, you wrote: Geoff, I think you misunderstood my mail, I *DON'T* have a copy of xmlParserAPIs.jar in the tomcat common/endorsed directory. Ah, sorry - I thought the situation was reversed. However I just found the problem, inspired by some info from the link you mention. The

RE: Cocoon to csv not excel

2003-06-27 Thread Upayavira
, Upayavira > -Original Message- > From: Upayavira [mailto:[EMAIL PROTECTED] > Sent: Friday, June 27, 2003 9:32 AM > To: [EMAIL PROTECTED] > Subject: Re: Cocoon to csv not excel > > Using XSLT with the text serializer should do it. Just wrap your CSV > conte

RE: Cocoon to csv not excel

2003-06-27 Thread Upayavira
, Upayavira > -Original Message- > From: Upayavira [mailto:[EMAIL PROTECTED] > Sent: Friday, June 27, 2003 9:32 AM > To: [EMAIL PROTECTED] > Subject: Re: Cocoon to csv not excel > > Using XSLT with the text serializer should do it. Just wrap your CSV > conte

RE: Cocoon to csv not excel

2003-06-27 Thread Tim Bachta
So can I use an xsl to create the node? I have a xsp that creates an xml file that I don't want to change. Tim Bachta -Original Message- From: Upayavira [mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2003 9:32 AM To: [EMAIL PROTECTED] Subject: Re: Cocoon to csv not excel

Re: Cocoon to csv not excel

2003-06-27 Thread Upayavira
33, Tim Bachta wrote: > Is there a way to create a csv file using cocoon? I have looked > through the developers handbook with no luck. Thank you. > > > > Tim Bachta > > > > > > > --

Re: install cocoon 2.1-m2 on tomcat 4.1.24

2003-06-27 Thread Peter Ross
ded for > other webapps, remove it and try again. If it is needed, use the > Paranoid servlet described at > http://wiki.cocoondev.org/Wiki.jsp?page=EndorsedLibsProblem. > > Geoff > > At 10:17 AM 6/26/2003, you wrote: > >Hi, > > > >I am attempting to install coco

Cocoon to csv not excel

2003-06-27 Thread Tim Bachta
Is there a way to create a csv file using cocoon? I have looked through the developers handbook with no luck. Thank you. Tim Bachta - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: install cocoon 2.1-m2 on tomcat 4.1.24

2003-06-27 Thread Geoff Howard
ng to install cocoon 2.1-m2 in tomcat 4.1.24 under windows XP. I first install tomcat specialised for JDK 1.4 jakarta-tomcat-4.1.24-LE-jdk14. I am running JDK 1.4.1_01 from SUN. I install into c:\Tomcat41 because of a suggestion on the mailing list that spaces in the install path can be problematic.

install cocoon 2.1-m2 on tomcat 4.1.24

2003-06-27 Thread Peter Ross
Hi, I am attempting to install cocoon 2.1-m2 in tomcat 4.1.24 under windows XP. I first install tomcat specialised for JDK 1.4 jakarta-tomcat-4.1.24-LE-jdk14. I am running JDK 1.4.1_01 from SUN. I install into c:\Tomcat41 because of a suggestion on the mailing list that spaces in the install

Re: Cocoon live site?

2003-06-27 Thread Upayavira
A quick look at their HTTP headers reports Cocoon 2.0.4. Upayavira On 27 Jun 2003 at 10:26, Darren Petrie wrote: > Not sure but I think this redesigned site is running Cocoon. > http://www.ctg.albany.edu > > They mention Cocoon in their well written XML:A New Web Site > Arch

Cocoon live site?

2003-06-27 Thread Darren Petrie
Not sure but I think this redesigned site is running Cocoon. http://www.ctg.albany.edu They mention Cocoon in their well written XML:A New Web Site Architecture http://www.ctg.albany.edu/publications/reports/xml Darren - To

Tri-XML: Introduction to Cocoon + lab in Research Triangle Park,NC: July 25th & 26

2003-06-26 Thread Andrew C. Oliver
See: http://trixml.org/confschedule.shtml My friend, author Conrad D'Cruz, and I will present an Intro To Cocoon 2 presentation (Friday 4:45 - 45 minutes long) Following this, we'll have a 1.5 hour hands on training for Cocoon 2 (12:30). The intent is to introduce Cocoon to Java deve

WG: Sendmail within xsp page under Cocoon 2.0.4 problem

2003-06-26 Thread Markus Heussen
t- Von: Markus Heussen [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 26. Juni 2003 21:35 An: [EMAIL PROTECTED] Betreff: Sendmail within xsp page under Cocoon 2.0.4 problem Hi all, I try to get the sendmail logicsheet running within a xsp page, but it doesn't work :-( I followed the instruc

RE: Can i invoke cocoon from within a swing application

2003-06-26 Thread Reinhard Pötz
Title: Nachricht There is a Cocoon bean in Cocoon 2.1dev. Using it should do the job.   Reinhard -Original Message-From: David Cypers [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 1:56 PMTo: [EMAIL PROTECTED]Subject: Can i invoke cocoon from within a swing

Sendmail within xsp page under Cocoon 2.0.4 problem

2003-06-26 Thread Markus Heussen
test my.smtp.host test ok failed and set the namespace to xmlns:sendmail="http://apache.org/cocoon/sendmail/1.0";. I'm using the Cocoon 2.0.4 version and tomcat 4.1.24. I don't have a local smtp host installed, but a smtp host which is definitel

Deleting from a database - Cocoon 2.0.3

2003-06-26 Thread tcanaday
Hi all - I've got a problem using Cocoon 2.0.3 in that I can't seem to delete a record from the database I'm using. Didn't see anything on the archive list related to this. I can add records just fine, but when I execute the code to delete a record,

Cocoon, SOAP and Basic Authentication

2003-06-26 Thread Scott
In addition to my previous questions, I was wondering how to use Cocoon to get data via SOAP, connecting to a web-server that requires basic authentication? I can't find any docs/references on this at all ! :( I've been using the following as a reference, as well as the standard C

Re: Just started with Cocoon 2.0.4 on Tomcat 4.1.24

2003-06-26 Thread Geoff Howard
At 09:25 AM 6/26/2003, you wrote: > which version of cocoon are you using? Also, which > servlet container are you running cocoon in? See mail-subject... Andreas Oops, needed to widen my window. So, which tutorial? Geoff --

Re: Just started with Cocoon 2.0.4 on Tomcat 4.1.24

2003-06-26 Thread Andreas Kuckartz
> which version of cocoon are you using? Also, which > servlet container are you running cocoon in? See mail-subject... Andreas - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Just started with Cocoon 2.0.4 on Tomcat 4.1.24

2003-06-26 Thread Geoff Howard
At 08:00 AM 6/26/2003, you wrote: Akhona Damane wrote: Hello I am stuck! I want to start with Publishing XML Documents in HTML and PDF, but I can't seem to find a way of working on my Cocoon. The tutorials command me to work on http://localhost:8080/cocoon/mount/ but I can't ope

Re: Can i invoke cocoon from within a swing application

2003-06-26 Thread Alexander Schatten
David Cypers wrote: Hi there, I need to generate PDF and Excel output from within a swing application. Is this possible with Cocoon, without deploying cocoon on a webserver? What I mean is that, can I package the cocoon libraries (and configuration files) with my swing application, and invoke

Can i invoke cocoon from within a swing application

2003-06-26 Thread David Cypers
Hi there, I need to generate PDF and Excel output from within a swing application. Is this possible with Cocoon, without deploying cocoon on a webserver? What I mean is that, can I package the cocoon libraries (and configuration files) with my swing application, and invoke it at the client

Re: Just started with Cocoon 2.0.4 on Tomcat 4.1.24

2003-06-26 Thread Alexander Schatten
Akhona Damane wrote: Hello I am stuck! I want to start with Publishing XML Documents in HTML and PDF, but I can't seem to find a way of working on my Cocoon. The tutorials command me to work on http://localhost:8080/cocoon/mount/ but I can't open up mount directory. to be hon

Re: cocoon interface for HSQLDB

2003-06-26 Thread Christian Haul
On 26.Jun.2003 -- 10:12 AM, Bruno PIERRE wrote: > Thanks, > > It was already in my favorites, but it is not clear. > i don't know how to list all the table, all the column of a table with their > type (in SQL). Most DBMS have special tables for the meta data. I don't know how hsqldb does it. Anyw

Just started with Cocoon 2.0.4 on Tomcat 4.1.24

2003-06-26 Thread Akhona Damane
Hello I am stuck! I want to start with Publishing XML Documents in HTML and PDF, but I can't seem to find a way of working on my Cocoon. The tutorials command me to work on http://localhost:8080/cocoon/mount/ but I can't open up mount directory. Please, help me asap Thank

Re: cocoon interface for HSQLDB

2003-06-26 Thread Bruno PIERRE
;[EMAIL PROTECTED]> Sent: Thursday, June 26, 2003 9:39 AM Subject: Re: cocoon interface for HSQLDB > On 25.Jun.2003 -- 11:58 PM, Bruno Pierre wrote: > > Hi everybody, > > > > I'm looking for a cocoon interface (mounted subsitemap) for managing a HSQLDB like phpmyadmin for mys

Re: cocoon interface for HSQLDB

2003-06-26 Thread Christian Haul
On 25.Jun.2003 -- 11:58 PM, Bruno Pierre wrote: > Hi everybody, > > I'm looking for a cocoon interface (mounted subsitemap) for managing a HSQLDB like > phpmyadmin for mysql. > > Has anyone heard about this? Do I have to do it by myself? None that I am aware of. >

Re: Suggestion for a Cocoon newbie

2003-06-25 Thread Joerg Heinicke
Hello Alberto, I hope my comments can be at least a bit of help: XSP is a similar approach to JSP. It's more about scripting and not real "SoC" or let's better say, it can be simply misused and so break the "SoC". The better approach seems to be an XForms framew

Re: Cocoon and Jbos3.0.6 configuration

2003-06-25 Thread Joerg Heinicke
Hello Lincoln, we deploy Cocoon 2.0.4 as it is (not as War, but uncompressed, setting a symlink named "cocoon.war" to our webapps/ROOT directory) in JBoss 3.0.6 + Tomcat 4.1.18. The symlink allows changes in Cocoon without redeploy. Joerg Mitchell, Lincoln L. wrote: I am trying to

Re: cocoon on Dynamo

2003-06-25 Thread Joerg Heinicke
No, but I guess it's more an issue with Dynamo than with Cocoon. So it would be better to ask on a Dynamo forum, wouldn't it? I'm not a J2EE expert, but we use JBoss and AFAIK we simply deploy (uncompressed, no WAR) Cocoon as it is. Joerg Barback, Lisa R wrote: I am trying to

cocoon interface for HSQLDB

2003-06-25 Thread Bruno Pierre
Hi everybody,   I'm looking for a cocoon interface (mounted subsitemap) for managing a HSQLDB like phpmyadmin for mysql.   Has anyone heard about this? Do I have to do it by myself? if i have to, does someone have a good reference for the SQL of HSQLDB because everything i found is r

cocoon on Dynamo

2003-06-25 Thread Barback, Lisa R
I am trying to Install Cocoon on Dynamo 5.1.1. I have created am EAR file from the Cocoon WAR file. I have also created a DAR file from the EAR file. When I start the dynamo server, the DAR file appears to load correctly. ->loadingApplication : Loading J2EE application from: D:\

Re: Cocoon and Jbos3.0.6 configuration

2003-06-25 Thread Ryan Hoegg
Hi, I got Cocoon 2.1 pre-M1 working on JBoss 3.0.7 with nothing like this kind of complication. You have to get accustomed to the new Cocoon build process (since we don't have a binary distribution anymore) but once its built I simply put my cocoon app into the cocoon WAR and drop

Cocoon and Jbos3.0.6 configuration

2003-06-25 Thread Mitchell, Lincoln L.
I am trying to get cocoon (any version) working with Jbos-3.0.6 and have tried following the instruction you mentioned on the apache site but to no avail as only Jboss 2 is mentioned. I also browsed the cocoon mailing list and it seems others have had this problem but I don't understan

cocoon protocol issue

2003-06-24 Thread Frank Taffelt
Hi, in my application i'm using the paginator transformer. This transformer gets its pagesheet rules from an external file. In my case the paginator pagesheet is addressed over the cocoon protocol: where the pagesheet is created based on data from the database: The Page

Re: Problem installing cocoon 2.0.4 on Tomcat 4.1.18

2003-06-24 Thread Gururaja H
Thanks for the information.   Upayavira <[EMAIL PROTECTED]> wrote: > What may be the cause of following ??> Opening database: C:\Program Files\Apache Group\Tomcat> 4.1\webapps\cocoon\WEB-INF\db\cocoondb HSQLDB server 1.7.1 is running> Use SHUTDOWN to close normally. Use [

Re: Problem installing cocoon 2.0.4 on Tomcat 4.1.18

2003-06-24 Thread Upayavira
> What may be the cause of following ?? > Opening database: C:\Program Files\Apache Group\Tomcat > 4.1\webapps\cocoon\WEB-INF\db\cocoondb HSQLDB server 1.7.1 is running > Use SHUTDOWN to close normally. Use [Ctrl]+[C] to abort abruptly That is the HSQL database starting up that i

Suggestion for a Cocoon newbie

2003-06-24 Thread Alberto Zanon
I have to construct an intranet at my company where employees will register their activity during the day. The site involves form validation, business logic, and the use of a database. Before becoming aware of Cocoon, I thought I would build the site this way: - a layer of java classes that interfac

Re: Problem installing cocoon 2.0.4 on Tomcat 4.1.18

2003-06-24 Thread Gururaja H
cat/4.1.18server.properties not found, using command line or default propertiesOpening database: C:\Program Files\Apache Group\Tomcat 4.1\webapps\cocoon\WEB-INF\db\cocoondbHSQLDB server 1.7.1 is runningUse SHUTDOWN to close normally. Use [Ctrl]+[C] to abort abruptlyTue Jun 24 19:04:40 IST 2003 Listening

Re: Problem installing cocoon 2.0.4 on Tomcat 4.1.18

2003-06-24 Thread Gururaja H
cat/4.1.18server.properties not found, using command line or default propertiesOpening database: C:\Program Files\Apache Group\Tomcat 4.1\webapps\cocoon\WEB-INF\db\cocoondbHSQLDB server 1.7.1 is runningUse SHUTDOWN to close normally. Use [Ctrl]+[C] to abort abruptlyTue Jun 24 19:04:40 IST 2003 Listening

Re: Problem installing cocoon 2.0.4 on Tomcat 4.1.18

2003-06-24 Thread Geoff Howard
At 09:39 AM 6/24/2003, you wrote: I am able to access localhost:8080/cocoon/ from my browser. Does that mean my install is working correctly ? Yes. What made you think you had a problem to begin with? Geoff - To unsubscribe

Re: Problem installing cocoon 2.0.4 on Tomcat 4.1.18

2003-06-24 Thread Austin Tashis
On Tuesday, June 24, 2003, at 09:39 AM, Gururaja H wrote:  I am able to access localhost:8080/cocoon/ from my browser.   Does that mean my install is working correctly ? It's certainly a good indication, but I wouldn't say it was working correctly without testing everything. Go t

Re: Problem installing cocoon 2.0.4 on Tomcat 4.1.18

2003-06-24 Thread Gururaja H
  I am able to access localhost:8080/cocoon/ from my browser.   Does that mean my install is working correctly ? David Crossley <[EMAIL PROTECTED]> wrote: Gururaja H wrote:>> I am having problem installing cocoon 2.0.4 on Tomcat 4.1.18> on Windows 2000(on Sun J2SDK 1.3.1_08. I have

Problem installing cocoon 2.0.4 on Tomcat 4.1.18

2003-06-23 Thread Gururaja H
Hi,   I am having problem installing cocoon 2.0.4 on Tomcat 4.1.18 on Windows 2000(on Sun J2SDK 1.3.1_08.  I have down loaded the prebuilt binaries and copied the cocoon.war to %CATALINA%\webapps directory. When I start the Tomcat I get the following message: C:\Program Files\Apache Group\Tomcat

Re: Cocoon Build : deprecated block necessary ?

2003-06-23 Thread Olivier Billard
Ok thanks Geoff I'll let you know if I get into a clean patch. Thanks again ! Geoff Howard wrote: Well, I think that compiling and running the tests is not optional because if something is failing a unit test, you'd want to know. However, the present problem is not a real problem but a fake one

Re: Cocoon Build : deprecated block necessary ?

2003-06-23 Thread Geoff Howard
Well, I think that compiling and running the tests is not optional because if something is failing a unit test, you'd want to know. However, the present problem is not a real problem but a fake one! My understanding is that it's just a problem of the real package having moved without its tests. I

Re: Cocoon Build : deprecated block necessary ?

2003-06-23 Thread Olivier Billard
Thanks for your answer Geoff ! By "squeeze", I thought "brutaly delete the compile-tests depends clause in the compile targer", to avoid the problem. As I didn't get deep into this tests, I don't know what could depend on this. But why is "compile-tests" not optional, as "compile-deprecated" ? N

Re: Cocoon Build : deprecated block necessary ?

2003-06-23 Thread Geoff Howard
Not sure what you mean by squeeze the depends clause, but the root problem needs to get fixed. It either means removing the tests for deprecated items, or modifying the build to exclude deprecated tests when deprecated is excluded (which means creating a deprecated test directory somewhere and mov

Cocoon Build : deprecated block necessary ?

2003-06-23 Thread Olivier Billard
Hi all, I'm trying to build a mini-clean webapp, but the "compile-tests" target seems to depend on deprecated stuffs, as said in the comment of the build file. What is the cleanest solution ? Is this target necessary to build the webapp, or not ? Can I squeeze the depends clause of "compile" ta

Re: web services with cocoon

2003-06-23 Thread Luca Morandini
shankar wrote: Hi, I need to call web services using cocoon? how to do this? Any links/examples, pls mail me. Shankar check Cocoon 2.1, it has some nice samples about it. At any rate, take a look at the soap logicsheet (it works in 2.0.x as well). Regards

ThreadLocal with cocoon?

2003-06-23 Thread Alexandre Victoor
for a given request treatment. But I don't know if it would be true on a production environment or with another sitemap implementation... Is there any docs about multi-threading in cocoon? Thanks for your help Alex - To unsu

web services with cocoon

2003-06-23 Thread shankar
Hi, I need to call web services using cocoon? how to do this? Any links/examples, pls mail me. Shankar - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Cocoon & JBoss examples

2003-06-20 Thread Denis Svishchev
В сообщении от Пятница 20 Июнь 2003 20:20 Andreas Kühne написал(a): Andreas! I'm trying to use JBoss 4.0 with Cocoon 2.0.4. My question is how can I configure standart EJB (if it's exist) for working with Oracle and which way can I use it from XSP .

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 Tsui, Alban
Title: RE: Cocoon in BEA Weblogic 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 problem. The default

Re: Cocoon & JBoss examples

2003-06-20 Thread Andreas=20K=FChne
Hi Denis ! > Does anybody know where can I find some examples about using EJB components > under JBoss from Cocoon XSP? Where is your problem ? You got all everything to call a EJB, because your just in Java Code ... get a JNDI context, find a home interface and call th

Re: Cocoon in BEA Weblogic

2003-06-20 Thread Ralph Goers
also performance problems! We are desparate and we don't know how to solve this problem! I'm greatful for any ehlp or hints! Thanks Uwe [EMAIL PROTECTED] schrieb: > Does anyone have experience with running Cocoon in Weblogic? We are seeing > terrible performance just accessing

RE: wiki.cocoondev.org - is cocoon based?

2003-06-20 Thread Mato Mira, Fernando
> From: Bertrand Delacretaz [mailto:[EMAIL PROTECTED] > > > i need something like this for documentation in our intranet > > i want people here to be able to add update ar delete something > > JSPWiki is IMO one of the best wiki implementations around. > I think TWiki (http://twiki.org/) still bea

[OT] TWiki (was: wiki.cocoondev.org - is cocoon based?)

2003-06-20 Thread Bertrand Delacretaz
...Access control: Define groups and impose fine grained read and write access restrictions based on groups and users Can be very helpful in making Wikis accepted by reluctant people, even though you'd probably turn it off after a few weeks of use ;-) ...seem to be ones missing from JSPWiki b

Re: wiki.cocoondev.org - is cocoon based?

2003-06-20 Thread Derek Hohls
Bertrand You're right about TWiki - I originally picked JSPWiki in the hope that (in the long-term at least) it could be perhaps linked into Cocoon somehow ... perhaps generating XML from the structured text? I also was not very attracted by the cgi-bin/perl technology used in TWiki. Bro

Re: wiki.cocoondev.org - is cocoon based?

2003-06-20 Thread Bertrand Delacretaz
1. is it powered (served) by cocoon or not no, it is JSPWiki from http://www.jspwiki.org/ 2. is it open source ? yes i need something like this for documentation in our intranet i want people here to be able to add update ar delete something JSPWiki is IMO one of the best wiki implementations

Re: need help on cocoon and XSP

2003-06-20 Thread ntic
if (i<(longueur-1)) { chaine=chaine+" OR "; } }; and i think that the second error depends on the first... i don't know why there is an illegal start of type on line 272... If someone see... thancks Alex leo leonid a écrit : Did you already look at the generat

Re: need help on cocoon and XSP

2003-06-20 Thread Alex Keledjian
;(longueur-1)) { chaine=chaine+" OR "; } }; and i think that the second error depends on the first... i don't know why there is an illegal start of type on line 272... If someone see... thancks Alex leo leonid a écrit : Did you already look at the generated java source?

RE: wiki.cocoondev.org - is cocoon based?

2003-06-20 Thread Reinhard Pötz
http://wiki.cocoondev.org/Wiki.jsp?page=SystemInfo Reinhard > -Original Message- > From: Stavros Kounis [mailto:[EMAIL PROTECTED] > Sent: Friday, June 20, 2003 11:41 AM > To: [EMAIL PROTECTED] > Subject: wiki.cocoondev.org - is cocoon based? > > > > hi pe

call webservices using cocoon

2003-06-20 Thread shankar
Hi, How to call webservices from cocoon? Any examples / links appreciated, Thanks in Advance, shankar - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: wiki.cocoondev.org - is cocoon based?

2003-06-20 Thread Christopher Watson
> -Original Message- > From: Stavros Kounis [mailto:[EMAIL PROTECTED] > Sent: 20 June 2003 10:41 > To: [EMAIL PROTECTED] > Subject: wiki.cocoondev.org - is cocoon based? > > > > hi people > > i have 2 question about wiki in cocoondev > > 1. i

wiki.cocoondev.org - is cocoon based?

2003-06-20 Thread Stavros Kounis
hi people i have 2 question about wiki in cocoondev 1. is it powered (served) by cocoon or not 2. is it open source ? i need something like this for documentation in our intranet i want people here to be able to add update ar delete something thnx stavros

Re: Cocoon in BEA Weblogic

2003-06-20 Thread Uwe Gerger
nutes! As I see with 8.1 there are also performance problems! We are desparate and we don't know how to solve this problem! I'm greatful for any ehlp or hints! Thanks Uwe [EMAIL PROTECTED] schrieb: > Does anyone have experience with running Cocoon in Weblogic? We are

Re: need help on cocoon and XSP

2003-06-20 Thread leo leonid
Did you already look at the generated java source? ([work-dir]/cocoon-files/org/apache/www/[projek-dirs]/ comp_rech_xsp.java) /leo On Freitag, Juni 20, 2003, at 12:14 Uhr, ntic wrote: Hello, I have some little trouble with this XSP script : The aims of this one is to get some POST

need help on cocoon and XSP

2003-06-20 Thread ntic
Hello, I have some little trouble with this XSP script : The aims of this one is to get some POST variables, to build a query, compute it and show the result with XSLT stylesheet. I use cocoon 2.0.4 j2sdk1.4.1_02 But cocoon says that to me : org.apache.cocoon.ProcessingException: Language

Cocoon & JBoss examples

2003-06-19 Thread Denis Svishchev
Hi! Does anybody know where can I find some examples about using EJB components under JBoss from Cocoon XSP? Thanx. -- Best regards, Denis Svishchev ZAO "Mobicom-Kavkaz" - To unsubscribe, e-ma

trouble with xsp on cocoon

2003-06-19 Thread Alex Keledjian
Hello, I have some little trouble with this XSP script : The aims of this one is to get some POST variables, to build a query, compute it and show the result with XSLT stylesheet. I use cocoon 2.0.4 j2sdk1.4.1_02 But cocoon says that to me : org.apache.cocoon.ProcessingException: Language

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: Cocoon for CD-Rom based applications?

2003-06-18 Thread Ramsey, Alan
Title: RE: Cocoon for CD-Rom based applications? Unfortunately for my purposes, I really don't think using Linux, even running from a CD, would "fly" with the Banks.  Also, they probably would not like software that requires a reboot, as many of these programs are more "

RE: Cocoon for CD-Rom based applications?

2003-06-18 Thread Ramsey, Alan
Title: RE: Cocoon for CD-Rom based applications? Hi Stavros, Thanks for your response, >> I used JDK, Jetty and Cocoon some time ago on CD. Works perfectly. You can also use >> HypersonicSQL as SQL-DB, it has a read-only mode. >> I haven't looked at HypersonicSQL -

RE: Cocoon for CD-Rom based applications?

2003-06-18 Thread Ramsey, Alan
Title: RE: Cocoon for CD-Rom based applications? Bertand wrote: >> Actually you don't need to "install" anything (in the sense of messing >> with Registry settings under Windows for example) to run Cocoon, simply >> copying the directories that contai

Fw: Cocoon and other servlets?

2003-06-18 Thread Andreas Kuckartz
Wrong list. Send such mails to cocoon-users and/or cocoon-dev. Cocoon 1.7.4 is obsolete. Andreas - Original Message - From: "Samuel Kock" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 18, 2003 1:04 PM Subject: Cocoon and other servlets? >

RE: Cocoon 2.1 migration problem with sub-sitemap

2003-06-18 Thread Nathaniel Alfred
Did you add to the section in the root sitemap? > -Original Message- > From: Peter Klotz [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 18. Juni 2003 11:48 > To: [EMAIL PROTECTED] > Subject: Cocoon 2.1 migration problem with sub-sitemap > > > Hi, > > I ha

Cocoon 2.1 migration problem with sub-sitemap

2003-06-18 Thread Peter Klotz
Hi, I have migrated a sub-sitemap from Cocoon 2.0.4 to 2.1m3. With 2.0.4 everything worked fine, now with 2.1 I only get empty pages. The reason seems to be that the sub-sitemap in cocoon/sims is never really called. Whenever I call a URL with sims/something I get empty page with NO errors

Re: Cocoon for CD-Rom based applications?

2003-06-18 Thread Alexander Schatten
Derek Hohls wrote: All in all, the ideal would be a CD that does not require rebooting into a "foreign" O/S. yes, I see that point, but besides the other facts mentioned, what is appealing to me is that fact, that you could create an "company internal learning server" extremly easily with th

Re: Cocoon for CD-Rom based applications?

2003-06-18 Thread Derek Hohls
Also, the Knoppix download is for an 'iso' image of the CD - as you say, "someone" will have to modify the distribution, so that tomcat, cocoon and your app is included and autostarted. The other downside is, I guess, that the users then no longer have access to their regular ap

Re: Cocoon for CD-Rom based applications?

2003-06-18 Thread Alexander Schatten
for the cocoon application also to other clients in the company and eventually solve the problem that way. so the system admins could easily offer one machine as "knoppix/Cocoon" server, as there are *no* modifications on the system required except one reb

AW: Cocoon for CD-Rom based applications?

2003-06-18 Thread JÃrn Heid
I used JDK, Jetty and Cocoon some time ago on CD. Works perfectly. You can also use HypersonicSQL as SQL-DB, it has a read-only mode. The problem is the performance. As Java uses a lot of small files the startup takes a while and the cd-rom works permanently. I think the best way is to say the

Re: Cocoon for CD-Rom based applications?

2003-06-18 Thread Alexander Schatten
tomcat, cocoon and your app is included and autostarted! (3) boot from this CD/DVD and thats it: no installation required, no harddisk space. advantages: -- you could access the complete linux environment including things like mySQL databases -- no manipulation on the user system required -- you

Re: Cocoon for CD-Rom based applications?

2003-06-18 Thread Stavros Kounis
ossible.? > > Installing a JVM is probably reasonable, and > > since Cocoon seems pretty "tightly packaged" installing it doesn't > > seem too extensive either... > > Actually you don't need to "install" anything (in the sense of messing

Re: Cocoon for CD-Rom based applications?

2003-06-18 Thread Bertrand Delacretaz
e the person who will do it... "I'm pretty sure this works" is what I can say from my experience, I've done similar things which worked, but not with Cocoon yet. I don't need this feature now, so I'm not going to test it myself (unless I had *copious free time* or I

  1   2   3   4   5   6   7   8   9   10   >