As I understand it, derby.system.home has to be specified as a system property (e.g. -Dderby.system.home=c:\temp\databases).

derby.properties must be placed in derby.system.home, and that's how you set all the other configuration values.

David

Upendra Chitnis wrote:

Hello,

I am trying to use derby.properties file , but the server is unable to recognise it when i
launch.

Here is my properties file

derby.system.home=C:\temp\databases\
derby.infolog.append=true
derby.storage.pageSize=8192
derby.storage.pageReservedSpace=60

I am using derby network server. The properties file is located in the same directory
from which i am launching the server

java org.apache.derby.drda.NetworkServerControl start

Please let me know if i am doing anything wrong, am i missing any starting parameters ?

Thanks !

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com


Reply via email to