R: Question - Problem

2002-01-24 Thread Vercesi Paolo
Hello Anthony, I don't know why rd.forward() method doesn't redirect your users, I use a similar schema and I haven't any problem. Are there some error messages ? Instead, to mantain session information through response.sendRedirect(site) you may use:

Re: Question - Problem

2002-01-24 Thread Årun.N
response.sendRedirect(response.encodeRedirectURL(site)); i think - Original Message - From: Vercesi Paolo [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 24, 2002 1:58 PM Subject: R: Question - Problem Hello Anthony, I don't know why rd.forward() method doesn't

R: Question - Problem

2002-01-24 Thread Vercesi Paolo
Yes, your are right! Thanks a lot! -Messaggio originale- Da: Årun.N [mailto:[EMAIL PROTECTED]] Inviato: giovedì 24 gennaio 2002 9.44 A: [EMAIL PROTECTED] Oggetto: Re: Question - Problem response.sendRedirect(response.encodeRedirectURL(site)); i think -

cocoon2 panic with JDK 1.4 pre (beta3)

2002-01-24 Thread Alex Kachanov
hello! Guys, I'm really scared. All JSP examples in Cocoon2 stop working if I install JDK1.4 pre (beta3) just released bu SUN I get this message java.lang.ClassCastException: org.apache.xerces.jaxp.DocumentBuilderFactoryImpl What can be the source of teh problem? with best wishes Alexander

AW: cocoon2 panic with JDK 1.4 pre (beta3)

2002-01-24 Thread Jorn Heid
I think it's because of the included XML parser. Don't know which one it uses. -Ursprungliche Nachricht- Von: Alex Kachanov [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 24. Januar 2002 11:29 An: [EMAIL PROTECTED] Betreff: cocoon2 panic with JDK 1.4 pre (beta3) hello! Guys, I'm

Slide Generator

2002-01-24 Thread YANG Qiandong
Any one have written a slide generator to get content from api built on top of the jakarta-slide repository? - Please check that your question has not already been answered in the FAQ before posting.

RE: Donating Portal and Authentication Components to the Cocoon project

2002-01-24 Thread Brian Topping
Dear Matthew, I would like to thank you very much for you and your company's gracious offer to push your works back into the open source arena. What you are describing is extremely interesting, and I would welcome the opportunity to explore whatever opportunities you have to get a head start on

RE: cocoon2 panic with JDK 1.4 pre (beta3)

2002-01-24 Thread Alex Kachanov
I found 3 (THREE) xerces.jar files on My machine: - one that cane with JDK 1.4 pre (beta3) - one that came with Tomcat 4.0.1 - one that came with Cocoon 2 Which one should I delete? -Original Message- From: Jorn Heid [mailto:[EMAIL PROTECTED]] Sent: 24 „‘„~„r„p„‚„‘ 2002 „s. 19:34 To:

Re: Help - TEXTAREA in XSLT

2002-01-24 Thread Peter Nuetzel - inglobo
Hi, You may use xsl:text to write whitespace characters to the output tree. eg: ... TEXTAREA name=.. rows=.. cols=..xsl:text[line break] /xsl:text /TEXTAREA. ... - peter PS: Please dont send HTML mail to the list -- Von: jagannath narayan [EMAIL PROTECTED] Hi, Can

cocoon

2002-01-24 Thread GIQUEL Magali
Hi, I use tomcat4.0 and cocoon 2, after a click on a jsp page, i send a request on tamino which returns an xml document. My probem is that the URI I want to access is included in the sitemap and this uri has got parameters (id). These parameters come from hyperlinks on a jsp page. I don't known

Re: Problems, switching off svg

2002-01-24 Thread Martijn Bouterse
Vadim Gritsenko wrote: 1. Stop the server 2. Wipe out any *svg* from the sitemap 3. Clean work directory (I guess everybody forget this step) I find this a bit cumbersome. This is probably a Tomcat issue, but why is the work dir not cleaned? If I stop the server there isn't any 'work' done

RE: Donating Portal and Authentication Components to the Cocoon project

2002-01-24 Thread Brian Topping
Sorry, this was meant for Matthew individually... best, :B - 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

How to integrate fop-0_20_1-dev in Cocoon-2.0rc2

2002-01-24 Thread Johannes Schwarz
Hi! I want to integrate fop-0_20_1-dev.jar in Cocoon-2.0rc2. I can't upgrade to Cocoon-2.0 because our Project needs multiple dictionary support and the current i18n transformer doesn't support this feature, yet. But I want to profit from the new fo tags implemented in fop-0_20 I tried to

RE: Question - Problem

2002-01-24 Thread Anthony Diodato
I ended up getting it to work in this same manner. Thanks for all the help, Although I still don't know why rd.forward() doesn't work -Original Message- From: Vercesi Paolo [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 24, 2002 3:39 AM To: [EMAIL PROTECTED] Subject: R: Question -

Re: JDK 1.4 pre

2002-01-24 Thread Berin Loritsch
Alex Kachanov wrote: hello! It looks like smth. is wrong. Cocoon cannot run with the latest release of JDK 1.4 Pre from Sun. I get such messages like: Invalid class file format in F:\jdk\jre\lib\rt.jar(java/io/OutputStream.class). The major.minor version '48.0' is too recent for this

Running cocoon without X

2002-01-24 Thread michel
Has anybody expiriances on running a headless cocoon (on a server without X). The guide for changing awt to http://www.eteks.com/pja/en didn't help me so much. 1.) I didn't find a jre/classes path on my Blackdown j2sdk1.3.1 installation, so I created a new one and put the unpacked eteks jars

C2 Memory Settings - Xms, Xmx, freememory, and heapsize

2002-01-24 Thread Peter Hargreaves
Hi Folks, I've completed my application and am investigating massive memory demands (100M - 300M). The following are some of my conclusions, which may be of use to others. I'm definitely not an expert so comments please from those that know better. Some of the following does seems to

Re: Cocoon2 and non-English characters in jsp

2002-01-24 Thread Gasper
I have the one with the 11-Jan-2002 date from the http://xml.apache.org/cocoon/dist/. I got the new JSPEngine.java and JSPEngineImpl.java and JspGenerator.java from Code Repository. Now my characters get encoded like this: #154;eth;egrave;aelig;#158; this is the source from my jsp page as seen

Urlencoding in sitemap [Was:] cocoon

2002-01-24 Thread Martin Holz
GIQUEL Magali wrote: Hi, I use tomcat4.0 and cocoon 2, after a click on a jsp page, i send a request on tamino which returns an xml document. My probem is that the URI I want to access is included in the sitemap and this uri has got parameters (id). These parameters come from hyperlinks on

Re: Running cocoon without X

2002-01-24 Thread Jean-Philippe Courson
michel wrote: Has anybody expiriances on running a headless cocoon (on a server without X). The guide for changing awt to http://www.eteks.com/pja/en didn't help me so much. 1.) I didn't find a jre/classes path on my Blackdown j2sdk1.3.1 installation, so I created a new one and put the

Re: JDK 1.4 pre

2002-01-24 Thread Lauren Commons
So If I'm using JDK1.4 (which I want, since it fixes a Linux problem) I can't download the Cocoon binaries; I need to compile myself? Not a big deal, I just want to know. tia. --- Berin Loritsch [EMAIL PROTECTED] wrote: Alex Kachanov wrote: hello! It looks like smth. is wrong.

Server spec'ing

2002-01-24 Thread Lauren Commons
Howdy. I am developing a cocoon-based website for a client, and am looking for help sizing the server the client needs to buy (or I need to buy for the client). I plan to run Linux (probably RH7.2). I plan to use Tux to server the static pages, but am open to the possibility of using Apache; I

Re: JDK 1.4 pre

2002-01-24 Thread Berin Loritsch
Lauren Commons wrote: So If I'm using JDK1.4 (which I want, since it fixes a Linux problem) I can't download the Cocoon binaries; I need to compile myself? Not a big deal, I just want to know. Yes. But more importantly, if you run it as JDK 1.4, then that JDK's tools.jar MUST be in the

Problems, switching off svg

2002-01-24 Thread Henrik Hofmann
Title: Message Hi, I'm trying to get Cocoon 2.0 running on a solaris server. This server has no x server installed, and installing ist isn't a possibility. I tried to remove the svg serializers from the sitemap, and also from the pipeline. But it still tries to load one. There are now no

Re: Problems, switching off svg

2002-01-24 Thread Christophe Rykiel
Title: Message Read the cocoon doc. Install xfb or pja ( I like pja better because its pure java ...) Cheers, Christophe Rykiel - Original Message - From: Henrik Hofmann To: [EMAIL PROTECTED] Sent: Wednesday, January 23, 2002 4:04 PM Subject: Problems,

Re: JDK 1.4 pre

2002-01-24 Thread Berin Loritsch
Lewis, Andrew J wrote: tools.jar must be in the WEB-INF/lib? is that only if you use existing binaries instead of compiling yourself? No, that is so that Cocoon can compile the Sitemap and any XSPs properly. Remember that Cocoon does alot under the hood. While there is an effort to

RE: JDK 1.4 pre

2002-01-24 Thread Lewis, Andrew J
ouch...that sounds like a serious deployment problem so the need for tools.jar is for the compiler then? I'm sure I'm rehashing old topics (so feel free to tell me so), but what about things like Jikes? -- From: Berin Loritsch[SMTP:[EMAIL PROTECTED]] Reply To: [EMAIL

RE: Servlet to XSL possible?

2002-01-24 Thread Vadim Gritsenko
Bob, Did you EVER tried to access http://cb:8080/cocoon/servlet23/BobServlet? Vadim From: Bob Garvey [mailto:[EMAIL PROTECTED]] Sorry it took so long to respond. The servlet works. Yes. But the output never hits cocoon so the sitemap entry is never operative. The response is returned to

Need help with installing C2 on WTE

2002-01-24 Thread Artjom A. Beierbach
Hello everyone! I was browsing cocoon users mailing list because I was faced the problem of installing cocoon2 under WTE and I found discussion about it. Unfortunately, all particular instructions was sent by e-mail, so I decided to ask for help directly. Pls, mail me that detailed instructions,

How to configure sitemap.xmap

2002-01-24 Thread MOODAD (Shadi LB Soft)
Hi I'm trying to generate pdf reports using the cocoon servlet. I have configured a pipeline like that to handle the xsp files map:pipeline> map:match pattern="**.xsp"> map:generate type="file"/> map:transform/> map:serialize type="fo2pdf"/> /map:match> /map:pipeline> So I got the

Re: JDK 1.4 pre

2002-01-24 Thread Berin Loritsch
Lewis, Andrew J wrote: ouch...that sounds like a serious deployment problem so the need for tools.jar is for the compiler then? I'm sure I'm rehashing old topics (so feel free to tell me so), but what about things like Jikes? Cocoon can be configured to work with Jikes as well. You

RE: Problems, switching off svg

2002-01-24 Thread Vadim Gritsenko
From: Martijn Bouterse [mailto:[EMAIL PROTECTED]] Vadim Gritsenko wrote: 1. Stop the server 2. Wipe out any *svg* from the sitemap 3. Clean work directory (I guess everybody forget this step) I find this a bit cumbersome. This is probably a Tomcat issue, but why is the work dir

Re: Running cocoon without X

2002-01-24 Thread aaldridg
Here's my startup script. Notice there are two types of classpath which I have explicitly added to the command line (I use tomcat). That was my original mistake! Not sure how your classpath is configured, but I guess you may have the same problem. First I added the bootclasspath - this is

Re: Servlet to XSL possible?

2002-01-24 Thread Bob Garvey
Yes I did try http://cb:8080/cocoon/servelt23/ServletTest. I got: page cannot be found. and this in localhost_access_log...txt 192.168.1.30 - - [24/Jan/2002:11:11:00 -0600] GET /cocoon/servlet23/ServletTest HTTP/1.1 404 5 If I try http://cb:8080/examples/servlet/servlet23.ServletTest I get the

Cocoon 2 with VAJ 4 and WTE

2002-01-24 Thread tom blondeau
Hi, I'm trying to set up Cocoon 2 with VisualAge 4 and the Websphere Test Environment on W2k professional. I imported all packages from the lib directory that came with cocoon, fixed a couple problems that occured with inner classes calling protected methods that extend the outer class. seems

RE: Running cocoon without X solved, but...

2002-01-24 Thread michel
Thanks to Anthony's hint with the java -Xbootclasspath/a: option that has to be set on pja.jar the X-problem seems to be solved. While running tomcat on debug mode, I get no longer these errors: Xlib:connection to server:1.0 refused by server Xlib:Invalid MIT-MAGIC-COOKIE-1 key But anyway the

Re: Servlet to XSL possible?

2002-01-24 Thread Bob Garvey
Looks like Cocoon is trying to handle the request From Cocoon.log: DEBUG 10118 [cocoon ] (Thread-13): The sitemap has been successfully compiled! DEBUG 10118 [cocoon ] (HttpProcessor[8080][4]): Changing Cocoon context(sitemap.xmap) to prefix() DEBUG 10118 [cocoon ]

RE: cocoon

2002-01-24 Thread Chitharanjan Das
Try the following map:match pattern=eBiz/* map:generate src=http://lanester:80/tamino/execLog?_xql=//wes:HISTORY[@ino:id={1}]/ map:transform src=eBizMonitor/journalFR.xsl/ map:serialize type=html/ /map:match The pattern will have to be modified to indicate eBiz/{id}. This will

RE: C2 Memory Settings - Xms, Xmx, freememory, and heapsize

2002-01-24 Thread Gerhard Froehlich
Hi Peter, From: Peter Hargreaves [mailto:[EMAIL PROTECTED]] Hi Folks, I've completed my application and am investigating massive memory demands (100M - 300M). The following are some of my conclusions, which may be of use to others. I'm definitely not an expert so comments please from those

RE: Cocoon 2 with VAJ 4 and WTE

2002-01-24 Thread Vadim Gritsenko
From: tom blondeau [mailto:[EMAIL PROTECTED]] snip/ but at least Cocoon seems to be running. when i request http://localhost:8080/cocoon/ the sitemap_xmap.java, sitemap_xmap.class and a 3rd classfile are created but I get an internal server error: The sitemap handler's sitemap is not

RE: Servlet to XSL possible?

2002-01-24 Thread Vadim Gritsenko
From: Bob Garvey [mailto:[EMAIL PROTECTED]] Looks like Cocoon is trying to handle the request From Cocoon.log: snip/ INFO10118 [cocoon ] (HttpProcessor[8080][4]): 'servlet23.ServletTestB' Processed by Apache Cocoon 2.0b2 in 6.559 seconds. You have it up and running! Check also

Re: How to integrate fop-0_20_1-dev in Cocoon-2.0rc2

2002-01-24 Thread Dylan Delrosario
J, Make sure you check your config files and make sure the new jar is replacing the old in the classpath. Regards, Dylan del Rosario [EMAIL PROTECTED] 01/24/02 04:46 AM Hi! I want to integrate fop-0_20_1-dev.jar in Cocoon-2.0rc2. I can't upgrade to Cocoon-2.0 because our Project needs

Servlets to XSL

2002-01-24 Thread Bob Garvey
Thanks to Vadim Gritsenko and David Rosenstrauch. This scheme now works. Here is what I learned that may be valuable to others who would like to write servlets that output XML and would like for the XML to be input to an XLS Transformation. The sitemap entry: map:match pattern=servlet23/*

urgent help needed

2002-01-24 Thread sirisha santhi
Hi All I am getting a problem while installing the cocoon2.0 on tomcat4.0.1.I have downloaded the zip file from the apache site named cocoon-2.0-src.zip and i unzipped it.And i created a war file as per instructions on the site. I copied the war file into %TOMCAT_HOME%/webapps directory. I am

RE: Servlets to XSL

2002-01-24 Thread Chitharanjan Das
There is on major drawback though, If the application have jsps and Servlets. The Context for both JSP and Servlets have to be the same , if they are using session management. In the example depicted below, the Context of servlets and JSP's would be different, making the session

Re: JDK 1.4 pre

2002-01-24 Thread David Rosenstrauch
At 11:22 AM 1/24/02 -0500, Berin Loritsch wrote: Until that time, and the time when XSP is no longer needed, tools.jar needs to go in WEB-INF/lib. Not sure what you mean by that. When won't XSP be needed any longer? Is it being deprecated? DR

Re: Servlets to XSL

2002-01-24 Thread David Rosenstrauch
At 04:30 PM 1/24/02 -0600, you wrote: Thanks to Vadim Gritsenko and David Rosenstrauch. This scheme now works. Glad you're up and running Bob. In fact, though, I feel kinda bad that I gave you some bad advice about refactoring, creating your own generator, etc. Glad Vadim was here to put us

RE: Servlets to XSL

2002-01-24 Thread Vadim Gritsenko
From: Chitharanjan Das [mailto:[EMAIL PROTECTED]] There is on major drawback though, If the application have jsps and Servlets. The Context for both JSP and Servlets have to be the same , if they are using session management. In the example depicted below, the Context of servlets

Re: Servlets to XSL

2002-01-24 Thread Bob Garvey
No problem. You kept me thinking. - Original Message - From: David Rosenstrauch [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 24, 2002 6:38 PM Subject: Re: Servlets to XSL At 04:30 PM 1/24/02 -0600, you wrote: Thanks to Vadim Gritsenko and David Rosenstrauch. This

RE: JDK 1.4 pre

2002-01-24 Thread Alex Kachanov
Guys, I think the problem is that JDK1.4 includes Xerces parser now. So there are conflicting versions when you install JDK 1.4 and cocoon on the same machine with best wishes Alexander Kachanov - Please check that your

XSLTransformer questions!

2002-01-24 Thread shenoy, nitin
Q1) How do I pass the result of XSL transformations to an Action? map:match pattern=ProcessOrder map:generate type=file src=input/message.xml/ map:transform src=input/identity.xsl/ map:act type=load-order / map:serialize/ /map:match In the above scenario, I want

Bizarre cocoon issues

2002-01-24 Thread Sean Peck
I am attempting to install and run cocoon2 under Tomcat 3.2.2 on RH Linux 7.1 with Java 1.3.1_02 I am having all sorts of bizarre problems... 1) The xerces 1.4.4 that came with the cocoon distribution would not work, with it I got NoClassFoundExceptions on startup (and yes, I removed jaxp.jar

Counting Sessions

2002-01-24 Thread Charles Butcher
I need to be able to keep track of the number of active cocoon sessions, and prevent additional users logging on to our application once a certain number of sessions are active. Being new to cocoon, I'm having a hard time working out a good way to do this. Can anyone give me some suggestions?

Re: How to configure sitemap.xmap

2002-01-24 Thread Bartomeu Adrover
If your xsp files generate FO you dont need the tag map:transform/>. If your xsp files don't generate FO you need to especify the xslt (or the transformer) for convert the xml generated by the xsp to FO. "MOODAD (Shadi LB Soft)" wrote: Hi I'm trying to generate pdf reports using the cocoon