Really weird problem when using external logicsheet and util built-inlogicsheet

2001-10-23 Thread jkim28
This is the code inside my logicsheet "" getCodedValues() When it correctly intreprets my xsp and logicsheet, the resulting java code looks like this { org.apache.cocoon.components.parser.Parser newParser = null; try {

Re: How to Change Case in XSL

2001-10-23 Thread Peter Gershkovich
use translate() function and please use appropriate forum for xsl - for example http://www.mulberrytech.com/xsl/ pg Quoting [EMAIL PROTECTED]: > > > > > > > > I would like this fragment to convert the text value of "A" to all > uppercase letters. Any ideas on that? > > Thanks >

Re: ISO 8859-1

2001-10-23 Thread Heath Stewart
Try putting that string in between the following:   º Heath StewartSystems Administrator / DeveloperEsotericRealmhttp://www.esotericrealm.com/~hstewart/ - Original Message - From: Martin Mauri To: [EMAIL PROTECTED] Sent: Tuesday, October 23, 2001 2:20 PM Subje

Re: Fastest Platform (softwarewise)?

2001-10-23 Thread Phil Blake
>> Bang for buck, a G4 running OSX wins hands down. However, believe it or >> not, the dual PIII comes in second (AIX don't come close... too >> expensive for real consideration and Windows is not a server operating >> system in practice, only in marketing). > > That's interesting, I didn't think

Re: Cocoon2 & Websphere 3.5.4

2001-10-23 Thread Jack Hirasawa
Michael, it would appear that a number of us would appreciate someone kind enough to provide this information. Any WebSphere Gurus out there? Berin? want to take a shot at it? I'd settle for 3.5.2 even. Thanks, Jack >From: "Michael Zehrer" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To

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 T

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

2001-10-23 Thread Lajos Moczar
Jorn: I have the same problem, and you're better off copying the relevant stuff from cocoon's WEB-INF to each web app's WEB-INF. In particular, make sure you include all the libs you need (consult the docs for which ones are optional) and create the logs directory. You also, of course, need t

RE: [C2] Howto ... IF in sitemap ...

2001-10-23 Thread Eduardo Godoy Vega
I fixed ... but ... everywhere I found this line (including ParameterSelectorFactory.java file) but ... If I use "src" insted of "factory" ... It works! BTW ... which is the diff. between use "src" an

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 "cocoon" from the URL. Lajos galatea.com Edua

How to Change Case in XSL

2001-10-23 Thread jsexton
I would like this fragment to convert the text value of "A" to all uppercase letters. Any ideas on that? Thanks -- Jeff Sexton ODS Health Plans [EMAIL PROTECTED] - Please check that your question has not already

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

2001-10-23 Thread Jörn Heid
Well, I'm a newbie using Tomcat. With Resin, the deployment of the jars is quite easy - just put it in lib. With Tomcat I tried out common/lib, server/lib and lib. Without success. Here's the exception: type internal-server-error message Language Exception description org.apache.cocoon.Proces

RE: [C2] Howto ... IF in sitemap ...

2001-10-23 Thread Eduardo Godoy Vega
I did ... and now I get this error: (sorry, I don't like to ask to much ... but I can't find a good document about it) org.apache.cocoon.ProcessingException: Exception in Handler: org.apache.avalon.framework.component.ComponentException: Could not set up Component for hint: org\apache\cocoon\www\

Outputting raw XML from a Transformer

2001-10-23 Thread Luca Morandini
Folks, I'm writing my first Transformer, and I'd like to insert an XML string, which I receive from another application, into the output stream of the Transformer... but without parsing it, is it possible ? Best regards, - Luca

ISO 8859-1

2001-10-23 Thread Martin Mauri
Hi users,   I'm trying to show a field in Cocoon 1.8.2 containing the "º" symbol (º) and it's fetched ok from the database, but when I try to apply the HTTP formatter, it replaces the symbol by º   Any idea on how to fix this?   thanks in advance.   Martin

RE: How to deploy my cocoon project ?

2001-10-23 Thread Luca Morandini
Eduardo, there are a number of different solutions to this, please, look into the FAQ and check the mail archives. Best regards, - Luca Morandini GIS Consultant [EMAIL PROTECTED] http://utenti.tripod

How to deploy my cocoon project ?

2001-10-23 Thread Eduardo Godoy Vega
Hi, I wrote and test my "cocoon project" ... right now is on %TOMCAT_HOME%\webapps\cocoon\myproj is it possible to deploy it in a different path ? for example: %TOMCAT_HOME%\webapps\myproj or D:\myproj Eduardo. ---

Cocoon 1.8.2 and jakarta-tomcat-4.0.1

2001-10-23 Thread Truong,Hoang C.
Hello everyone, Does Cocoon-1.8.2 work with tomcat-4.0.1? I noticed that tomcat-4.0.1 have changed the configuration files. How do I make it to work with cocoon-1.8.2? Thanks. Hoang - Please check that your question has not a

Problem with RequestAction ... grrr ...

2001-10-23 Thread Lajos Moczar
Hi folks, I'm be experimenting with passing in parameters to SQLTransformer and not having much luck. First, I tried this: My sqltest.xml file looks like this: http://apache.org/cocoon/SQL/2.0";> Hello This is my first

Re: date-format in cocoon 1.8.2

2001-10-23 Thread Christopher Painter-Wakefield
Specify the format attribute using a Java SimpleDateFormat string. For instance, -Christopher Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: date-format in cocoon 1.8.2 Hi, what must i do to change the format of the date i get with i am using cocoon1.8.2

RE: Cocoon 1.8.2 and IIS

2001-10-23 Thread Christopher Painter-Wakefield
The docs you need are on the Tomcat website. Here's a URL for integrating Tomcat 3.3 with IIS: http://jakarta.apache.org/tomcat/tomcat-3.3-doc/tomcat-iis-howto.html I'm sure something similar can be done for Tomcat 4. -Christopher Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED

Re: pb installing cocoon2: javax TransformerException

2001-10-23 Thread Sylvain Wallez
Strange... it doesn't look like the usual sitemap compilation problems :( Aren't there some other exceptions above this one in the log files (check *all* log files) ? "LEUZINGER Claude (DSIT-EX)" a écrit : > > "LEUZINGER Claude (DSIT-EX)" a écrit : > > Hello, > > I try to install the version 2.0

RE: [C2] Err-Msg: No more DTM IDs are available ????

2001-10-23 Thread Eduardo Godoy Vega
Is there a "formal" solution? -Original Message- From: SANSONE, AARON M [Non-Pharmacia/1000] [mailto:[EMAIL PROTECTED]] Sent: Friday, October 05, 2001 1:56 PM To: '[EMAIL PROTECTED]' Subject: RE: [C2] Err-Msg: No more DTM IDs are available All, I have been having the same problems

RE: Building probs.

2001-10-23 Thread Gordon Mickel
Title: Message Hello   I had building problems which were solved when I upgraded to the newest release version of Ant (1.4.1).   cheers -- Gordon Mickel Arpanet AG -Original Message-From: Bardet Emmanuel-ebardet1 [mailto:[EMAIL PROTECTED]] Sent: Dienstag, 23. Oktober 2001

pb installing cocoon2: javax TransformerException

2001-10-23 Thread LEUZINGER Claude (DSIT-EX)
"LEUZINGER Claude (DSIT-EX)" a écrit : > Hello, > I try to install the version 2.0rc1a of cocoon 2 with tomcat 3.2.2. and > windows NT4.0. I have a javax.xml.transform.Transformer exception when i access the URI > '. (it works well with the previous version > of c

Building probs.

2001-10-23 Thread Bardet Emmanuel-ebardet1
Hi all,   I looked through the archive of this mailing list but could not find my fix.   I cannot build Cocoon 2, following is what I get. Could you please guide me ?   C:\Java\Cocoon2.0rc1a>.\build.bat -Dinclude.webapp.libs=yes webapp -verboseAnt version 1.3 compiled on March 2 2001   Buil

Cocoon2 & Websphere 3.5.4

2001-10-23 Thread Michael Zehrer
Hi list, anyone here have instructions, how to install Cocoon2 sucessfully with IBM Websphere 3.5.4? Regards, Michael - Please check that your question has not already been answered in the FAQ before posting.

[C2] Current ServerPagesAction,actions.xsp and action.xsl status.

2001-10-23 Thread Krzysztof Zielinski
Hello. Some time ago I've read letters on cocoon-dev about actions generated by xsp. There are still in Cocoon2.1 action.xsl and ServerPagesAction.java, but I can't find any examples. I'm affraid it was removed from Cocoon, because there was a discussion about it on

Re: "The sitemap handler's sitemap is not available" error

2001-10-23 Thread Truong,Hoang C.
Hi Karl, Here it is. Please let me know if you see something wrong. Thanks. Hoang Cocoon 2 - Internal server error type internal-server-error message The sitemap handler's sitemap is not available. description org.apache.cocoon.ProcessingException: The sitemap handler's sitemap is not ava

Re: Cocoon + Tomcat + Apache

2001-10-23 Thread Lajos Moczar
Hi Simone, You have a few options: 1) To remove the port 8080, you can use mod_webapp/mod_jk so that Tomcat can 'hide' behind Apache. 2) To remove the "cocoon", you can do one of two things: 2a) Rename cocoon.war to ROOT.war and restart Tomcat. This will make cocooon the default web applicati

