[ANNOUNCE] Cocoon Training Classes in July, August

2003-07-01 Thread Lajos
, published by SAMS last December. Regards, Lajos 800.711.4901 galatea.com -- Lajos Moczar Open Source Support, Consulting and Training Cocoon Developer's Handbook

Re: Setting up cocoon at site root

2003-06-27 Thread Lajos
Hi Justin - Easy. Make the path for the cocoon Context in server.xml and remove/comment out the ROOT Context. 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, Lajos Justin Makeig wrote

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, Lajos Justin Makeig wrote: Lajos, Thanks

[ANN] Getting Started with Cocoon Course

2003-06-03 Thread Lajos
teach participants the basics of building Cocoon applications and work through a series labs that provide hands-on experience with key Cocoon concepts. To find out more, please visit http://www.galatea.com/training or contact me directly. Regards, Lajos, Galatea IS Inc. 800.711.4901 [EMAIL

Re: Cocoon usage

2003-06-03 Thread Lajos
called Az, and have support packages available. The production release of Az 2.0, coindicentally, is next Monday. If you are interested, please contact me directly. Regards, Lajos Galatea IS 800.711.4901 [EMAIL PROTECTED] Ralph Goers wrote: I am proposing that Cocoon be used in the project I am

[ANN] New Cocoon Training Dates

2003-03-21 Thread Lajos
in each class and so far have 3 in each. I will most likely be giving a summer course as well, so let me know if you are interested. Regards, Lajos [EMAIL PROTECTED] 800.711.4901 Lajos Moczar Open Source Support, Consulting

Re: how can i get static files REALLY been processed by apache ???

2003-02-13 Thread Lajos
, under Apache's DocumentRoot I have /images, /styles, /scripts, etc., etc. Regards, Lajos SAXESS - Hussayn Dabbous wrote: hy, thats a very pragmatic idea. i like such approaches. but, hmm... wouldn't this need lots of static links in your pages ??? i mean, you really must point to the myapp

Re: how can i get static files REALLY been processed by apache ???

2003-02-13 Thread Lajos
I suggest above: all my gif, jpg, css and js references start from the root so never get to Cocoon. Regards, Lajos SAXESS - Hussayn Dabbous wrote: Hey, Lajos; i see we are all very creative people ;-) Another cool idea how to get around the problem. The one thing i am *really* uncomfortable

Re: Passing parameters to an XSP

2003-01-30 Thread Lajos
Mark - Yup, you do. I use something like: xsp:logic String myparam = ; try { myparam = parameters.getParameter(myparam); } catch (Exception e) { } /xsp:logic Make sure it comes AFTER the root user tag in your XSP. Regards, Lajos Mark H wrote: I'm trying to pass parameters

Re: WARP, Jserv or mod_jk?

2003-01-29 Thread Lajos
Apache 2.x with Tomcat 4.x using Jk. Regards, Lajos Richard Cunliffe wrote: Hi, I?m upgrading! Can anyone suggest the best way to connect Apache 2.0.42 and Tomcat 4.0.6. I will be using Cocoon 2.0.4. I have read that the WARP connecter is the best, but I used Jserv on my older version

Re: build.xml

2003-01-29 Thread Lajos
Hi Richard - Just catching up - I was up in Denver all day today. You need Ant 1.5.1 - I think that's the problem. IIRC, isset is not in 1.4. Regards, Lajos Richard Cunliffe wrote: Me again, Fixed the does not exist problem but I'm now getting the following error: BUILD FAILED C

Re: Cocoon is complex, but worth it! Some Answers to your dilemma

2003-01-25 Thread Lajos
end up capturing the minds and hearts of web publishers, that is fine too. Regards, Lajos -- Lajos Moczar Open Source Support, Consulting and Training Cocoon

Re: Thanks for the book!

2003-01-25 Thread Lajos
Thanks Antonio! We appreciate the comments and look forward to reading your review. Regards, Lajos Antonio Gallardo wrote: Hi Lajos! I just write you because I got your book on Jan, 20th and is the best of the three about Cocoon 2. Thanks again to you and Jeremy. You are really good writers

Re: Dynamic query in xsp:logic and esql:query

2003-01-05 Thread Lajos Moczar
Yves - Why not build your select statement as a string variable inside an xsp:logic block after the root user tag, and then reference it thusly: esql:query xsp:exprmyQuery/xsp:expr /esql:query I do this all the time and it works perfectly. Regards, Lajos -- galatea.com Cocoon training

