Re: any security how to guides for a hybrid derby setup?

2018-11-26 Thread Alex O'Ree
perfect, thanks! On Mon, Nov 26, 2018 at 7:10 PM Rick Hillegas wrote: > 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)

any security how to guides for a hybrid derby setup?

2018-11-26 Thread Alex O'Ree
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

Re: any security how to guides for a hybrid derby setup?

2018-11-26 Thread Rick Hillegas
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