- Jetspeed from CVS or 1.1?
- Did you update your libraries from ./lib?
- You do know that Tomcat 3.1 is available.  I would recommend 100% that
you upgrade.

I don't that XSP is working from Tomcat just yet... I have been using
JServ for a while now.  I will give Tomcat another shot shortly now that
the XSP problem is sort of fixed.

Kevin

Frederic Lavigne wrote:
> 
> Hi,
> 
> I'm running Jetspeed under Windows 98, JDK1.2, tomcat 3.0 and a up-to-date
> Jetspeed version.
> 
> When trying to access an XSP application, I get the following error:
> 
> Exception:  java.lang.Exception: XSP Java Compiler: Compilation failed for
> _jetspeed.java 65: Invalid escape character.
> 
> "href=\"file:///C:\jdk\tomcat\webpages\content/dynamic/portletbrowser/xsp/in
> dex.xsl\" type=\"text/xsl\""
>                                 ^
> [...]
>  at
> org.apache.cocoon.processor.xsp.language.java.XSPJavaProcessor.compile(XSPJa
> vaProcessor.java:142)
>  at
> org.apache.cocoon.processor.xsp.XSPProcessor.process(XSPProcessor.java:415)
>  at org.apache.cocoon.Engine.handle(Engine.java:299)
>  at
> org.apache.jetspeed.portal.cocoon.CocoonRenderer.transformContent(CocoonRend
> erer.java:184)
>  at
> org.apache.jetspeed.portal.cocoon.CocoonRenderer.transform(CocoonRenderer.ja
> va:145)
>  at
> org.apache.jetspeed.portal.portlets.CocoonPortlet.getContent(CocoonPortlet.j
> ava:152)
> 
> Here is the code snippet (in the cocoon repository):
>           document.appendChild(
>             document.createProcessingInstruction(
>               "xml-stylesheet",
> 
> "href=\"file:///C:\jdk\tomcat\webpages\content/dynamic/portletbrowser/xsp/in
> dex.xsl\" type=\"text/xsl\""
>             )
>           );
> 
> It seems that Cocoon did not replace correctly escaped '\' by '\\' (or '/').
> Do I need a new cocoon version ? or is it a configuration problem ?


-- 
Kevin A Burton ([EMAIL PROTECTED])
http://relativity.yi.org
Message to SUN:  "Please Open Source Java!"
The house of the unbelievers shall be razed and they shall be
scorched to the earth. Their code will be open until the end of days.


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to