Peter Wilkinson wrote:
> 
> I've installed Jetspeed 1.2b1 on Tomcat 3.2b1 on Linux JDK1.3beta and got
> past a few XML parser issues by moving parser.jar to xmlparser.jar so that
> xerces.jar is earlier in the classpath and the Jetspeed home page works.
> However, when I go into any of the 'Applications' 'Customize Page...' etc. I
> get the following Cocoon error.
> 
> CocoonPortlet: Could not use the following URL:
> http://first:8080/content/dynamic/customizer/xsp/ui.xml Could not associate
> stylesheet to document: error reading
> file://home/peterw/src/jakarta-tomcat/webapps/ROOT/content/dynamic/customize
> r/xsp/ui-generic.xsl: java.net.UnknownHostException: home
> 
> Am i missing something or is this a bug??

You used an incorrect file URL... try:

file:////home/peterw/src/ 

The syntax is file://host/path

host is used if you want to use FTP.  

yada yada.

Kevin


-- 
Kevin A Burton (e-mail: [EMAIL PROTECTED], UIN: 73488596, ZKey:
burtonator)
http://relativity.yi.org
Message to SUN Microsystems:  "Please Open Source Java!"
To fight and conquer in all your battles is not supreme excellence;
supreme 
excellence consists in breaking the enemy's resistance without fighting.
    - Sun Tzu, 300 B.C.


--
--------------------------------------------------------------
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