[jboss-dev-forums] [Design of JBoss Transaction Services] - Re: ObjectStoreDir location
mark.little@jboss.com
do-not-reply at jboss.com
Mon Jan 8 13:24:32 EST 2007
"dimitris at jboss.org" wrote : I've notice JBossTS when used in JBossAS, by default, uses:
|
| JBOSS_HOME/bin/PutObjectStoreDirHere
|
| to store tx recovery info.
|
| We don't store data in the bin dir. Actually, I would expect the correct location to be inside every particular server config directory, because you can use the same bin to run multiple server configurations, so use something like:
|
| JBOSS_HOME/server/default/data/object-store
|
| I see this entry in conf/jbossjta-properties.xml:
|
|
| In jboss xml config files we would normally use a syntax like
| ... ${jboss.server.data.dir}/object-store
|
| Can we do something similar with the jbossjta-properties.xml configuration? Do it substitute system properties?
We've always encouraged users to change that setting when installing into JBoss. Putting it within the JBossAS install wasn't always guaranteed to work because, certainly back in the 3.2.x days, people would often install JBossAS into read-only directories. The object store dir must be writeable.
Do we assume that the JBossAS directory is always writeable?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999155#3999155
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3999155
More information about the jboss-dev-forums
mailing list