Re: Request: XSP for quering Google Web API

2003-01-05 Thread Lajos Moczar
Attached is one from my and Jeremy's book. Lajos Lenya L. Khachaturov wrote: Hello, I've discovered that there exists an XSP for quering Google Web API. It was posted to this list by Ugo Cei at 04.19.2002. Could someone please send it to me? Or maybe there exist more advanced variants

Re: Dynamic query in xsp:logic and esql:query (partly solved)

2003-01-05 Thread Lajos Moczar
!-- other tags, as appropriate -- esql:connection esql:poolpierrefabre/esql:pool esql:execute-query esql:queryxsp:exprmyQuery/xsp:expr/esql:query !-- rest of esql tags go here -- /esql:execute-query /esql:connection /html Lajos Yves Vindevogel wrote: Hi, I had tried

Re: Orion 1.5.3 and cocoon2.1 - help complete deployment

2003-01-05 Thread Lajos Moczar
Don't know if you've checked this out already, but Steve Punte has Cocoon-Orion integration instructions at http://www.candlelightsoftware.com/orion-cocoon.html. Regards, Lajos e nio wrote: I tried deploying cocoon2.1 which I have recently downloaded and compiled, it deploys fine on Tomcat

Re: Confused About Realms

2003-01-03 Thread Lajos Moczar
Jeff - You'll need to change the DTD for Cocoon's web.xml to version 2.3, thusly: !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN http://java.sun.com/dtd/web-app_2_3.dtd; Cheers, Lajos -- galatea.com Cocoon training, consulting support Book: Cocoon

Re: newbie trying samples from: Cocoon: Building XML Apps...

2002-12-21 Thread Lajos Moczar
2.0.4 yourself, be sure in include the scratchpad libs. Regards, Lajos Ray Tayek wrote: hi, newbie here trying to run the samples from the above book on linux. dropped the war in to tomcat 4.0.1. with jdk1.4.1 and things went downhill fast. finaly gave up and installed 1.3.1_03 and the tomcat off

Re: How to install Cocoon with Apache?

2002-12-20 Thread Lajos Moczar
Hi Soren - You can download a bundle called Az from http://www.galatea.com/az. It currently uses 2.0.3, but I'll be upgrading to 2.0.4 this weekend. It is available on Linux and Windows. Cheers, Lajos Sorin Marti wrote: Hi All, I'd like to set up Cocoon with apache. I did it with Tomcat

Re: Security and authentication

2002-12-16 Thread Lajos Moczar
If you really didn't want to do it via web.xml, which I would recommend, you probably could have a pipeline for the resource that did a map:redirect and took your user to a fully-qualified secure URL. Lajos Miles Elam wrote: Is there a way to specify that a Cocoon resource only be accessed

Re: starting cocoon with windows 2000

2002-11-27 Thread Lajos Moczar
You should use 2.0.3 instead - it is the easiest version to install so far. Personally, I'd go with JDK 1.3.1, however, 'cause you'll have to recompile some jars for JDK 1.4. Lajos Ferran Urgell wrote: Hello! I'm new in the cocoon, and I'm using windows 2000, I would to install cocoon

Re: Cocoon Cobundle ? Please!

2002-11-22 Thread Lajos Moczar
You can find my own integrated back of Apache, Tomcat and Cocoon at http://www.galatea.com/az. When 2.1 hits production, I'll have that version available as well. Regards, Lajos Christian Kissner wrote: Hi, this is a plea, from an experienced developer, to bundle working versions of cocoon

Re: Cocoon Cobundle ? Please!

2002-11-22 Thread Lajos Moczar
You mean a patched cocoon-2.0.3.jar? Sure, I can do that. The only actual change was to org.apache.cocoon.components.ExtendedComponentSelector.java in order to enable sub-sitemap inheritance of component definitions when using the interpreted sitemap. Lajos Murray Cumming wrote: On Fri

Re: Does cocoon support name based virtual hosting?

2002-11-07 Thread Lajos Moczar
Sure, O Great One. Use the WildcardHostMatcher. Lajos GreatOne wrote: Does cocoon support name based virtual hosting? - Please check that your question has not already been answered in the FAQ before posting. http

Re: Latest Cocoon 2.1-dev scratchpad appears to depend on j2sdk 1.4.x

