Deploying project as root in tomcat

preview_player
Показать описание
In this video will be seeing how to deploy java web project to access as root. this video also shows how to access java web application without using context path in url
Рекомендации по теме
Комментарии
Автор

I want your help, can you please tell me the next step

archanayuvaraj
Автор

i deployed my application as a root app in tomcat, i did this by renaming my webapp.war file to ROOT.war . but the thing is when i make any changes to my source code with the help of CI/CD pipeline those changes doesn't reflect on my application, i think the problem is when i make changes on my source code it creates another webapp.war file which i previouslly renamed as ROOT.war file, so now there are 2 war files one is ROOT.war file and another is webapp.war(whose changes didn'nt reflect on my app)....i think if the war file which is created as webapp.war file can be deployed as ROOT.war file via CI/CD pipeline the problem can be resolved .... can you help me how to do that if there is any other method please do tell me

????

MohdDanish-kvsw