RE: "The sitemap handler's sitemap is not available" error

2001-10-23 Thread Karl Oie
plase give a stacktrace aswell as "The sitemap handler's sitemap is not available" is to general. if you have things like "x11" in the stacktrace it's the known batik&x11 problem with awt, read the FAQ at xml.apache.org/cocoon2, if the stacktrace doesn't contain x11 then then read carefully the F

Re: "The sitemap handler's sitemap is not available" error

2001-10-23 Thread Sylvain Wallez
"Truong,Hoang C." a écrit : > > Hi everyone, > I got this error "The sitemap handler's sitemap is not available". I am > running jakarta-tomcat-4.0.1, cocoon2, redhat7.1 Could anyone tell me > what wrong? What can I do to fix this? Thanks. > > Hoang > You should check the logs in WEB-INF/

Re: Fastest Platform (softwarewise)?

2001-10-23 Thread Berin Loritsch
Konstantin Agouros wrote: > > Like I said I was thinking more in Terms of which JDK (IBM, Blackdown,...) > and which Java-Version. I can not move away from Linux. You may have to make your choice on which is the most stable for your platform. To that end, I recommend the Blackdown JDK.

"The sitemap handler's sitemap is not available" error

2001-10-23 Thread Truong,Hoang C.
Hi everyone, I got this error "The sitemap handler's sitemap is not available". I am running jakarta-tomcat-4.0.1, cocoon2, redhat7.1 Could anyone tell me what wrong? What can I do to fix this? Thanks. Hoang - Please check t

