> From: Kyle B [mailto:[EMAIL PROTECTED] > Subject: Server.xml Sort on Start > > Can anyone explain the server.xml sorting algorithm Tomcat > uses on start?
Tomcat handles most configuration items by inserting them into a HashMap and then iterating over the contents. The resulting order should be based on the hash index of whatever key is used; for <Host> elements, that appears to be the name attribute. I suppose you could run a simple program that mimics the Tomcat mechanism to find the resulting order. - 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]