Jackrabbit

コードを書くにも、いまいち情報が少ない・・・。というわけで、コードを書くために参考になりそうなものをいくつか、あげておく。

http://wiki.apache.org/jackrabbit/ExamplesPage

http://www.day.com/maven/jsr170/javadocs/jcr-1.0/

http://wiki.apache.org/jackrabbit/ContribTips

http://incubator.apache.org/jackrabbit/doc/firststeps.html

http://www.artima.com/lejava/articles/contentrepository3.html

Tomcatでウェブアプリとして使うためには、confの下にjaas.confを置いて、CATALINA_OPTSに入れて読み込ませるそうな。

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

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です