2002-11-04 Thread Lajos Moczar
I just changed the relevant line to: fos = new FileOutputStream(file.getCanonicalPath(), append); Regards, Lajos Mark Eggers wrote: While trying to compile the lastest CVS version of cocoon, I ran into an issue with the scratchpad libraries: In part, from the file

Re: Fatal error - how to test database connection?

2002-10-29 Thread Lajos Moczar
Derek - Did you declare the MySQL jar in web.xml thusly? init-param param-nameload-class/param-name param-value org.gjt.mm.mysql.Driver /param-value /init-param And put the jar where Cocoon will find it? Regards, Lajos Derek Hohls wrote: I get the following

Re: cocoon- vs. tomcat-authentication ???

2002-10-26 Thread Lajos Moczar
with Cocoon will fit some projects better. Regards, Lajos SAXESS - Hussayn Dabbous wrote: Hy, while browsing through the cocoon docs, i realised, that cocoon offers an authentication mechanism on it's own. Since i'm developing webapplications using tomcat i naturally use the authentication Realms

Re: Cocoon 2.0.3 installation with Tomcat 4.0.1

2002-10-25 Thread Lajos Moczar
Chris - Tomcat will automatically unpack the war file - you don't need to do so yourself. Also, I recommend you use a new version of Tomcat - like 4.0.5 or 4.1.12. These are preferred over 4.0.1. Lajos Chris Bovasso wrote: I have an install of Tomcat 4.0.1 and I downloaded the .gz file

Re: Sample Cocoon App

2002-10-18 Thread Lajos Moczar
is not yet on the Amazon listing :-( Lajos Dave Bettin wrote: I am looking for a complex sample cocoon app. The app should take advantage of most cocoon features. Is anyone aware of such an app? Thanks, Dave __ Do you Yahoo!? Faith Hill - Exclusive

Re: So close .. I think?

2002-10-11 Thread Lajos Moczar
=domain/ check-reload=yes/ /map:match Cheers, Lajos Marc G. Fournier wrote: Okay, as suggested, I replaced mod_webapp with mod_jk2, and if I go to http://domain now, it comes up with an error to the effect of: Cocoon 2 - Resource not found In my httpd.conf file, I have

Re: CVS of C2.0.4-dev

2002-10-10 Thread Lajos Moczar
Olivier - Use cocoon_2_0_3_branch. Lajos ROSSEL Olivier wrote: I need C2.0.4-dev. I am currently getting the CVS of HEAD. I wonder if HEAD is either C2.0.4-dev? or C2.1-dev? If HEAD is not C2.0.4-dev, what are the instructions to get it? Note: may be this point should be clearly

Re: sub-sitemaps with mod_webapp ...

2002-10-10 Thread Lajos Moczar
, Lajos -- galatea.com Cocoon training, consulting support Marc G. Fournier wrote: I have a client that we've got setup using Jakarta-Tomcat 4.x and Cocoon 2.x ... we have mod_webapp setup so that when you go to http://domain, it connects to the warp Connector through to /cocoon/domain, in which

Re: local site setup

2002-10-09 Thread Lajos Moczar
. That is, unless there are changes to those files in CVS. It is also a good idea to do your own work in a subdirectory of the main cocoon installation and have your own sub-sitemap. That way, all your stuff won't get stomped on if you happen to update the main sitemap. Good luck, Lajos Peter

Re: SPAM: Cocoon 2 Developers Wanted...

2002-10-03 Thread Lajos Moczar
Whoops - sorry about the spam. I guess you have to do that at least once in your career ;) Lajos - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon

Re: Cocoon 2 Developers Wanted...

2002-10-02 Thread Lajos Moczar
Hi Ernst - I am not based in the area you are looking for, but I have extensive experience with Cocoon and am just wrapping up a book on it. My CV is attached. I do outsource as well as remote work. Please let me know if I can be of assistance. Regards, Lajos Moczar -- galatea.com Cocoon

Re: Cocoon 2.0.3 Tomcat 4.1.10 sub sitemap problem - failed sitemap 'inheritance' - anyone seen this and have any ideas?

2002-09-30 Thread Lajos Moczar
this.parentSelector != null ) { exists = this.parentSelector.hasComponent( hint ); } return exists; } Lajos Vadim Gritsenko wrote: Christopher Watson wrote: Hello I'm having problems with a sub-sitemap I'm on 2.0.3 release. It works on tomcat 4.0.1 and 4.0.4 but doesn't

Re: Is it a good idea to avoid the use of xsp ?

