tomcat
Tomcat appBase and docBase
By dmytro - Posted on December 19th, 2009
While deploying JSF/Ajax application faced very strange problem. JSF mapping was working for files only in application root dir and in all other dirs was thrown such exception:
org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Servlet.service() for servlet jsp threw exception
org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsf/core cannot be resolved in either web.xml or the jar files deployed with this application
at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:51)
