I have configured Beanstalk with Tomcat application and Jenkins.
Jenkins automatically created and deployed the war file in Beanstalk tomcat application.
Here my problem is, the war file is deployed in the "tomcat8/webapps/ROOT" directory. So I could not access the application. Because the war file has to deploy in the "tomcat8/webapps/" directories.
Could anyone suggest me
How to access the war file which is in ROOT dir?
or
Suggest me the way to deploy the war file in "webapps" dir?