I am trying to deploy my Java Web Application on the apache tomcat server. I want to deploy it manually without using eclipse
.
It already took a lot of time to install tomcat apache 9
in Linux. Found a lot of resources but many of them had the 404
error or a wrong link to download the package.
I also checked google to find any relevant article for the folder location of apache tomcat 9
. But was not able to figure it out.
can anyone tell me the location of apache tomcat 9 so that I can deploy my web application, specifically in ubuntu 18.04 & apache tomcat 9
Thanks in advance :)
EDIT: I figured out the problem was I was changing the default directory.. One of the link creates the directory with a different name, which was creating the problem to find the tomcat. Apologies & thanks for responding