Hi, I have study through some of the source code related to .h2.server.properties file
In my humble opinion, will it be better for the user to specify the directory path where the file is located instead of forcefully using SysProperties.USER_HOME (i.e. user.home System Properties) as the directory? What I am currently doing to have my .h2.server.properties file relocate to other directory is as follow: * copy h2.server.properties from USER_HOME to \Projects\h2database directory * start the server using the following command by changing the user.home System Property java -Duser.home="\Projects\h2database" -cp \Develops \h2database12143\bin\h2*.jar org.h2.tools.Server -webAllowOthers -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
