Daniel,
> now the good news ...
Good news! Yay! :)
>
> - if i access jetspeed through
> http://dblabor2.fh-reutlingen.de/portal/jetspeed
> jetspeed loads an empty page (page contains no data)
>
> this means i'm not running into an error but jetspeed still wont displays
> anything.
So no errors in the turbine.log file ?? I assume that there are no more
errors... If no more errors then the problem is most likely because Jetspeed
is unable to find the defaultPortlets.xml file.
Two things that I noticed:
set content.root to:
content.root = http://dblabor2.fh-reutlingen.de
instead of:
content.root = http://dblabor2.fh-reutlingen.de/content
this should work because you have put the jetspeed content directory right off
your DocumentRoot
The next thing is a Change in the Portlet Markup section. Fully qualify the
URL (URI??) of those properites for the defaultPortlets.xml file.
You have:
#########################################
# Portlet Markup #
#########################################
#specify the default set of portlets to use for the Home page
portletmarkup.default=/content/xml/defaultPortlets.xml
#specify the default set of portlets the user can choose from
portletmarkup.all=/content/xml/allPortlets.xml
Set to:
portletmarkup.default=file:///<Webserver_DocumentRoot>/content/xml/defaultPortlets.xml
portletmarkup.all=file:///<Webserver_DocumentRoot>/content/xml/allPortlets.xml
where <Webserver_DocumentRoot> = var/www
eg:
portletmarkup.default=file:///var/www/content/xml/defaultPortlets.xml
portletmarkup.all=file:///var/www/content/xml/allPortlets.xml
These steps are in the FAQ under "Configure JetSpeedResource.properties":
http://locus.apache.org/jyve-faq/Turbine/screen/DisplayQuestionAnswer/action/SetAll/project_id/1/faq_id/13/topic_id/110/question_id/464
> anybody thought about a java apache documentation project ;-) ?
> maybe i could get into this, though ...
Yeah, store all the documents in XML and render them in Cocoon. :)
Mark
--
--------------------------------------------------------------
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]