I have a normal Java EE Servlet on Tomcat project in Eclipse. When I start the Tomcat server (before I even start running the Servlet) inside Eclipse it attempts to deploy a web application directory for everything in my D: drive. It even attempts to deploy a web application on the D:\$RECYCLE.BIN directory. Then says it finished.
Here's an image of the project organization in Eclipse.
Can anyone guess what setting or xml directive is making it do this?
Dec 27, 2018 1:27:51 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.0.36
Dec 27, 2018 1:27:55 PM org.apache.jasper.servlet.TldScanner scanJars
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Dec 27, 2018 1:27:58 PM org.apache.jasper.servlet.TldScanner scanJars
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Dec 27, 2018 1:27:58 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory D:\$RECYCLE.BIN
Dec 27, 2018 1:27:59 PM org.apache.jasper.servlet.TldScanner scanJars
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Dec 27, 2018 1:27:59 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deployment of web application directory D:\$RECYCLE.BIN has finished in 1,124 ms
Dec 27, 2018 1:27:59 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory D:\Customers
Dec 27, 2018 1:28:00 PM org.apache.jasper.servlet.TldScanner scanJars
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Dec 27, 2018 1:28:00 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deployment of web application directory D:\Customers has finished in 927 ms