############################################################################## # Full path name of the physical storage of the photo albums. ############################################################################## org.wamblee.photos.path=/home/erik/java/workspace/album ############################################################################## # JNDI name of the data source ############################################################################## org.wamblee.photos.datasource=java:PhotoXChange ############################################################################## # Security domain which is used. ############################################################################## org.wamblee.photos.realm=PhotoXChange ############################################################################## # Class name for the user principal # For JBoss, specify org.jboss.security.SimplePrincipal. ############################################################################## org.wamblee.photos.security.userprincipal=org.jboss.security.SimplePrincipal ############################################################################## # Name of the administrators group ############################################################################## org.wamblee.photos.admingroup=administrators