I deployed a war file on AWS tomcat using WinSCP. AND I was able to access the file using the following URL.
http://public_ip:8080/application_name
However, I want to make it possible to access to the war file without the application name.
I want to make it able to access when I access http://public_ip:8080/
without the app name. Is it possible to do this?