2002-09-12 Thread Lajos Moczar
cleanly and in a way that can easily be maintained later on. Regards, Lajos -- galatea.com Cocoon training, consulting support Gernot Koller wrote: Hi! First, thanks for your very quick replies to my last question! After quite some time discussing and evaluating we made a decision

Re: JSP Server Page

2002-09-10 Thread Lajos Moczar
Again, that's because you are using 2.0.2. JSPGenerator JSPReader are BROKEN in 2.0.2. Upgrade to 2.0.3 or search the mail archives for the patches I posted for these files in 2.0.2 Lajos Sushil Bhattarai wrote: Hi Like you suggested I put jasper-compiler.jar in WEB-INF/lib. The source

How do SOAP services work in 2.1?

2002-09-09 Thread Lajos Moczar
does Cocoon know to encapsulate the response in SOAP? I've searched the source code and can't see where the logic is. Any clues appreciated. Regards, Lajos -- galatea.com Cocoon training, consulting support - Please check

Re: JSP Server Page

2002-09-09 Thread Lajos Moczar
Sushil - You need to patch JSPGenerator and/or JSPReader in 2.0.2 in order to make it work. Or, much easier, upgrade to 2.0.3 Regards, Lajos galatea.com Cocoon training, consulting support Sushil Bhattarai wrote: Hi I have been unable to run the JSP demo that comes with Cocoon2.0.2. I

Re: [Q] Form posting sitemap pattern...

2002-09-04 Thread Lajos Moczar
have to make sure you not only display validation errors to the user, but repopulate valid fields with the data the user already entered. Regards, Lajos galatea.com Cocoon training, consulting support Per Kreipke wrote: I can't quite figure out what the right way is to use actions to handle

Re: could not add record/mysql

2002-09-02 Thread Lajos Moczar
for the cocoon webapp, and then restart it. Regards, Lajos Wolfgang Weigel wrote: hi! i tried to change the example from http://localhost:8080/cocoon/tutorial/home.html by using a mysql-database. everything works fine if using the name personnel for the database-connection

Xms, Xmx, freememory and heapsize

2002-08-19 Thread Lajos Moczar
memory. But in some subsequent posts, I've seen it stated several times that -Xmx and heapsize should be the same. My question is whether anything changed in the 2.0.3 StoreJanitor implementation that makes Peter's suggestions irrelevant, or are they still valid? Thanks. Lajos -- galatea.com

Re: clearing all caches

2002-08-19 Thread Lajos Moczar
Delete Tomcat's work directory for your webapp ($CATALINA_HOME/work/Standalone/localhost ...) Lajos Vaskin Kissoyan wrote: I'm sometime seeing changes and sometimes not, how do I make sure everything is be reflected properly? Is there a way to clear Cocoon's cache directly, as I'm

Cocoon 2.1 - empty pages?

2002-07-29 Thread Lajos Moczar
to close stream. java.io.IOException: The stream has been closed Happens with IE and Netscape. Thanks. Lajos -- galatea.com Cocoon training, consulting support - Please check that your question has not already been answered

Re: Java packages

2002-07-16 Thread Lajos Moczar
, Lajos galatea.com Cocoon training, consulting support Robert Bourdeau wrote: It's not that these solutions won't work, but they feel awkward and seem a little like hacks. I work in a shop where we have multiple virtual hosts running on a single server configuration, and within each virtual host

Debugging buggy XSL code

2002-07-16 Thread Lajos Moczar
and add them to Cocoon error page? It would certainly help me - the Transform error: null pointer exception doesn't mean very much. If someone has an idea of where the change needs to be made, unless it has already been done, I'll gladly look into doing it. Regards, Lajos -- galatea.com

[SUMMARY] JspReader/JspGenerator in 2.0.2

2002-07-10 Thread Lajos Moczar
component should be something like: src=/abc/jsps/hello.jsp Cheers, Lajos -- galatea.com Cocoon training, consulting support - Please check that your question has not already been answered in the FAQ before posting

Getting parameters to SQLTransformer

2002-06-24 Thread Lajos Moczar
ask just the same ... I'm on 2.0.2. Regards, Lajos -- galatea.com Cocoon training, consulting support - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org

Re: Getting parameters to SQLTransformer

2002-06-24 Thread Lajos Moczar
. I have gone the XSL route before, and I guess that is what I'll stick with now. Thanks, Lajos Luca Morandini wrote: Lajos, the substitution in SQL Transformer uses parameters defined in the sitemap, which don't fit your bill I presume... ...but, being it a transformer, you can feed

