Hi Awanthika I put the .tld file from [1] and put it under WEB-INF directory and it solved the problem. [1] https://svn.wso2.org/repos/wso2/trunk/carbon/core/org.wso2.carbon.ui/src/main/resources/web/WEB-INF/tlds/carbontags.tld
Thanks On Mon, Jan 26, 2015 at 9:40 AM, Awanthika Senarath <[email protected]> wrote: > Hi Susinda, > > To proceed with the solutions I have mentioned above I found the > carbotags.tld at [1]. Try and see whether it works that way. > > > [1] > https://svn.wso2.org/repos/wso2/trunk/carbon/core/org.wso2.carbon.ui/src/main/resources/web/WEB-INF/tlds/carbontags.tld > > On Mon, Jan 26, 2015 at 9:00 AM, Susinda Perera <[email protected]> wrote: > >> Hi Awanthika thanks for the input. >> Problem i'm facing is what is the actual jar represented by >> *carbontags.jar* cz i could not find such jar in >> wso2-server/repository/components/plugins. >> >> Does anyone know what is referred by carbontags.jar >> >> On Mon, Jan 26, 2015 at 8:37 AM, Awanthika Senarath <[email protected]> >> wrote: >> >>> 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 >>> >>> >>> >> >> >> -- >> *Susinda Perera* >> Software Engineer >> Mobile:(+94)716049075 >> >> WSO2 Inc. http://wso2.com/ >> Tel : 94 11 214 5345 Fax :94 11 2145300 >> >> > > > -- > Awanthika Senarath > Software Engineer, WSO2 Inc. > Mobile: +94717681791 > > > -- *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
