k2g wrote: > Service app was built using webwork, spring, hibernate ....
> [EMAIL PROTECTED]: > RemoteIpAddress: 10.22.2.148; SessionId: null; exception: > sun.security.validator.ValidatorException: PKIX path building failed: > sun.security.provider.certpath.SunCertPathBuilderException: unable to > find valid certification path to requested target Typically your truststore is not set (ie: your CA is not trusted) > ERROR [http-8443-Processor25] [jsp].invoke(253) | Servlet.service() > for servlet jsp threw exception > org.apache.jasper.JasperException: The absolute uri: > http://java.sun.com/jstl/core cannot be resolved in either web.xml or > the jar files deployed with this application at > org.apache.jasper.compiler.DefaultErrorHandler.jsp Typically you're using the wrong jstl version with the wrong servlet container (or webapp declaration). The uri above is for jstl 1.0 (typically Servlet 2.3), the uri for jstl 1.1 is http://java.sun.com/jsp/jstl/core (part of JSP 2.0 / Servlet 2.4). -- stephane _______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
