The lib folder is missing when deploying Gradle project on Tomcat within Eclipse
I have a Gradle web application that I want to deploy on Tomcat 10.1
from within Eclipse.
I can successfully deploy the application when I manually run the war
task and placing it into the webapps
directory of my Tomcat installation, thus the project itself should be fine.