RE: Enabling client browser to cache content from cocoon

2002-08-30 Thread Jan Willem Penterman
JavaScripts are automatically cached when you place them, or a reference to them within the tag. For IE clients this will only work when the 'caching parameter' (Tools -> Internet Options -> Temporary Internet -> Settings -> check for...) is set to "Automatically". This is NOT what you want durin

RE: Installing mysql JDBC Driver

2002-08-29 Thread Jan Willem Penterman
Took a closer look on my config, I also have com.mysql.jdbc.Driver in my xconf mysql part. I'm not sure if this could make a difference. Back when I was having problems setting mysql up on a JDK1.3.1 box, someone pointed me to the fact that I'd better use the latest versions possible of required s

RE: Installing mysql JDBC Driver

2002-08-28 Thread Jan Willem Penterman
I just dropped it into the lib folder. My setup in web.xml and cocoon.xconf are like Jermey Aston desribed in his reply (only difference are the classnames for connector/j). Try dropping it $CATALINA_HOME/common/lib, that seems to work for some setups. JW > -Original Message- > From: Jes

RE: Installing mysql JDBC Driver

2002-08-28 Thread Jan Willem Penterman
Does the driver show up in the Classpath in core.log? (Do a search on "Classpath =" in core.log and see if the driver is listed over there). I also had a lot of trouble with getting mysql to work. Using JDK1.4 and Connector/J 3.0 beta now (that's the successor to mm.mysql, they're essentially th

RE: Weird characters ESQL + XSP -> URL

2002-08-20 Thread Jan Willem Penterman
Thank you. I already suspected it to be something like this, but I was looking in the wrong place all the time, or had the problem at more files in my pipeline. Anyway it's solved now, by clearing out the linebreaks and tabs for nice markup in my editor. Isn't there a way to simply say "Ignore any

Weird characters ESQL + XSP -> URL

2002-08-19 Thread Jan Willem Penterman
In an xsp sheet I merge two strings to what's to become an URL attribute in a href: .. String path=; .. .. .. path, .. .. But instead of getting nice values like "?path=1,6

RE: SQLTransformer good, ESQL good!

2002-08-18 Thread Jan Willem Penterman
> This is _really_ strange. Erm, _I_ am really strange... I had my esql:pool tag within the esql:query... Aargh! JW - Please check that your question has not already been answered in the FAQ before posting.

RE: SQLTransformer good, ESQL bad

2002-08-18 Thread Jan Willem Penterman
> Could you please try to find if your logs contain something > like "could not acquire a Connection -- waiting" and set the > parameter 1 in the > declaration of the transformer in sitemap.xmap? No only the 'no suitable driver' error when calling the esql page.. And SQLTransformer works just

SQLTransformer good, ESQL bad

2002-08-17 Thread Jan Willem Penterman
I'm sorry to the spam the list like this, but now I've got the feeling I'm really getting somewhere: I've set up cocoon-2.0.3 binary release for j2sdk1.4 and added a pool for MySQL Connector/J . Now I've actually managed to get some row data from a MySQL database using SQLTransformer! But with

CVS Snapshot: ConfigurationException

2002-08-17 Thread Jan Willem Penterman
Somebody pointed me to the fact that I'd be better off using the most recent CVS snapshot because I would get more support in getting problems so solved (true), so I've taken a step back from my mysql problems, upgraded to j2sdk14 en got the latest CVS snapshot. Built cocoon.war with .\build.bat

j2sdk1.3.1_04 also bad for MySQL?

2002-08-17 Thread Jan Willem Penterman
Still struggling with the problems regarding MySQL...instead of using ESQL I tried SQLTransformer this time. Gives me the WARNING j2sdk1.4 users have been complaining about: WARN(2002-08-17) 18:09.10:463 [core.manager] (/cocoon/mysqltest/results.xml) HttpProcessor[8080][0]/ResourceLimiti

RE: [repost] MySQL no suitable driver

2002-08-16 Thread Jan Willem Penterman
I upgraded to the com.mysql.jdbc.Driver, same error. The settings you described are like I already had. > Try jdk1.4.1 and the cvs HEAD of Cocoon. If your going to be > on the edge, then being one or two versions back can be > rougher than being where the developers are; the developers > ar

RE: [repost] MySQL no suitable driver

2002-08-16 Thread Jan Willem Penterman
I unjarred the bin jar, then jarred them back together with the -0 option and got jar about twice as big. put it in /WEB-INF/lib and restarted tomcat. still the same error... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: vrijdag 16 augustus 2002 19:07 To: [E

[repost] MySQL no suitable driver

2002-08-16 Thread Jan Willem Penterman
[repost] still stuck on this [/repost] I'm quite new to Cocoon but want to set up a MySQL connection using ESQL. I followed the directives on http://www.cocooncenter.de/cc/documents/resources/db-app/index.html and altered the settings for MySQL like I see them everwhere in the mail archives. So I

MySQL - No suitable driver

2002-08-14 Thread Jan Willem Penterman
I'm quite new to Cocoon but want to set up a MySQL connection using ESQL. I followed the directives on http://www.cocooncenter.de/cc/documents/resources/db-app/index.html and altered the settings for MySQL like I see them everwhere in the mail archives. So I have an XSP page generated from a subsi

Howto Debian 3.0/Cocoon2 setup?

2002-08-03 Thread Jan Willem Penterman
Hi,   I'm new to the list, so excuse me if I'm asking all old and dumb questions. I did my best trying to search the archives for a solution to my problems, but I have the feeling I'm just making things worse instead of better. First of all, I have an apt-get problem regarding packages tomca