417109 Demo / Jaas test fails to find etc/login.conf

This commit is contained in:
Jan Bartel 2013-09-13 12:42:14 +10:00
parent 4b274b7933
commit e5da00aff7
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<!-- ======================================================== -->
<Call class="java.lang.System" name="setProperty">
<Arg>java.security.auth.login.config</Arg>
<Arg><Property name="jetty.home" default="." />/<Property name="jaas.login.conf" default="etc/login.conf"/></Arg>
<Arg><Property name="jetty.base" default="." />/<Property name="jaas.login.conf" default="etc/login.conf"/></Arg>
</Call>
</Configure>