Hi Am trying to deploy an application in Tomcat version 9.10,it has application war file name like For Eg: app-name##r123.war file. And I can see its not recognizing the context path from the exploded war. If I rename the war file name without revision number it works fine.
from Tomcat documentation I can see that this naming convention is supported - https://tomcat.apache.org/tomcat-9.0-doc/config/http.html however it doesn't seem to work. The same war file works with Tomcat7 without any issues.Did anyone face this issue ? -Prem