You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Michael Wechner (JIRA)" <ji...@apache.org> on 2005/07/19 23:35:46 UTC

[jira] Commented: (JCR-172) Improved READMEs for building sequence of trunk and jcr-server

    [ http://issues.apache.org/jira/browse/JCR-172?page=comments#action_12316169 ] 

Michael Wechner commented on JCR-172:
-------------------------------------

I think we should also add a jaas.config and mention the JAVA_OPTS within the README:

JAVA_OPTS="-Djava.security.auth.login.config==.....jaas.config"

I will add another patch ...

> Improved READMEs for building sequence of trunk and jcr-server
> --------------------------------------------------------------
>
>          Key: JCR-172
>          URL: http://issues.apache.org/jira/browse/JCR-172
>      Project: Jackrabbit
>         Type: Improvement
>   Components: docs
>     Reporter: Michael Wechner
>     Assignee: Jukka Zitting
>     Priority: Trivial
>  Attachments: jcr-server_README_diff.txt, trunk_README_diff.txt
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


Re: [jira] Commented: (JCR-172) Improved READMEs for building sequence of trunk and jcr-server

Posted by Michael Wechner <mi...@wyona.com>.
Brian Moseley wrote:

> Michael Wechner (JIRA) wrote:
>
>>     [ 
>> http://issues.apache.org/jira/browse/JCR-172?page=comments#action_12316169 
>> ]
>> Michael Wechner commented on JCR-172:
>> -------------------------------------
>>
>> I think we should also add a jaas.config and mention the JAVA_OPTS 
>> within the README:
>>
>> JAVA_OPTS="-Djava.security.auth.login.config==.....jaas.config"
>>
>> I will add another patch ...
>
>
> jaas.config is not needed any more, with the addition of the 
> LoginModule element to repository.xml, right?


well, I have built the jcr-server on the following version

Last Changed Author: tripod
Last Changed Rev: 219511

and deployed the war file within Tomcat and received an error.

After adding the jaas.config the error was gone.

Is it possible that the jcr-server is lagging behind core development?

Michi


-- 
Michael Wechner
Wyona      -   Open Source Content Management   -    Apache Lenya
http://www.wyona.com                      http://lenya.apache.org
michael.wechner@wyona.com                        michi@apache.org


Re: [jira] Commented: (JCR-172) Improved READMEs for building sequence of trunk and jcr-server

Posted by Brian Moseley <bc...@osafoundation.org>.
Michael Wechner (JIRA) wrote:
>     [ http://issues.apache.org/jira/browse/JCR-172?page=comments#action_12316169 ] 
> 
> Michael Wechner commented on JCR-172:
> -------------------------------------
> 
> I think we should also add a jaas.config and mention the JAVA_OPTS within the README:
> 
> JAVA_OPTS="-Djava.security.auth.login.config==.....jaas.config"
> 
> I will add another patch ...

jaas.config is not needed any more, with the addition of the LoginModule 
element to repository.xml, right?