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"
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]