Re: Lucene and cocoon-view

2002-06-20 Thread Lajos Moczar
. If not, Lucene will ignore it. Of course, http://localhost:8080/cocoon/myapps has to be a real URI. Regards, Lajos galatea.com Cocoon training, consulting support Maha Al-Yahya wrote: Hi Lajos, Good for you, but unfourtunately I'm still having a problem running the search on my webapp. I use

Re: URL rewriting solution in FAQ does not do the trick

2002-06-18 Thread Lajos Moczar
Why not do this in $CATALINA_HOME/conf/server.xml: Context path= docBase=cocoon debug=0 reloadable=true/ Regards, Lajos Robert Bourdeau wrote: This is more of an Apache question than a Cocoon question, but hopefully someone will know what I'm doing wrong here. Setup: SPARC Solaris

Re: URL rewriting solution in FAQ does not do the trick

2002-06-18 Thread Lajos Moczar
docs, etc.). At least I find them sperfluous, as do many of my clients. Hence, I typically strip off all included webapps, and make cocoon the ROOT context. Regards, Lajos Luca Morandini wrote: Lajos, OTOH, the adding of this context will make the Tomcat doc and Tomcat home page

Logging problem with actions subsitemaps?

2002-06-09 Thread Lajos Moczar
a login doesn't work, but I can't find ANYTHING in the logs from the DatabaseAuthenticatorAction. I haven't fiddled with any logging setttings. Am I missing something simple? TIA, Lajos Cocoon training, consulting support galatea.com

Re: Logging and Form Validation

2002-06-07 Thread Lajos Moczar
it. Lajos galatea.com Cocoon training, consulting support [EMAIL PROTECTED] wrote: So how would I accomplish this with Cocoon. Could I just create a component for doing that validation and treat it as a self contained pipe? -Adam

Re: Logging and Form Validation

2002-06-07 Thread Lajos Moczar
Sorry, read logicsheet instead of action. Don't know where my mind has gone ... Lajos Lajos Moczar wrote: There is already an action included in Cocoon that does validation. What's nice is that you define the validation parameters in a definition files and the action takes care

Re: Logging and Form Validation

2002-06-07 Thread Lajos Moczar
To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Lajos Cocoon training, consulting support galatea.com - Please check that your question has not already been answered in the FAQ

Re: Logging and Form Validation

2002-06-07 Thread Lajos Moczar
. But for complex operations, like Adam's example, I'll stick with Cocoon and have the client upgrade their servers, if need be. Lajos galatea.com Andrew Savory wrote: Hi, On Fri, 7 Jun 2002, Luca Morandini wrote: wait: how many users out there are without JavaScript support

Re: How is it possible to remove 'files' from a war file?

2002-05-31 Thread Lajos Moczar
mkdir temporarydirectory cd temporarydirectory jar xvf $PATH_TO/cocoon.war rm WEB-INF/lib/xalan-XXX.jar etc. jar cvf cocoon.war * Lajos galatea.com Ian Tindale wrote: I'm following the procedure for installing Cocoon 2.0.2 with Tomcat 4.0.3 with j2sdk1.4.0 and in the instructions

Re: hsqldb - how do I get rid of this error message (and turn off hsqldb)

2002-05-29 Thread Lajos Moczar
Comment out the hsqldb stuff in cocoon.xconf, unless you really need it. Lajos daniel robinson wrote: List, Is there some comprehensive DB configure doc for C2? I've looked throught the listserv but its very piecemeal (sp?). I keep getting this error from tomcat: Loading catalog

Re: hsqldb - how do I get rid of this error message (and turn off hsqldb)

2002-05-29 Thread Lajos Moczar
I don't know PostgreSQL, but you might try putting the jar file in cocoon/WEB-INF/lib. I have found cases where cocoon doesn't have access to the jars in $CATALINA_HOME/common/lib, even though it is supposed to. If that doesn't fix the problem, you'll have to post the error message. Lajos

(Re)announcement: Cocoon training in June

