I have configured derby logs, but logs are not getting printed.
What makes you think the logs are not being written? Perhaps you are not looking in the right location for the logs. The derby.log file is generally written in the directory that the Derby database engine considers to be its "home" directory. Here's some documentation: http://db.apache.org/derby/docs/10.10/devguide/cdevdvlp25889.html http://db.apache.org/derby/docs/10.4/tuning/rtunproper32066.html thanks, bryan
