[jboss-dev-forums] [JBoss AS 7 Development] - JBoss AS7 Securing Passwords
mentallurg
do-not-reply at jboss.com
Thu Jan 3 17:30:30 EST 2013
mentallurg [https://community.jboss.org/people/mentallurg] commented on the document
"JBoss AS7 Securing Passwords"
To view all comments on this document, visit: https://community.jboss.org/docs/DOC-17248#comment-11328
--------------------------------------------------
@Steve:
I suppose you have put <vault> on the wrong place in the XML file. It cannot be used on arbitrary place you want. If you use it in standalone.xml, the sequence of tags MUST be following:
<extensions>
<system-properties>
<paths>
*<vault>*
<management>
If you have only <extensions> and <management>, then <vault> must be exactly AFTER </extensions> and BEFORE <management>.
--------------------------------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20130103/1b7a5e15/attachment.html
More information about the jboss-dev-forums
mailing list