PKIX path building failed: unable to find valid certification path to requested target

java

PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target How to fix “PKIX path building failed” error. Make sure CA certificates have been imported into the correct truststore (cacerts file). If trusted CA certificate is… Continue Reading

Large WAR file cannot be deployed in Tomcat 7

Large WAR file cannot be deployed in Tomcat 7 Problem: FAIL – Deploy Upload Failed, Exception: org.apache.tomcat.util.http.fileupload.FileUploadBase$SizeLimitExceededException: the request was rejected because its size (xxxxxxx) exceeds the configured maximum (52428800) Edit  web.xml file (/usr/share/tomcat7-admin/manager/WEB-INF/web.xml), and increase the max-file-size and max-request-size… Continue Reading