Jan Kowalik wrote:
If you mean file $CATALINA_HOME/conf/Catalina/localhost/Portal.xml
(Portal is a name of custom jetSpeed2) then as you can see in my first
post it is set there
useContextClassLoader="false"
Sorry, I missed your initial report.
Yes, it seems your configuration in this respect seems fine.

It difficult to tell what exactly is wrong in your installation, but as you also installed using the demo installer, the end result of your custom portal setup should be practically the same (except for the different Portal name). One thing I noticed from your initial report is that you say you downloaded the maven-jetspeed2-plugin using -Dversion=2.1.2, not -Dversion=2.1.3? Maybe that's just a typo in your report, but if not, please delete the 2.1.2 plugin from your local repository again (including the cache folder) and try again with -Dversion=2.1.3

Then, if both your custom Portal and the demo installer based portal are based off the same source, maybe you can run a diff between both installations to see if you can find some (significant) difference.
(On Linux, I use Meld a lot for graphical comparison between directories, great 
tool)

I'm happy to help out further if you found some differences.

Regards,

Ate


I use Tomcat 5.5.27.

Anyway thanks for your remark.


2009/5/10 Ate Douma <[email protected]>:
This is most likely caused by an incorrect configuration of the Realm
element in the Tomcat context file for Jetspeed, and specifically the
useContextClassLoader attribute.

The difficulty is that the right configuration depends on the version of
Tomcat.
With Tomcat version <= 5.5.23 this attribute requires value "true":

 useContextClassLoader="true"

With Tomcat veresion >= 5.5.27 (and >= 6.0.18) you need to configure value
"false":

 useContextClassLoader="false"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]




---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to