Web app root system property already set to different value: 'webapp.root'
<context-param>
<param-name>webAppRootKey</param-name>
<param-value>{project name and version}</param-value>
</context-param>
Add this to Web.xml and this will fix the issue. Replace the value with project name and version number.
Happy Coding.
<param-name>webAppRootKey</param-name>
<param-value>{project name and version}</param-value>
</context-param>
Add this to Web.xml and this will fix the issue. Replace the value with project name and version number.
Happy Coding.
Comments
Post a Comment