Mark Nickel wrote:
>
> <SNIP>
>
> Please let me know if I need to post more information regarding this
> problem. Thanks for your help!!!
>
> Mark Nickel
>
> Here's my architecture:
> Redhat Linux 6.1
> Apache 1.3.11
> Apache JServ 1.1
> Cocoon 1.7.0 - Note that this not the .jar from the JetSpeed dist
> JetSpeed 1.0
>
POSSIBLE ISSUE:
Check your portletmarkup.default entry in JetspeeedResources.properties.
If you find /content/xml/... then your issue is certainly caused by Cocoon
pre-processing of the defaultPortlets.xml file.
DIAGNOSIS:
You can check that by looking in your cache directory for the
defaultPortlets.xml
cache version and check if there's Cocoon processing comment at the end and
if there's an HTML doctype declaration at the start
FIX:
- use complete file URLs in your properties file, thus giving:
portletmarkup.default=file:///<mypathtojetspeed>/content/xml/defaultPortlets.xml
portletmarkup.all=file:///<mypathtojetspeed>/content/xml/allPortlets.xml
- or disable Cocoon processing of xml extension for your web site
- or switch to Cocoon 2.0-alpha which doesn't handle every *.xml files :)
Hope this helps,
--
Rapha�l Luta - [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]