They need to be separate files; not part of any dd.

They need to be on the webapp's classpath; I've seen them put in 
WEB-INF/classes.  This allows them to be hot deployed with the webapp.  They 
can also go in the /server/.../conf folder.

Give the files a unique, app-specific name --- don't just call them 
users.properties and roles.properties.

For an example, see the $JBOSS_HOME/server/default/conf/login-config.xml file, 
the "web-console" application policy.  If you then look in the 
deploy/management/console-mgr.sar/web-console.war you can see the files in 
WEB-INF/classes.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893454#3893454

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3893454


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to