java - tomcat linux folder name case issue -


i have linux server. have 2 folders in root of server:

tomcat2 tomcat2 

please note case of first letter.

each of tomcats has same application in webapps folder. in first case (tomcat2) prints 'hello 1', in second case (tomcat2) prints 'hello 2'.

i run startup.sh in tomcat2/bin folder. see 'hello 2' in logs.

why? know linux case sensitive, bug? use tomcat 6.0.14. fixed or it's not issue?


Comments

Popular posts from this blog

ios - Memory not freeing up after popping viewcontroller using ARC -

Java JSoup error fetching URL -

webstorm - PhpStorm file cache conflict with TypeScript compiler -