Hi,
I've been using derby as a embedded database. When I used java code from a servlet to create a database, it create the db with root ownership. Why is this. here's a snippet of my code.
To my knowledge there is no suid functionality in Java so I would presume this is because your servlet container is running as root. This is generally considered a *bad idea*
-- Jeremy
