web applications - Deployment order of WAR file specified using deployment descriptor -


i using deployment descriptor xml file deploy war file, 'sample.war'. have deployed war file sin webapps. 'sample.war' deployed before other wars in webapps?

deployment order filesystem dependent.

there no provisions in servlet spec dictate webapp loading order. having webapps depend on each other directly highly discouraged.

common classes or functionality typically shared via server classloader , jndi.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -