You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by Apache Wiki <wi...@apache.org> on 2006/03/29 23:46:03 UTC

[Jackrabbit Wiki] Update of "ContribTips" by RoyFielding

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jackrabbit Wiki" for change notification.

The following page has been changed by RoyFielding:
http://wiki.apache.org/jackrabbit/ContribTips

The comment on the change is:
fix first, move later

------------------------------------------------------------------------------
  
   * Jackrabbit depends on a "newer" JAXP version than the one shipped with JDK 1.4.x. Xerces 2.6.1 works. Since the xml jars are "endorsed" (javax.xml.xx) you should place them in $JAVA_HOME/jre/lib/ext. If using tomcat you can place the xerces jars in $CATALINA_HOME/common/endorsed
  
-  * You must add the system property java.security.auth.login.config to point to a jaas configuration file. Use the file jackrabbit/application/test/jaas.config. In tomcat copy the file to $CATALINA_HOME/conf, and add the following -Djava.security.auth.login.config=%CATALINA_HOME%/conf/jaas.conf to the environment var CATALINA_OPTS. (If your tomcat is already using jaas, simply merge the content of jaas.config with the file that tomcat uses
+  * You must add the system property java.security.auth.login.config to point to a jaas configuration file. Use the file jackrabbit/application/test/jaas.config. In tomcat, copy the file to $CATALINA_HOME/conf, and add the following
  
- TODO : Add a list of the exceptions thrown when running without the prober xml api versions, since the exceptions doesn't give the proper hints)
+ {{{ -Djava.security.auth.login.config=%CATALINA_HOME%/conf/jaas.config }}}
  
- You mean jaas.config
+ to the environment var CATALINA_OPTS. (If your tomcat is already using jaas, simply merge the content of jaas.config with the file that tomcat uses
  
+ TODO : Add a list of the exceptions thrown when running without the proper xml api versions, since the exceptions don't give enough hints)
+