Xalan redirect (to file) within Tomcat

2004-01-07 Thread Chris Ward
Hi, I'm using Xalan for XSL transformations. I can get the Xalan extension redirect) to work from the command line test progs, but fails when used within servlet. The output file I'm trying to write has the full path. Any ideas? Best regards Chris

RE: Xalan redirect (to file) within Tomcat

2004-01-07 Thread Shapira, Yoav
, what JDK version, and what OS are you using? Yoav Shapira Millennium ChemInformatics -Original Message- From: Chris Ward [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 07, 2004 9:02 AM To: Tomcat Users List Subject: Xalan redirect (to file) within Tomcat Hi, I'm using Xalan for XSL

RE: Xalan redirect (to file) within Tomcat

2004-01-07 Thread Chris Ward
Howdy, Perhaps if you provided a bit more detail than just fails when used within servlet then we could help some more ;) Ah. Yes. Very good point. Are there any errors in your log? Do you (i.e. the user account running tomcat) have write permissions to the directory/file you're

RE: Xalan redirect (to file) within Tomcat

2004-01-07 Thread Chris Ward
Correction to previous posting... (error message) Howdy, Perhaps if you provided a bit more detail than just fails when used within servlet then we could help some more ;) Ah. Yes. Very good point. Are there any errors in your log? Do you (i.e. the user account running

RE: Xalan redirect (to file) within Tomcat

2004-01-07 Thread Shapira, Yoav
redirect (to file) within Tomcat Howdy, Perhaps if you provided a bit more detail than just fails when used within servlet then we could help some more ;) Ah. Yes. Very good point. Are there any errors in your log? Do you (i.e. the user account running tomcat) have write permissions

RE: Xalan redirect (to file) within Tomcat

2004-01-07 Thread Chris Ward
Howdy, Perhaps a case-sensitivity issue? What happens if you use Redirect instead of redirect? I thought that, but the redirect is defined in the stylesheet as... extension-element-prefixes=redirect My example is in the samples directory in the standard Xalan download

RE: Xalan redirect (to file) within Tomcat

2004-01-07 Thread Shapira, Yoav
Message- From: Chris Ward [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 07, 2004 1:51 PM To: Tomcat Users List Subject: RE: Xalan redirect (to file) within Tomcat Howdy, Perhaps a case-sensitivity issue? What happens if you use Redirect instead of redirect? I thought

RE: Xalan redirect (to file) within Tomcat

2004-01-07 Thread Chris Ward
Howdy, I don't know Xalan well enough to answer, but it seems pretty clear tomcat is looking for a class called Redirect, while the stylesheet uses redirect. It seems like a case-sensitivity issue, but I can't help much beyond that ;) Yoav Shapira I agree. Anyway, a few Googles

RE: Xalan redirect (to file) within Tomcat

2004-01-07 Thread Shapira, Yoav
Howdy, Thanks for posting your findings. Yoav Shapira Millennium ChemInformatics -Original Message- From: Chris Ward [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 07, 2004 2:43 PM To: Tomcat Users List Subject: RE: Xalan redirect (to file) within Tomcat Howdy, I don't know