Daniel,
> - yea, there is an error message in my webserver's error.log
> - the message claims that the class file
> org/apache/jetspeed/portal/factory/PortletFactory
> is missing, but a jar -tf Jetspeed.jar | grep
> org/apache/jetspeed/portal/factory/PortletFactory
> shows, that the class file is included in the jar.
You probably need to uncomment the Jetspeed.jar and turbine-2.0.jar file in
your jserv.properties. Yes, you already have Jetspeed.jar in your
repositories= propertiy of the jetspeed.properties file, but include it in
both places anyway. The repositories property is supposed to define the
class locations that are valid for the servlet zone. I think that you should
just include them in both places, just like the FAQ says... I am planning on
understanding the servlet zone thing with a much simpler case. Like a zone
that has 1 HelloWorld class that is referred to only in the repositories
property, not in wrapper.classpath. Something ultra simple. :)
You are getting the error in your error_log because the servlet engine is not
able to fine the class in the Jetspeed.jar file because it's not in the
CLASSPATH....
you might also want to double check your spelling of coocon-servlet2.2.jar.
I know that it's a spelling error, but if you continue to get errors in your
error_log, then this could be another likely culprit.
I'm positive you are getting closer!!!! :)
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]