RE: Fastest Platform (softwarewise)?

2001-10-23 Thread Mark Ayad
Hi Guys check out http://www.volano.com/report/ Regards Mark -Original Message- From: Konstantin Agouros [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 23, 2001 3:23 PM To: [EMAIL PROTECTED] Subject: Re: Fastest Platform (softwarewise)? On Tue, Oct 23, 2001 at 07:25:07AM +100

RE: Fastest Platform (softwarewise)?

2001-10-23 Thread Morrison, John
> -Original Message- > From: Berin Loritsch [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, 23 October 2001 2:17 pm > To: [EMAIL PROTECTED] > Subject: Re: Fastest Platform (softwarewise)? > > > Phil Blake wrote: > > > > Hi, > > > > We run apache/tomcat/cocoon on 3 server platforms, Linux

Re: Fastest Platform (softwarewise)?

2001-10-23 Thread Konstantin Agouros
On Tue, Oct 23, 2001 at 07:25:07AM +1000, Phil Blake wrote: > Hi, > > We run apache/tomcat/cocoon on 3 server platforms, Linux, AIX and MacOS > X. > > Linux on a dual PIII 550, OSX on a PPC-G4 450 and AIX on a 4x250MHz > PPC-G3. > > Bang for buck, a G4 running OSX wins hands down. However, be

Re: Fastest Platform (softwarewise)?

2001-10-23 Thread Berin Loritsch
Phil Blake wrote: > > Hi, > > We run apache/tomcat/cocoon on 3 server platforms, Linux, AIX and MacOS > X. > > Linux on a dual PIII 550, OSX on a PPC-G4 450 and AIX on a 4x250MHz > PPC-G3. > > Bang for buck, a G4 running OSX wins hands down. However, believe it or > not, the dual PIII comes in

date-format in cocoon 1.8.2

2001-10-23 Thread Schroeter Christian
Hi, what must i do to change the format of the date i get with i am using cocoon1.8.2 cu, christian - Please check that your question has not already been answered in the FAQ before posting.

AW: Help! Cocoon 2: Problem with connection to remote Oracle DB

2001-10-23 Thread Skladov, Victor
THANKS, RUSSELL!!! Such a foolish mistake! But they are so as a rule, aren't they? Now JDBC CONNECTION HAS BEEN CREATED! Thanks to all who have replied and helped me to solve this problem! All the best, Viktor -Ursprungliche Nachricht- Von: Russell Castagnaro [mailto:[EMAIL PROTECTED]]

RE: Weblogic 6.1 sp1 and cocoon2

2001-10-23 Thread Damian_Kwok
alternatively, don't use weblogic auto-deployment. Then it doesn't matter that one of your jar files has a name shorter than 3 characters. And you will face a boatload of other problems - post them here and perhaps we have a solution for them. Except if you want to use weblogic's JSP engine for

DEPRECATED - xslp processor is deprecated. Use trax or xalan instead.

2001-10-23 Thread Lawrence D. DeVooght
Hi, I checked out a fresh copy of Cocoon2 to build a .war file. I received this message when I tried to compile. Any suggestions? e:\cocoon\xml-cocoon2> .\build.bat -Dinclude.webapp.libs=yes -Dinstall.war=%TOMCAT_HOME%\webapps install Buildfile: build.xml init: [echo] ---

RE: Cocoon 1.8.2 and IIS

2001-10-23 Thread Valdas Rapsevicius
... I'm really didn't succed in installing Tomcat's isapi filter on my IIS 4.0, but I didn't tried hard. After this I decided not to redirect, but to use separate ports on the fly. If You succed with isapi - u can redirect Your tomcat's (and cocoon's of course) requests from IIS. I think these s

