I'm normaly running an application over Eclipse and when I publish it in tomcat, even in the same machine, without executing the server inside Eclipse, the project doesn't work. I've changed "server.xml" file, and the "context" tags seems to be ok. I've retired the tags referencing Eclipse, on "context".

The following error appears in browsers when trying to access page:

org.apache.jasper.JasperException: javax.servlet.ServletException: javax.servlet.jsp.JspTagException: Unable to get RequestDispatcher for Context: "/" and URL: "/header.jsp". Verify values and/or enable cross context access.

In "catalina" log nothing significant appears. In the log of localhost, the error above is reported.

I supose that is a kind of configuration on . Crosscontext is enabled.

What could I doing wrong? Thanks

Versions: Tomcat: 6.0.35 Eclipse: Indigo JRE: 7 update 2 OS: Windows 7 (and Server 2008 - same problem)

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.