You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-I added an application.properties file in resource folder which has contextPath defined in that like
server.contextPath=/db/makeCall. But when i deploy the application in local tomcat then it ignores context Path and just takes war file name in context path. But the same application when i use with embedded tomcat then it takes the contexPath from application.properties file.