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
Post a Comment