Santiago Gala wrote:
> 
> Florent Goalabre wrote:
> 
> >
> > 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.
> 

In which file is it possible to precise these uri ?
i try /content/dynamic/customizer/xsp/ui.xml
and   /psml/portletregistry.psml   without any success.
The same error occurs.

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]

Reply via email to