Most voted "tomcat8" questions
3 questions
Sort by count of
-
0
votes1
answer666
viewsjava.lang.Classnotfoundexception sun.misc.GC
I switched to Java 10 and I am using Tomcat 8 and every time I turn on Tomcat the error happens below: SEVERE: Failed to trigger creation of the GC Daemon thread during Tomcat start to prevent…
-
0
votes1
answer334
viewsIncrease number of Tomcat connections pool
I have a problem in my production server, where my tomcat has locked when a connection is requested from the bank’s connection pool. When I climb the tomcat I see in the log the following message :…
-
-2
votes1
answer513
viewsGRAVE: Allocate Exception for Servlet
I’m afraid of this mistake! I’m using Tomcat 8.5 Code package br.com.controler; import java.io.IOException; import javax.servlet.ServletException; import javax.servlet.http.HttpServletRequest;…