Mamei Marco wrote:
> 
> Hi,
> I would like to install Prowler under Jetspeed. I am trying the to run in a
> portlet the Prowler XSP sample.
> I followed the instructions (posted some time ago in the mailing list) to
> run it under Cocoon, then
> I created the following entry in the jcfg file.
> 
> <portlet-entry application="true" admin="false" parent="Cocoon"
> hidden="false" type="ref" name="Prowler">
> <url>/content/dynamic/Prowler/xsp/index.xml</url>
> <parameter value="/content/dynamic/Prowler/xsp/index_f.xsl"
> name="stylesheet"/>
> <meta-info>
> <title>Prowler</title>
> <description>Prowler CMS</description>
> </meta-info>
> </portlet-entry>
> 
> Then I added in the index.xml file of XSP sample
> 
> <?cocoon-process type="xsp"?>
> <?cocoon-process type="xslt"?>
> 
> But it doesn't work........here is my log file:
> 
> --  ERROR  -- CocoonPortlet: Could not use the following URL:
> http://127.0.0.1:80/content/dynamic/Prowler/xsp/index.xml
> _D_._OpenJODA._tomcat._webapps._ROOT._portlet._Prowler
> Exception:  java.lang.ClassNotFoundException:
> _D_._OpenJODA._tomcat._webapps._ROOT._portlet._Prowler
> Stack Trace follows:
> java.lang.ClassNotFoundException:
> _D_._OpenJODA._tomcat._webapps._ROOT._portlet._Prowler
> at java.net.URLClassLoader$1.run(URLClassLoader.java, Compiled Code)
> 
> Any clues? Did someone manage to let Prowler and Jetspeed work together?
> 

I think the problem is either that the prowler files are not in the
classpath or that Cocoon XSP processor does not set correctly the
classpath to the jar files in the tomcat lib directory. Try adding those
files explicitly in the CLASSPATH, and you will get a brand new error
:-)

I am looking to problems in the cocoon stuff, we seem to have broken it
with the last changes.

> Thanks in advance

Good luck!

> Marco
> 
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Archives and Other:  <http://marc.theaimsgroup.com/?l=jetspeed>
> Problems?:           [EMAIL PROTECTED]


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://marc.theaimsgroup.com/?l=jetspeed>
Problems?:           [EMAIL PROTECTED]

Reply via email to