I want to deploy a web application in a directory (e.g. \ Users \ username \ myapps \ app1), except for the webapps folder.
I know how to change "appBase" other than webapps by setting the "appBase" attribute in the "host" tag in the server.xml file in the conf directory.
But the problem is that I do not want to change the entire webapps directory, I just want to deploy one application not in the webapps directory.
source
share