RE: Cocoon 1.8.2 and IIS

2001-10-23 Thread jan . ruessel
well yes im dumb! Did i say anything else? I started working 1.5 months ago and went to schol before that! I dont even know what a isapi filter is, i installed one because it said so on another system with JRun. I am told to set this up (IIS 5.0, Tomcat and Cocoon 1.8.2)and i browsed the Net. Unfo

RE: Request Parameters in XSP

2001-10-23 Thread Valdas Rapsevicius
include in sitemap      Sekmes,Valdo---mailto:[EMAIL PROTECTED] -Original Message-From: Adam A R [mailto:[EMAIL PROTECTED]]Sent: Tuesday, October 23, 2001 11:30 AMTo: [EMAIL PROTECTED]Subject: Request Parameters in XSP Hi All,   I am

Request Parameters in XSP

2001-10-23 Thread Adam A R
Hi All,   I am a newbie in the world of COCOON.   Hope you all Butterflies will be able to help this little larva..  ;-) in flying with wings of XML.   ok.. heres my problem..   I want to access the parameters being passed in the request object. I have tried a few examples(from tutorials and

RE: Weblogic 6.1 sp1 and cocoon2

2001-10-23 Thread Velle Andrè
Title: Weblogic 6.1 sp1 and cocoon2 Remove xt.jar from the webapp. That should fix this error. There will be others, though, for which I have no fix. Post 'em as you find'em, perhaps someone else has a solution!   -André -Original Message-From: Le, Vincent [mailto:[EMAIL PROTECT

RE: Cocoon 1.8.2 and IIS

2001-10-23 Thread Valdas Rapsevicius
if I got You well: You have: 1. Windows NT running well :-)); 2. IIS running well (say, port 80); 3. Tomcat running well (say, port 8080); 4. You are not using isapi redirector; And You can not set up Cocoon 1.8.2 on Tomcat? Am I right? Good luck, Valdo --- mailto:[EMAIL PR

spaces and CR

2001-10-23 Thread Bert Van Kets
What do I have to do to get the "air" out the the HTML pages generated bij Cocoon? I noticed there are quiet a lot of spaces and carriage returns in the source of the pages. To optimize the speed, I'd like to get rid of them. Deleting the spaces and CR's in the XML and XLS files is obvious, bu

RE: Cocoon 1.8.2 and IIS

2001-10-23 Thread jan . ruessel
Valdo, could you send me a file (maybe you documentanted your installation process) or send me a link so i can properly setup cocoon? For all: I have Tomcat installed and also IIS 5.0. I just need to connect Cocoon 1.8.2 Thx for any help, i have been seraching the net for so long im frustrated! Fr

Re: Java interpreter dies running samples

2001-10-23 Thread jose . camacho
i had the same touble with tomcat 321. I've just installed 322, and it goes. Try it. best regards, José Blas. - Please check that your question has not already been answered in the FAQ before posting.

RE: Cocoon 1.8.2 and IIS

2001-10-23 Thread Valdas Rapsevicius
I have IIS and Tomcat plus Cocoon running separately (different ports). To integrate em I'm using redirect pages in IIS. For more smooth integration u should use isapi filter for tomcat. Sekmes, Valdo --- mailto:[EMAIL PROTECTED] -Original Message- From: [EMAIL PROTE

SV: Cocoon & Enhydra

2001-10-23 Thread Soren Neigaard
When do you need this info? I'm VERY busy right now, but I have it up and running, and could help you soon. -Oprindelig meddelelse- Fra: Thomas Schrader [mailto:[EMAIL PROTECTED]] Sendt: 23. oktober 2001 00:59 Til: [EMAIL PROTECTED] Emne: Cocoon & Enhydra Hallo cocoon-users, how can I i

Re: Generate static HTML with Cocoon

2001-10-23 Thread Gianugo Rabellino
> We want to use Cocoon to generate static HTML. Cocoon can do offline generation too by running it in CLI mode (org.apache.cocoon.Main). If you check out a fresh CVS the build system uses Cocoon to generate its own documentation: this can be used as a starting point for you. Ciao, -- Gianugo R

RE: Cocoon 1.8.2 and IIS

2001-10-23 Thread jan . ruessel
I have Tomcat running and i now wanted to install cocoon. but i cant find a docu instructing how to proceed with IIS. Is it not theoretically possible to run Cocoon 1.8.2 IIS and Tomcat??? If it is possible, can somebody tell me how to set it up? Grtz Jan -

RE: Cocoon 1.8.2 and IIS

2001-10-23 Thread Valdas Rapsevicius
IIS serves static pages + microsoft's server pages. For Cocoon u need Java servlet engine (ex. Tomcat). So look for info about: IIS & Java Servlet engine integration; Java Servlet engine & Cocoon integration; Good luck, Valdo --- mailto:[EMAIL PROTECTED] -Original Messa

RE: Cocoon + Tomcat + Apache

2001-10-23 Thread Luca Morandini
Simone, 1) you could use Apache mod-rewrite to get rid of "cocoon" in the URI (see Cocoon FAQ) 2) you could map, say, every XML file to cocoon (check Tomcat docs) 3) you could use to avoid Cocoon process (and thus slow down) static content (see mailing list archives) Best regards,

