Re: Strange startorder of webapps

2008-08-11 Thread Mark H. Wood
In particular, Unix code to walk a directory may return file names in any order. You don't often see this behavior because 'ls' typically sorts its output unless you ask it not to. OTOH I believe that Windows keeps its directories sorted and will always produce file names in lexical order. -- M

Re: Strange startorder of webapps

2008-08-11 Thread Tobias Kaefer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 | There is no expected startup order. Neither the Servlet spec nor Tomcat | define one. You can't rely on the apps starting in any particular order. Yes, you're right. And I'll expected that behaviour. I missed to sync one file with the version-contro

Re: Strange startorder of webapps

2008-08-11 Thread Mark Thomas
Tobias Kaefer wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! I have a strange problem with Tomcat 6.0.16 and the start order of my webapps. I just switched form 32bit-Windows XP to 64bit-Linux on my development system. On the Windows system everything works as expected: ROOT webapp is

Strange startorder of webapps

2008-08-10 Thread Tobias Kaefer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! I have a strange problem with Tomcat 6.0.16 and the start order of my webapps. I just switched form 32bit-Windows XP to 64bit-Linux on my development system. On the Windows system everything works as expected: ROOT webapp is the first webapp to b