Raju Balugu wrote: > Thanks David . > > So,On which basis it will load that?(For example Alphabetical ..etc)My > requirement is need to load x context and then only needs to load Y > Context.Even I am ready to change tomcat code also to meet my > requirement?please suggest me .
Any solution that relies solely on the order the webapps are loaded is not going to be portable between containers. The current delpoyment order is determined by the deployApps() method in http://svn.apache.org/repos/asf/tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/startup/HostConfig.java A more portable solution would be to check for the existence of a dependant context and refuse requests until it exists. Mark --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]