Advertisement
Guest User

Untitled

a guest
Nov 1st, 2019
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. sudo tail -f /var/log/tomcat8/catalina.out
  2. Nov 01, 2019 11:10:42 AM org.apache.catalina.startup.HostConfig deployDirectory
  3. INFO: Deploying web application directory /var/lib/tomcat8/webapps/ROOT
  4. Nov 01, 2019 11:10:42 AM org.apache.jasper.servlet.TldScanner scanJars
  5. 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.
  6. Nov 01, 2019 11:10:42 AM org.apache.catalina.startup.HostConfig deployDirectory
  7. INFO: Deployment of web application directory /var/lib/tomcat8/webapps/ROOT has finished in 496 ms
  8. Nov 01, 2019 11:10:42 AM org.apache.coyote.AbstractProtocol start
  9. INFO: Starting ProtocolHandler ["http-nio-8080"]
  10. Nov 01, 2019 11:10:42 AM org.apache.catalina.startup.Catalina start
  11. INFO: Server startup in 3688 ms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement