RE: Selective auto-deploy of web-apps?

2005-12-09 Thread Michael Hackett
Quoting "Caldarale, Charles R" <[EMAIL PROTECTED]>: > > From: Michael Hackett [mailto:[EMAIL PROTECTED] > > Subject: Re: Selective auto-deploy of web-apps? > > > > Anyway, I appreciate the attempt, but I don't think that solves my > > proble

Re: Selective auto-deploy of web-apps?

2005-12-09 Thread Michael Hackett
> From: "Caldarale, Charles R" <[EMAIL PROTECTED]> > > > From: Michael Hackett [mailto:[EMAIL PROTECTED] > > > > We want to prompt the user for the database password and > > boot the database before launching the real application. > > What

Selective auto-deploy of web-apps?

2005-12-08 Thread Michael Hackett
I'm trying to come up with a solution for the following situation: We have a webapp that we need to deploy with an encrypted Derby database. We want to prompt the user for the database password and boot the database before launching the real application. I was thinking of having either: (1) a sepa