2002-05-28 Thread Lajos Moczar
/cocoon or call me at 800.711.4901. Regards, Lajos galatea.com - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faqs.html To unsubscribe, e-mail: [EMAIL

Removing batik from Cocoon 2.0.2 build

2002-05-27 Thread Lajos Moczar
application, but I do need FOP. If FOP indeed needs batik, then it looks like I'm stuck with xvfb, Java 1.4 or the eteks.com version of awt. Thanks in advance. Lajos galatea.com - Please check that your question has not already been

Re: Cocoon book reviewers wanted

2002-05-22 Thread Lajos Moczar
For GPL/LGPL, see http://www.gnu.org/copyleft/ Regards, Lajos galatea.com Bert Van Kets wrote: Ah, I definitely need to brush up my understanding of the license agreements. Darn, I hate those legal texts. Does anybody know a good site where all the different license agreements

Re: Jboss and Tomcat

2002-05-20 Thread Lajos Moczar
with Cocoon, Tomcat 4.0.1 is the easiest servlet engine to start with. Regards, Lajos galatea.com Jorge Bello wrote: May be this is a stupid question. Sorry any way, I'm a beginner. Could someone shed some light about the differences between Jboss and Tomcat. What is every one for ? TIA

Re: iPlanet + Cocoon: did anybody try?

2002-05-15 Thread Lajos Moczar
I did, but something (I presume in Cocoon) kept unexpectedly bringing down iPlanet. I ended up switching back to Tomcat. Regards, Lajos Argyn Kuketayev wrote: I must test my reporting module written with Cocoon on jBoss/Tomcat, iPlanet, IBM WAS, BEA WLS. My main concern is iPlanet

Re: Cocoon 1.8.2 and Tomcat 3.2.1

2002-05-03 Thread Lajos Moczar
Hi Joshua: http://www.galatea.com/flashguides/apache-tomcat-cocoon-win32.xml should help you. Regards, Lajos Joshua Miller wrote: I'm trying to get Cocoon 1.8.2 up and running with Tomcat 3.2.1 on a Windows XP machine. I'm new to Cocoon and I can't seem to get things running

Re: MySQL

2002-04-26 Thread Lajos Moczar
Istvan - http://www.galatea.com/flashguides/cocoon-tips-2.xml on my site has a section about MySQL and Cocoon. Don't try with JDK 1.4, though. People have recently reported problems with the connections under that JDK. Tisztelettel, Lajos galatea.com Istvan Beszteri wrote: Hi All

Livesites

2002-04-25 Thread Lajos Moczar
Reminder that http://www.galatea.com is happily powered by Cocoon 2.0.2 Thanks. Lajos - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faqs.html

Re: Memory leaks(?)

2002-04-25 Thread Lajos Moczar
Regards, Lajos galatea.com Rogier Peters wrote: Hi, We've been running cocoon for some time now, and we really like it, but we keep having problems with memory usage. We're running on a dual pII-700 with 1Gb memory and windows 2000 server. I just upgraded from jdk1.3.1_01 to 1.3.1_03

Re: pdf transformation and xml file sizes

2002-04-16 Thread Lajos Moczar
that eliminates this advantage. Regards, Lajos galatea.com caleb racey wrote: What factors limit the size of xml file you can transform to pdf? I'm testing out one of my pipelines that generates simple pdf from an xml file. When using a small (2kb) xml file it all works fine but as I begin

Re: serving WML to Opera or Openwave SDK

2002-04-16 Thread Lajos Moczar
I've tested with both, without any problems. Can I see your sitemap entry? Lajos galatea.com Ralph Holz wrote: Hi, I try to use Cocoon 2 to serve WML files, which are the products of an XSL-T transformation. I'd like to test my results with Opera 6 or the Openwave SDK 5.0 (both

Cocoon 2 powered training site

2002-04-16 Thread Lajos Moczar
, check out http://www.galatea.com/training/courses. Regards, Lajos Moczar galatea.com 800.711.4901 - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faqs.html

Re: serving WML to Opera or Openwave SDK

2002-04-16 Thread Lajos Moczar
). If you are using something not in the wml 1.1 DTD, you might have a problem. Regards, Lajos Ralph Holz wrote: Lajos, I've tested with both, without any problems. Can I see your sitemap entry? Sure. This is the sitemap for the WML version: ?xml version=1.0 encoding=UTF-8

Re: serving WML to Opera or Openwave SDK

2002-04-16 Thread Lajos Moczar
Here ya' go. These are taken from one of my courses. I've tested with Opera and 2 versions of the Openwave SDK. Regards, Lajos galatea.com ** sitemap entry * map:match pattern=hello-world.wml map:generate src=examples/hello-world/hello

Re: How to deploy my cocoon project [Apache/Tomcat]

2002-01-31 Thread Lajos Moczar
you explicitly put your database jars in the CLASSPATH path in tomcat.sh? You might also try Tomcat 4 - you don't have to edit the startup script at all. Tomcat 4 is much better at picking up and loading jars placed in each webapps WEB-INF/lib. Regards, Lajos Derek Hohls wrote: Quick

Re: util.xsl not found problem

2001-11-09 Thread Lajos Moczar
. Not that it is the right way, of course, but I was in a hurry didn't have time to figure out why. Lajos www.galatea.com Tegid wrote: Hi, I installed Tomcat 3.2.3 and Cocoon 1.8.2 with the cocoon jars in the tomcat/lib/common directory. However, when I attempt to access the Cocoon sample

Re: [C1] Installation woes [rant AND request] - PLEASE help!

2001-11-08 Thread Lajos Moczar
processor.xsp.pool.database.default.maxConnections=3 processor.xsp.pool.database.default.expiryTime=360 4) restarted tomcat Let me know if this still doesn't work I can send you copies of the actual files. Lajos galatea.com Derek Hohls wrote: You can skip the rant and read the request

