As pointed out by another, load-on-startup only refers to servlets within a specific webapp. It does not have any influence over the load order of web applications themselves.

--David

Eric Haszlakiewicz wrote:
On Mon, Apr 24, 2006 at 11:20:54AM -0400, David Smith wrote:
This question comes up every so often and the answer is always no. The webapp load order cannot be relied upon. In your case, might I suggest the database webapp be run on a separate instance of tomcat? Can the connection be done via TCP/IP?

        eh?  I thought that's what the "load-on-startup" element in a web.xml's
"servlet" element does.  Or does that not take effect across web applications?

eric

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to