On 11/26/18 3:58 PM, Alex O'Ree wrote:
My primary use case is to use an embedded derby within my webapp for storage and whatnot. I also have another requirement to provide localhost (and possible remote access) to the database via jdbc connection. I know how to get derby up and running programmatically in embedded mode and with the network connection, however I'm not super sure how to wire up authentication, permissions, ssl/tls, etc. Is there a guide somewhere for configuring this?

Hi Alex,

The Derby Security Guide should have all the information you need: http://db.apache.org/derby/docs/10.14/security/index.html

Hope this helps,

-Rick

Reply via email to