Michael Wagner [
http://community.jboss.org/people/michael.wagner] created the discussion
"alternative location for h2 database"
To view the discussion, visit:
http://community.jboss.org/message/614820#614820
--------------------------------------------------------------
Hi,
somebody please tell me how I can change the location for the h2 database from
"C:\Documents and Settings\<username>" to the jbpm-installier directory?
Would be nice to have all things in one place. Especially if working with multiple users.
I have tried this in the build file:
<target name="start.h2" depends="download.h2">
<java classname="org.h2.tools.Server" fork="true"
spawn="true">
<arg value="-tcp" />
<arg value="-baseDir=${install.home}/repository"/>
<arg value="-mvcc=true"/>
<classpath location="${install.home}/db/driver/h2.jar" />
</java>
</target>
But that does not work. Where are the startup parameters of h2 documentated? Cant find it
on the homepage.
Michael
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/614820#614820]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]