> From: Orlando Reis [mailto:[EMAIL PROTECTED] > Subject: Re: Webapps loading order > > The reason for not having any order is because it's > multithread and all webapps are loaded at the same time.
Actually, the Tomcat webapp deployer is not currently multi-threaded, but there's no reason it couldn't be in the future. The servlet spec does not define a loading order, since by definition, all webapps are supposed to be independent. As others have pointed out, if you need something above and beyond spec-defined behavior, you have to provide it yourself. Tomcat tries to adhere to the letter of the spec; any additional behaviors results in apps being less portable across containers. - 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 start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]