Florent Goalabre wrote:
> Hello,
>
> I recently install Tomcat 3.2b4, jetspeed 1.2b1 with jdk1.3
>
> When accessing to customize menu,
> an error occurs, the message in turbine.log is
>
> CocoonPortlet: Could not use the following
> URL: http://localhost:8080/content/dynamic/customizer/xsp/ui.xml
> Could not associate stylesheet to document: error reading>
>
>file://usrr/local/src/tomcat/webapps/ROOT/content/dynamic/customizer/xsp/ui-generic.xsl:
> java.net.UnknownHostException: home>
>
The problem is that the logics to map file to url misses one "/", and it tries to find
the
file: in the host "usr" (or "home"). It gives problems either in Linux or Windows. The
right
url is file:///usr... in linux, and file:///c:/... in windows.
>
> I check the location of ui-generic.xsl and it is valid.
>
> Searching th mailing list it seeems to be an error in cocoon with xsp
> processing.
> Is there a workaround without patching cocoon ?
>
> Thanks for help.
>
> florent
>
> --
> --------------------------------------------------------------
> 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]
--
--------------------------------------------------------------
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]