Re: Installing actions

2001-10-31 Thread Lajos Moczar
Kristof, I'm curious about your problem; what version of Cocoon Tomcat are you running? Regards, Lajos galatea.com Jozsa Kristof wrote: Arno, I've tried both the cocoon/WEB-INF/classes/ dir, which should be auto-included due to the Tomcat config, and setting the extra-classpath

Re: How to deploy my cocoon project ?

2001-10-25 Thread Lajos Moczar
Context path=/cocoon docBase=d:/Myproj debug=0 reloadable=true/ in server.xml. Works for me. Then use Apache on top of Tomcat, if you want to remove the Tomcat port from your URL. Lajos galatea.com Eduardo Godoy Vega wrote: OK, but I don't want to put my project inside %TOMCAT_HOME% tree

Re: Cocoon2 Release Candidate?

2001-10-25 Thread Lajos Moczar
Brent, In my experience, anything over and including 2.0rc1a works better with JDK 1.3.0/1. I don't know what your exceptions are, but I run Cocoon2 rc1a with Jdk 1.3 in production on several different OSs without problems. Lajos galatea.com Brent L Johnson wrote: I've been using Cocoon

Delay in mailing list ???

2001-10-25 Thread Lajos Moczar
Hi folks, I'm getting up to a 7-hour delay in receiving posts to this list. Is it just me or is everyone having problems? Regards, Lajos - Please check that your question has not already been answered in the FAQ before

Re: Where to put libs in Tomcat 4.0.1 (without using .war)

2001-10-23 Thread Lajos Moczar
possible to put all the jars in $TOMCAT_HOME/common/lib and reference them individually via the extra-classpath tag in web.xml, but I've never tried it. Regards, Lajos galatea.com Jörn Heid wrote: Well, I'm a newbie using Tomcat. With Resin, the deployment of the jars is quite easy - just put

Re: HELP for Cocoon2 and Unix

2001-10-22 Thread Lajos Moczar
Comment out the 3 svg* serializers from the map:serializers/ section and the pipeline entries that use those serializers. Lajos galatea.com Andreas Grünhagen wrote: Hello, when I start cocoon2 (with Tomcat 3.3 Beta 2) under Linux or Solaris it always tries to establish a connection

Re: cocoon + tomcat in window2000 services

2001-10-21 Thread Lajos Moczar
Hi Ling, What version of Cocoon 2 are you running? I've run 2.0rc1 with Tomcat 3.2.2 after deleting both parser.jar and jaxp.jar, and copying xerces_1_x_x.jar from the Cocoon2 build directory to %TOMCAT_HOME%\lib. That did the trick for me. Lajos galatea.com Ling Kok Choon wrote: Hi

Re: Request Generator examples

2001-10-19 Thread Lajos Moczar
lixsl:value-of select=@name/ = xsl:apply-templates//li /xsl:template /xsl:stylesheet Hope it helps. Lajos galatea.com Luca Morandini wrote: Folks, has any of you been able to use Request Generator ? I tried hard to extract parameters (say, the host name) from a request

Re: Deploying xml pages/resources

2001-10-19 Thread Lajos Moczar
/flashguides/cocoon-tips-2.xml) describing how I've done this. Check back early next week if you are interested. If I've missed the intent of your question, let me know. Lajos galatea.com Allan Kamau wrote: I've installed C2 successfully now I'd like to know how I can be able to have cocoon

