Hi Susinda, [1] and the final parts of [2] shows a similar issue and how to solve it. Try it out!
[1] http://stackoverflow.com/questions/27236495/the-absolute-uri-cannot-be-resolved-in-either-web-xml-or-the-jar-files-deployed [2] http://www.coderanch.com/t/514610/JSP/java/absolute-uri-resolved-web-xml thanks and regards Awanthika On Mon, Jan 26, 2015 at 8:26 AM, Susinda Perera <[email protected]> wrote: > Hi All > > I'm trying out converting a carbon ui bundle to war. I made it as a war > and deployed in tomcat. However when i access it i got following error[1]. > In the jsp file there is a taglib definition as follows > <%@ taglib uri="http://wso2.org/projects/carbon/taglibs/carbontags.jar" > prefix="carbon" %> > > Does someone know how to fix this issue, or any workaround > > [1] - The absolute uri: > http://wso2.org/projects/carbon/taglibs/carbontags.jar cannot be resolved in > either web.xml or the jar files deployed with this application > > org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:92) > > org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:378) > > org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:172) > > org.apache.jasper.compiler.TagLibraryInfoImpl.generateTLDLocation(TagLibraryInfoImpl.java:431) > > org.apache.jasper.compiler.TagLibraryInfoImpl.<init>(TagLibraryInfoImpl.java:240) > org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java:502) > org.apache.jasper.compiler.Parser.parseDirective(Parser.java:582) > org.apache.jasper.compiler.Parser.parseElements(Parser.java:1652) > org.apache.jasper.compiler.Parser.parse(Parser.java:185) > > org.apache.jasper.compiler.ParserController.doParse(ParserController.java:244) > > org.apache.jasper.compiler.ParserController.parse(ParserController.java:145) > org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:212) > org.apache.jasper.compiler.Compiler.compile(Compiler.java:451) > > org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:625) > > org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:374) > org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:492) > org.apache.jasper.servlet.JspServlet.service(JspServlet.java:378) > javax.servlet.http.HttpServlet.service(HttpServlet.java:728) > > > > > Thanks > > > -- > *Susinda Perera* > Software Engineer > Mobile:(+94)716049075 > > WSO2 Inc. http://wso2.com/ > Tel : 94 11 214 5345 Fax :94 11 2145300 > > > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- Awanthika Senarath Software Engineer, WSO2 Inc. Mobile: +94717681791
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
