[ANNOUNCE] Cocoon Training Classes in July, August

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

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 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

Re: Cocoon usage

2003-06-03 Thread Lajos
duct 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

[ANN] "Getting Started with Cocoon" Course

2003-06-03 Thread Lajos
techologies, I 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.

[ANN] "Getting Started with Cocoon" Course

2003-06-03 Thread Lajos
techologies, I 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.

[ANN] New Cocoon Training Dates

2003-03-21 Thread Lajos
cipants 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, Cons

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

2003-02-13 Thread Lajos
what 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* uncomfor

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

2003-02-13 Thread Lajos
mages, /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-static pages with absolu

Re: Passing parameters to an XSP

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

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 err

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. There

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: Cocoon is complex, but worth it! Some Answers to your dilemma

2003-01-25 Thread Lajos
t want to, that's just fine. And if, as a result, some other products does end up capturing the minds and hearts of web publishers, that is fine too. Regards, Lajos -- Lajos Moczar Open Source Support, Consulting and

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

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

2003-01-05 Thread Lajos Moczar
I can't understand what you are doing w/out seeing the whole XSP. Typically I do this: String myQuery = "select * from vwProducts"; pierrefabre myQuery Lajos Yves Vindevogel wrote: Hi, I had tried this:

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 advance

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 block after the root user tag, and then reference it thusly: myQuery I do this all the time and it works perfectly. Regards, Lajos -- galatea.com Cocoon training, consulting & support Book: Cocoon Develop

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: http://java.sun.com/dtd/web-app_2_3.dtd";> Cheers, Lajos -- galatea.com Cocoon training, consulting & support Book: Cocoon Developer's Handbook (SAMS) Jeff Sexton wrote: I se

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

2002-12-21 Thread Lajos Moczar
e that if you build 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.

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 w

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 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 via a s

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

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: 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 c

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. <h

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? load-class org.gjt.mm.mysql.Driver And put the jar where Cocoon will find it? Regards, Lajos Derek Hohls wrote: I get the following fatal error when trying to load a sub-sitemap: FATAL_E (2002

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 authen

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 fil

Re: Sample Cocoon App

2002-10-18 Thread Lajos Moczar
me 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 - Excl

Re: So close .. I think?

2002-10-11 Thread Lajos Moczar
What about if you try http://domain/? You might need a pipeline in the main sitemap to catch a URL that ends in "domain" without the trailing slash: Cheers, Lajos Marc G. Fournier wrote: > Okay, as suggested, I replaced mod_webapp with mod_jk2

Re: sub-sitemaps with mod_webapp ...

2002-10-10 Thread Lajos Moczar
true. However, if you must work with mod_webapp, I suggest making cocoon the default webapp in Tomcat (path="" in the tag). That way, each "domain" appears to be its own webapp under Tomcat. Then you point mod_webapp to each specific domain. That is what I do with mod_jk on my o

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

Re: local site setup

2002-10-09 Thread Lajos Moczar
xconf. 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

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/coc

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

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

2002-09-12 Thread Lajos Moczar
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

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 i

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 th

How do SOAP services work in 2.1?

2002-09-09 Thread Lajos Moczar
uestion is: how 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 -

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

2002-09-04 Thread Lajos Moczar
e 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 &g

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 >

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 >

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 -- g

Cocoon 2.1 - empty pages?

2002-07-29 Thread Lajos Moczar
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 in

Debugging buggy XSL code

2002-07-16 Thread Lajos Moczar
helpful to capture these messages 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'l

Re: Java packages

2002-07-16 Thread Lajos Moczar
structure. Regards, 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 >>>virtu

[SUMMARY] JspReader/JspGenerator in 2.0.2

2002-07-10 Thread Lajos Moczar
rt with a leading forward slash. Thus, if you have a sub-sitemap in a directory called abc, with a JSP file in abc/jsps/hello.jsp, the src attribute of either component should be something like: src="/abc/jsps/hello.jsp" Cheers, Lajos -- galatea.com Cocoon training, consulting &

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, bei

Getting parameters to SQLTransformer

2002-06-24 Thread Lajos Moczar
t I thought I'd 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 postin

Re: Lucene and cocoon-view

2002-06-20 Thread Lajos Moczar
ml. 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 >

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

2002-06-18 Thread Lajos Moczar
pache 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 Tomc

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: 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 2.7, Apache 1.3.24 w/mod_webapp (

Logging problem with actions & subsitemaps?

2002-06-09 Thread Lajos Moczar
gure out why 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, co

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

Re: Logging and Form Validation

2002-06-07 Thread Lajos Moczar
-- > 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 PROTECTED]> > For additional commands, e-mail: <[EMA

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

Re: Logging and Form Validation

2002-06-07 Thread Lajos Moczar
nt 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 p

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 inst

Re: build target with no samples?

2002-05-31 Thread Lajos Moczar
take the original sitemap.xmap and edit out all the crap between the tags. Then I added a new target to ./build.xml: Optionally, you can strip out extra jars and the stuff in the classes directory, if you really wanted to get it lean. Regards, Lajos galatea.com Geoff Howard

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 e

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

(Re)announcement: Cocoon training in June

2002-05-28 Thread Lajos Moczar
ining/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-ma

Removing batik from Cocoon 2.0.2 build

2002-05-27 Thread Lajos Moczar
need svg in my 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

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 agree

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

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 concer

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

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: >

Re: Memory leaks(?)

2002-04-25 Thread Lajos Moczar
With 1Gb of memory, I suggest starting with something like this and tuning from there: -Xms200m -Xmx600m Regards, Lajos galatea.com Rogier Peters wrote

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&g

More sendmail problems

2002-04-24 Thread Lajos Moczar
ing to do with encoding type? Thanks in advance, Lajos galatea.com sendmail.xsp ** http://apache.org/xsp"; xmlns:sendmail="http://apache.org/cocoon/sendmail/1.0"; > Hello there mail.earthlink.net [EMAIL PROTECTED] [

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 ** sit

Re: serving WML to Opera or Openwave SDK

2002-04-16 Thread Lajos Moczar
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

Cocoon 2 powered training site

2002-04-16 Thread Lajos Moczar
interested, 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.apac

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 &g

Re: pdf transformation and xml file sizes

2002-04-16 Thread Lajos Moczar
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

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

2002-01-31 Thread Lajos Moczar
. Do 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

Re: util.xsl not found problem

2001-11-09 Thread Lajos Moczar
.2 distribution. 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.

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

2001-11-09 Thread Lajos Moczar
Edit the :staticClasspath section and add it. It really seems like cocoon is just not able to access the jar. Lajos galatea.com Derek Hohls wrote: > Thanks - they do all already have the mysql_uncomp.jar as well... > > >>>>[EMAIL PROTECTED] 09/11/2001 10:35:02 >>> >>

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

2001-11-08 Thread Lajos Moczar
lt.password=mypass 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 th

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 con

Re: C2 and mysql

2001-10-26 Thread Lajos Moczar
http://www.galatea.com/flashguides/cocoon-tips-2.xml explains this in detail. Lajos galatea.com Olivier MOUGEL wrote: > Hi all, > > I'm using mysql with php without great problem but I want to investigate > the power of XML et Cocoon. > > My problem is that my data

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 b

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

Re: How to deploy my cocoon project ?

2001-10-25 Thread Lajos Moczar
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 ... 'cause I > delete it from time to tim

Re: Cocoon 1.8.2 and jakarta-tomcat-4.0.1

2001-10-23 Thread Lajos Moczar
Sure it does. What configuration is causing you problems? You still need to copy the cocoon 1.8.2 jars (xeres, xalan, cocoon, fop, servlet) to $TOMCAT_HOME/common/lib, and edit the web.xml of whatever web app you want to cocoonize, but it is still a straightforward process. Regards, Lajos

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

2001-10-23 Thread Lajos Moczar
ed it. I suppose it's theortically 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

Re: How to deploy my cocoon project ?

2001-10-23 Thread Lajos Moczar
If you're not using %TOMCAT_HOME%\webapp\ROOT, you could either rename "cocoon" to "ROOT", and restart Tomcat, or edit %TOMCAT_HOME%\conf\server.xml and point the docBase for the "" context to webapps/cocoon. Either way, you remove the offending "

Problem with RequestAction ... grrr ...

2001-10-23 Thread Lajos Moczar
e RequestParamAction is that it will post all the request parameters to the pipeline. Wouldn't this make it the same as if I explicitly declared the "id" parameter in the sitemap? Thanks in advance. Lajos - Pleas

Re: Cocoon + Tomcat + Apache

2001-10-23 Thread Lajos Moczar
should be served where. My site gives more details on the above. You'll just have to start experimenting like we are all doing here ;) Lajos galatea.com Simone Gianni wrote: > Hi all .. > > I'm trying to combine cocoon-tomcat with apache in a way that > instead of

Re: HELP for Cocoon2 and Unix

2001-10-22 Thread Lajos Moczar
Comment out the 3 svg* serializers from the 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 to

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:

Re: Deploying xml pages/resources

2001-10-19 Thread Lajos Moczar
Tricks Flashguide (http://www.galatea.com/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&

Re: Request Generator examples

2001-10-19 Thread Lajos Moczar
Request Test Request Headers Request Parameters Configuration Parameters = = Hope it helps. Lajos galatea.com Luca Morandini wrote: >

Re: session and xsl

2001-10-18 Thread Lajos Moczar
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.

Re: Cocoon 1.8.2 and mySQL/ ESQL - hanging?

2001-10-18 Thread Lajos Moczar
what Marty 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 s

Re: Cocoon 2, Tomcat 4 and Apache Server

2001-10-01 Thread Lajos Moczar
Hi Pater: mod_jk is the 'glue' that Apache uses to talk to Tomcat. With Tomcat 4, many people are using mod_webapp, which is a newer module. I have posted mod_jk instructions (using Tomcat 3.2.x) on my web site, and I'll be posting mod_webapp instructions there this week

  1   2   >