Where do I need to place my users.propeties file? Because JBoss says:
"LoginException: Missing users.properties file"
I configured it like this and expected they must be in the same directory as standalone.xml is:
<module-option name="usersProperties" value="abx-tax-users.properties"/>
If I use a path like "D:/somewhere/abx-tax-users.properties" it works. But I want to use a relative path like in all the examples I have seen about this.
Any idea?