Tomcat日志中的常见错误类型如下:
java.lang.OutOfMemoryError
(堆内存、永久代内存不足)server.xml
、web.xml
)java.net.BindException
)ClassNotFoundException
(缺少JAR包或类路径错误)SQLException
(连接失败、驱动错误、URL配置错误)NullPointerException
(空指针异常)IndexOutOfBoundsException
(数组/集合越界)Permission denied
)Connection refused
(数据库或服务连接被拒绝)RejectedExecutionException
)