JBoss Community

Re: LoginException: Missing users.properties file

created by Marcus Moyses in JBoss AS7 Development - View the full discussion

You can use relative paths. For example "../standalone/configuration/atx-tax-users.properties" if you are starting AS7 from the $JBOSS_HOME/bin directory.

Alternatively you can include the properties file in the WEB-INF/classes folder of your web application. It would then be included in the classpath so you can set the option to "atx-tax-users.properties".

Reply to this message by going to Community

Start a new discussion in JBoss AS7 Development at Community