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 -

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -