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 user? The user of the web app. In this case, there will only be one

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 problem of controlling the startup of a webapp or servlet from another

Re: Selective auto-deploy of web-apps?

2005-12-09 Thread David Smith
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 problem of controlling the startup of a webapp or servlet from another webapp or servlet. I don't understand why

RE: Selective auto-deploy of web-apps?

2005-12-08 Thread Caldarale, Charles R
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

Re: Selective auto-deploy of web-apps?

2005-12-08 Thread Martin Gainty
Bonjour Michael Have you looked into using Spring Framework lazy-init=true property e.g objects default-lazy-init=true ? Martin- - Original Message - From: Michael Hackett [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Thursday, December 08, 2005 5:08 PM Subject: Selective