Re: Ordered loading of WAR files

2008-01-23 Thread Mark H. Wood
On Wed, Jan 23, 2008 at 05:01:35PM +0300, Konstantin Kolinko wrote: > > On windows my issues appears to be that the context.xml from the > > auth.war is being cached inside tc/conf/Catalina/localhost/... > > "cached" is not the right word. It is how deployment mechanism works > in tomcat. The pres

Re: Ordered loading of WAR files

2008-01-23 Thread Konstantin Kolinko
> On windows my issues appears to be that the context.xml from the > auth.war is being cached inside tc/conf/Catalina/localhost/... "cached" is not the right word. It is how deployment mechanism works in tomcat. The presence of .xml in tc/conf/Catalina/localhost/ means that you application has bee

Re: Ordered loading of WAR files

2008-01-18 Thread Jonadan
> Be a better friend, newshound, and > know-it-all with Yahoo! Mobile. Try it now. > http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ > > -- View this message in context: http://www.nabble.com/Ordered-load

Re: Ordered loading of WAR files

2008-01-18 Thread Filip Hanik - Dev Lists
I believe if you specify your applications as elements inside server.xml, they will be deployed in the order they are specified Filip Fu-Tung Cheng wrote: Hi, I have two war files. One is an authentication war and the other is setup to use the authentication war via the servlet context.xml

Ordered loading of WAR files

2008-01-17 Thread Fu-Tung Cheng
Hi, I have two war files. One is an authentication war and the other is setup to use the authentication war via the servlet context.xml mechanism. On windows my issues appears to be that the context.xml from the auth.war is being cached inside tc/conf/Catalina/localhost/... and that on the 2nd