How about trying with either - %20% or - changing the dir name to omit spaces (spaces in web paths are often messy)
>>> [EMAIL PROTECTED] 10/07/2003 06:27:39 >>> I've got the following problem when running Tomcat/Cocoon and IIS () - both standalone on my development notebook - in parallel. Most of the Cocoon pipelines are working but this one is only working when apache is running on port 8080. Problem: -------- IIS on localhost:8080 Tomcat on port 80 Pipeline: --------- <map:match pattern="histochart.jpeg"> <map:generate src="http://localhost:8080/~Owner/My%20Website/cocoon/svg/svgdata.xml"/> <map:transform src="http://localhost:8080/~Owner/My%20Website/cocoon/svg/svgdata-legend.xsl"/> <map:serialize type="svg2jpeg"/> </map:match> Invoke: ------- http://localhost/cocoon/samples/portal-fw/histochart.jpeg gets error: "The org.apache.cocoon.components.treeprocessor.sitemap.PipelineNode notifies that org.apache.cocoon.ProcessingException says: Unable to get transformer handler for http://localhost:8080/~Owner/My%20Website/cocoon/svg/svgdata-legend.xsl More precisely: org.apache.cocoon.ProcessingException: Unable to get transformer handler for http://localhost:8080/~Owner/My%20Website/cocoon/svg/svgdata-legend.xsl: org.apache.excalibur.xml.xslt.XSLTProcessorException: Exception in creating Transform Handler" But: ---- http://localhost:8080/~Owner/My%20Website/cocoon/svg/svgdata-legend.xsl is a valid URI to this file Any ideas ?? Thanks, Holger ___________________________________________________ The ALL NEW CS2000 from CompuServe Better! Faster! More Powerful! 250 FREE hours! Sign-on Now! http://www.compuserve.com/trycsrv/cs2000/webmail/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. Mailscanner thanks transtec Computers for their support. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
