2 Replies Latest reply on Jun 14, 2006 10:18 AM by mark_in_fl

    "Absolute URI cannot be resolved..." Using JSTL - Please hel

    mark_in_fl

      Hello,

      I am trying to run JSP pages, which I deployed as an exploded war, on JBoss. I am using JSTL and I have standard.jar in WEB-INF/lib as I am supposed to. When I try to run the pages, I get "Absolute URI: http://java.sun.com/jsp/jstl/core cannot be resolved in WEB-INF/web.xml or the jar files deployed with this application". I would appreciate any help you can give me in solving this problem.

      Thanks.

        • 1. Re:
          peterj

          Do you have both the jstl.jar and standard.jar files located in WEB-INF/lib? Standard.jar contains the *.tld files which contain the URI that is being requested.

          • 2. Re: Absolute URI cannot be resolved
            mark_in_fl

            Thanks for the reply. Yes, I do have the JSTL libraries in WEB-INF/lib. I believe I know what the problem is, but I'm not really sure. My organization is using Flex Builder with JBoss as the host, and I am unable to use a normal server deployment procedure to load my work, but rather am having to try to load it on to a Flex site, as an exploded war nested inside of another web app. I don't believe that kind of arrangement will work, but if it is possible, I don't know what kind of configuration is necessary to make it work. I do not think the server ever looks at my WEB-INF, but rather uses the Flex configurations and context. If anybody knows how to make a situation like this work, I'd appreciate the info.