I developed a Webapp based on Java Servlet running on Tomcat. I make some test running Tomcat on my machine (localhost:port) directly using IntelliJ.
Now I need to publish my WebApp in another Tomcat Server where I need to put more than one app so my project is deployed in a subfolder and I can't understand how to solve 404 error: "The requested resource [/subfolder/servlet] is not available".
Tomcat is searching a servlet "/subfolder/servlet"...