I shut down Eclipse, restarted it, started Tomcat within it, and now it take 1 second to start, not 20 and my application page I was editing Monday just throws 404s. No errors in the Tomcat logs and no new INFO/WARNINGS that I can tell. I tried clean builds, clean+full publish, and removing the project and readding it.
Then I tried going to the root of the publish directory, just http://localhost../project/ and I get this error in the browser:
Tomcat itself shows this:Code:org.apache.jasper.JasperException: /index.jsp (line: 3, column: 0) The absolute uri: http://www.springframework.org/tags cannot be resolved in either web.xml or the jar files deployed with this application
I put the URL in my browser and it forwards to http://www.springsource.org/tags and it says it does not exist. The JSP includes includeCode:SEVERE: Servlet.service() for servlet [jsp] in context with path [/HIT-Portal] threw exception [/index.jsp (line: 3, column: 0) The absolute uri: http://www.springframework.org/tags cannot be resolved in either web.xml or the jar files deployed with this application] with root cause org.apache.jasper.JasperException: /index.jsp (line: 3, column: 0) The absolute uri: http://www.springframework.org/tags cannot be resolved in either web.xml or the jar files deployed with this application
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%>
<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form"%>
Everything worked Monday. What happened to your websites? And what should I now be using instead?
Thanks.


Reply With Quote
