> From: Michael Hackett [mailto:[EMAIL PROTECTED] > Subject: Selective auto-deploy of web-apps? > > We want to prompt the user for the database password and > boot the database before launching the real application.
What user? > I guess we will have to look at controlling the database > startup and shutdown within the main app Is there some reason an ServletContextListener won't work? (See section 10.2.2 of the Servlet spec - it seems to describe a situation very close to yours.) - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
