facebook

Tomcat & standard.jar

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #218992 Reply

    mi1291
    Member

    I’ve imprted:
    import org.apache.taglibs.standard.lang.support.*;

    as MyEclipse prompt.

    In Jsp page I’ can’t see error.

    Myeclipse deploy without error my application.
    but tomcat return an error:

    javax.servlet.ServletException: Unresolved compilation problems:
    The import org.apache.taglibs cannot be resolved
    ExpressionEvaluatorManager cannot be resolved

    Please caan you help me ???

    (and execuse my bad english)

    #218994 Reply

    Riyad Kalla
    Member

    Make sure that the standard.jar file is ALSO in your WEB-INF/lib directory, otherwise Tomcat will not be able to find the library when trying to run your application.

    #218998 Reply

    mi1291
    Member

    standard.jar is in my WEB-INF/lib directory.
    was deployed during myeclipse’s new project start up and, after, sucesfully deployed by myeclipse under tomcat server.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: Tomcat & standard.jar

You must be logged in to post in the forum log in