Generating static files

2001-10-23 Thread Allan Frank
Hello I have cocoon 2.0rc1a working in a tomcat setup and it works perfectly for generating html pages. My question is then, how do I save a generated page? Or how do I serialize the html output to a file? I'd like this so I could put the never changing html files onto the webserver as plain .h

Cocoon 1.8.2 and IIS

2001-10-23 Thread jan . ruessel
Where can i find Setup Documentations for Cocoon 1.8.2 and IIS??? I have searched for a long time and cant find any. Are there any existing? Thx for an answer Jan - Please check that your question has not already been answered in

Re: Cocoon + Tomcat + Apache

2001-10-23 Thread Martijn Bouterse
Simone Gianni wrote: > > Hi all .. > > I'm trying to combine cocoon-tomcat with apache in a way that instead of > typing http://www.mysite.com:8080/cocoon/something/somethingelse i can > simply use http://www.mysite.com/something/somethingelse do you know > if there is any document

Re: Pb installing cocoon2 : javax TransformerException

2001-10-23 Thread Sylvain Wallez
Have you cleared the Tomcat work directory before running the new version ? Also, you should look at log files in WEB-INF/logs which can give additionnal information. Sylvain. "LEUZINGER Claude (DSIT-EX)" a écrit : > > Hello, > I try to install the version 2.0rc1a of cocoon 2 with tomcat 3.2

Cocoon + Tomcat + Apache

2001-10-23 Thread Simone Gianni
Hi all .. I'm trying to combine cocoon-tomcat with apache in a way that instead of typing http://www.mysite.com:8080/cocoon/something/somethingelse i can simply use http://www.mysite.com/something/somethingelse do you know if there is any document describing how to do this? And to

Re: [C2] Howto ... IF in sitemap ...

2001-10-23 Thread Sylvain Wallez
Your block isn't organized correctly : <--- remove the "/" <--- close the block. A reminder also : the "parameter" selector test a String. This means the "unveil-it" action should put a string in the Map it returns. Eduardo Godoy Vega a écrit : > > What I'm doing wrong ? > h

Cocoon & Enhydra

2001-10-23 Thread Thomas Schrader
Hallo cocoon-users, how can I integrate cocoon2 under the Enhydra-Application-Server? Thanks for help, Dr. Thomas Schrader Charite - Berlin - Please check that your question has not already been answered in the FAQ before po