Re: I cannot install Cocoon :-(

2002-03-30 Thread Marc Jeffrey Driftmeyer
Jaroslaw, If you are running the Java SDK 1.4 you have to build it manually. The provided Cocoon.war file is only Java SDK 1.3.1 compatible- You'd think they'd provide both but what do I know. -Marc Jarosław Zabiełło wrote: >I have working Tomcat 4.02 under Windows XP. JAVA_HOME variable is

Re: Errors by build Cocoon 2.0.2

2002-03-30 Thread Marc Jeffrey Driftmeyer
Urmas, You're not alone. I'm getting the same errors under XP Professional with SDK 1.4 and Cocoon 2.0.2 manual building. I expected this sort of inability to do a compile manually to have been resolved before 2.0 but it seems that this solution is always a moving target. -Marc Urmas Oja

I cannot install Cocoon :-(

2002-03-30 Thread Jarosław Zabiełło
I have working Tomcat 4.02 under Windows XP. JAVA_HOME variable is correct. JSP and servlet examples works fine. I have a problem with adding Cocoon 2.02 to my Tomcat. I have copied cocoon.war to webapps directory of Tomcat and started http://localhost:8080/cocoon/. The file was extracted and ...

[SunRise] sunriseconf/adminconf in sitemap

2002-03-30 Thread tvon
Hey folks, I'm working on getting a site going with the sunRise components and I am currently having a probelm getting sunSpot-conf and sunRise-conf working or even clearly not working. Whenever I go to the respective pages, I get a Tomcat 404 error. I have the generators mapped, and t

DO NOT REPLY [PATCH QUEUE] Summary March 31 2002

2002-03-30 Thread nicolaken
--- This mail is generated automatically using Jakarta Ant. Contents are automatically downloaded from Apache's Bugzilla. --- Please do not reply to t

RE: How to change response contenttype?

2002-03-30 Thread Paolo Scaffardi
You're right, i didnt see it!! :-) Thank you again! ByeBye, Paolo Scaffardi Embedded Linux Developer AIRVENT SAM S.p.A. via Macanno 32 - 47900 Rimini ITALY Tel. 0541 383294 Fax. 0541 387086 > -Original Message- > From: Matthieu Benéteau [mailto:[EMAIL PROTECTED]] > Sent: Thursday, M

Errors by build Cocoon 2.0.2

2002-03-30 Thread Urmas Ojamäe
My first post ... System: Win98 (64 MB RAM) Installed: Java SDK 1.4.0; Tomcat 4.0.3, Ant 1.4.1 Tomcat works fine at http://localhost:8080 Directory created: %JAVA_HOME%\jre\lib\endorsed Files in directory: xercesImpl-2.0.0.jar, xalan-2.3.1.jar, xml-apis.jar, batik-all-1.5b1.jar I want

Problem running Cocoon 2.0.2

2002-03-30 Thread Steve D'Amico
I downloaded the Cocoon 2.0.2 binary zip and get a fatal error when I try to run the application after installing the WAR with Tomcat 4.0.1 on Windows 2000 Pro using JDK 1.3. I found nothing under the FAQ for this combination. I was running Cocoon 2.0.1 without problems. Am I missing somethin

RE: 2.0.2 protected area - no longer works out of the box

2002-03-30 Thread Vadim Gritsenko
It could be because of bug in validator action (AbstractValidatorAction.java) which was introduced in 2.0.2 and fixed recently. On latest CVS, protected area works Ok. Vadim > From: Christopher Watson [mailto:[EMAIL PROTECTED]] > > Could someone confirm, and even better explain why > > Tomcat

RE: OutOfMemoryError compiling sitemap with Cocoon 2.0.2 #2

2002-03-30 Thread Vadim Gritsenko
What is the sub-sitemap in question? Can you isolate the part of the sub-sitemap which is responsible for that? Vadim > From: Luca Morandini [mailto:[EMAIL PROTECTED]] > > Folks, > > I forgot to add my configuration: > > - Windows 2000 Professional SP2 > - Sun JDK 1.3.1 > - Tomcat 4.0.1 > - C

RE: Logicsheet docs?

2002-03-30 Thread Vadim Gritsenko
the only documentation available is: http://xml.apache.org/cocoon/userdocs/xsp/index.html Vadim > From: Larry Meadors [mailto:[EMAIL PROTECTED]] > > I just went looking for info on the tags, but could not find > anything other than the javadocs for the XSPUtil object. > > Any suggestions wher

Logicsheet docs?

2002-03-30 Thread Larry Meadors
I just went looking for info on the tags, but could not find anything other than the javadocs for the XSPUtil object. Any suggestions where I might look for this and other logicsheet docs? Larry - Please check that your quest

RE: Help: xml from a class with XSP

2002-03-30 Thread Larry Meadors
Thanks, I will try that and let you know how it goes. Larry >>> [EMAIL PROTECTED] 03/29/02 17:08 PM >>> If u use just xsp:expr, it will treat the o/p as parsed string , if you require the contents to be treated as a XML fragment, you need to do as listed below Include util logic sheet and us

Re: HTML Output Issues

2002-03-30 Thread terracare
Corey: > xml:space="preserve" Have you tried removing the xml:space attribute from your stylesheet? Diana - Please check that your question has not already been answered in the FAQ before posting.

OutOfMemoryError compiling sitemap with Cocoon 2.0.2 #2

2002-03-30 Thread Luca Morandini
Folks, I forgot to add my configuration: - Windows 2000 Professional SP2 - Sun JDK 1.3.1 - Tomcat 4.0.1 - Cocoon 2.0.2 - Luca Morandini GIS Consultant [EMAIL PROTECTED] http://utenti.tripod.it/lmorandini

OutOfMemoryError compiling sitemap with Cocoon 2.0.2

2002-03-30 Thread Luca Morandini
Folks, I've upgraded from 2.0 to 2.0.2, and it all went smoothly, but... Cocoon gives me: org.apache.cocoon.ProcessingException: Error compiling sitemap: java.lang.OutOfMemoryError at org.apache.cocoon.sitemap.Handler.run(Handler.java:295) at java.lang.Thread.run(Unknown Source)