Re: Cocoon 1.8.2 and mySQL/ ESQL - hanging?

2001-10-18 Thread Lajos Moczar
suggested first in the last post on this thread. SOP is to delete tomcat's work diretory for the cocoon webapp ($TOMCAT_HOME/work/localhost/cocoon) when you fix an error and want to restart Tomcat and test again. Lajos Derek Hohls wrote: Lajos Thanks for the suggestions. In response: 1

Re: session and xsl

2001-10-18 Thread Lajos Moczar
. If you don't have it on your machine, you can view mine at http://galatea.com/docs/tomcat40/config/host.html. Look for the section on Single Sign On. Hope that helps. Lajos galatea.com Mark S. Kent wrote: Marty, I tried your suggestion, but it didn't work. Although cocoon is seeing

Re: Configure a oracle db conection in cocoon2

2001-09-25 Thread Lajos Moczar
Alberto: The esql logicsheet should already be defined in cocoon.xconf. See http://xml.apache.org/cocoon2/logicsheet-esql.html for the specifics of what goes in there in case it's missing in your copy. Lajos Alberto Garcia wrote: Hi everybody, and thank you Lajos. We have done

Re: Configure a oracle db conection in cocoon2

2001-09-24 Thread Lajos Moczar
dburlyour_database_url/dburl /jdbc ... /datasources 3) Then restart everything and see if it works. You can edit one of the esql samples to point to your Oracle database for testing. Hope that helps. Lajos www.galatea.com Alberto Garcia wrote: Hello everybody, I would like

Tomcat 4.0 + Cocoon2 rc1 on RedHat 6.2

2001-09-24 Thread Lajos Moczar
version of Catalina. Getting kinda frustrating. Any ideas will be welcome. Lajos Moczar galatea.com - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faqs.html

Re: include file in apache http.conf

2001-07-20 Thread Lajos Moczar
See my FlashGuide on the subject at http://www.galatea.com. That is the configuration I have running here on my laptop. Lajos [EMAIL PROTECTED] wrote: Hi, I'm a newbie to cocoon. Trying to set up on win98 with apache and tomcat. Apache and tomcat both work fine until I try to include

Re: C1 to C2

2001-07-17 Thread Lajos Moczar
some more with my own configurations and see what I can come up with. Regards, Lajos Andre Juffer wrote: Luca, Anders, Lajos, I keep on having the same problem. While localhost:8080/cocoon correctly displays the welcome page of cocoon2, it seems to be impossible for me to get apache

Re: C1 to C2

2001-07-17 Thread Lajos Moczar
. Thus: Include /usr/local/jakarta-tomcat/conf/mod_jk.conf-auto JkMount /*.xml ajp13 Lajos Uli Mayring wrote: On Wed, 18 Jul 2001, Luca Morandini wrote: Andre, this is snippet from my mod_jk.conf (get rid of mod_jk.conf-auto, or it will be overwritten every time you start Tomcat

Re: C1 to C2

2001-07-12 Thread Lajos Moczar
. Lajos Moczar galatea.com Andre Juffer wrote: Luca Morandini wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Andre Juffer Sent: giovedì 12 luglio 2001 15.11 To: [EMAIL PROTECTED] Subject: Re: C1 to C2 Luca Morandini wrote

Re: Servlet error starting cocoon2

2001-07-09 Thread Lajos Moczar
, but on Windows I had to remove parser.jar as well. Then everything worked. Regards, Lajos Moczar galatea.com Daniel Fernández wrote: Attached, you have the HTML page returned by COCOON I've made all posibilities: Make the war, and put it into the webapps. 1- Without the file lib

[C2.0/1] Error in SQLTransformer??

2001-07-09 Thread Lajos Moczar
() method. Anyone know if this is the intended behavior or am I way off here? Lajos Moczar galatea.com - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faqs.html

Re: The sitemap handler's sitemap is not available Help

2001-07-03 Thread Lajos Moczar
I've watched this list for months as others have had this problem, and today I got bit by it myself (Cocoon2b1 w/ Tomcat 3.2.2 on Win 98). Just delete $TOMCAT_HOME/lib/jaxp.jar and $TOMCAT_HOME/lib/parser.jar. That did it for me. Lajos Galatea IS Inc. Kalven Beaver wrote: HelpHelp

  1   2   >