Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: No mapping found for HTTP request with URI [/greenhouse/WEB-INF/layouts/${currentDevi

  1. #11

    Default

    Waldo,

    I've run into the same problem as well, and I have to say that everything works fine provided that you use the "right" container with the right jars (el-api in this case). I solved the problem using another tomcat plugin called t7 and then adjusting the tomcat version to 6.0.28. Anyway I think that tweaking the deps in the plugin as depicted here http://mojo.codehaus.org/tomcat-mave...ersion.htmlcan solve the problem.
    Another approach is to manually delete tomcat-plugin from your local repo and try again.

    you can find the t7 plugin here:
    http://code.google.com/p/t7mp/

    HTH

    ignazio

  2. #12
    Join Date
    Aug 2004
    Location
    Melbourne, FL
    Posts
    2,794

    Default

    Yeah, definitely a problem with the version of EL being included by Tomcat. Even the version of Tomcat included with version 1.1 of the Maven Tomcat plugin doesn't work (which is odd, since that's 6.0.29 and should fully support JSP 2.1 which should have ternary support).

    In any case, I updated Greenhouse to the Tomcat 7 plugin referenced above and it works.

    To use:
    mvn t7:run
    Access http://localhost:8080/greenhouse-1.0.0-BUILD-SNAPSHOT/
    Keith Donald
    Core Spring Development Team

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •