[jboss-user] [JBoss Seam] - Re: Application configuration parameters
jcg3
do-not-reply at jboss.com
Thu Jul 26 09:28:23 EDT 2007
Your best choices would be either database or jndi if you don't want it in the ear file / hierarchy.
I would use jndi if your sysadmin is configuring the file location as it is easier for them to change the files that store the jndi settings than it would be to update a database.
If you go for database, you can get the server's host name and use that as a filter in case all the app servers are going to the same db.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067808#4067808
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067808
More information about the jboss-user
mailing list