So this is a DisplayTag/Tomcat issue, not Struts, right?

On Thu, Oct 21, 2010 at 7:07 AM,  <d.santoshku...@karvy.com> wrote:
> hi all,
>
> i am trying to use displaytag in my application it was working finebut
> suddenly it is showing this excepton
>
> it is working fine in tomcat 6.0 but it is not in tomcat 4.1
>
>
>
> i am using display tag 1.2
>
>
>
> org.apache.jasper.JasperException: This absolute uri
> (http://displaytag.sf.net) cannot be resolved in either web.xml or the
> jar files deployed with this application
>
>                at
> org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHand
> ler.java:105)
>
>                at
> org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java
> :430)
>
>                at
> org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java
> :154)
>
>                at
> org.apache.jasper.compiler.TagLibraryInfoImpl.(TagLibraryInfoImpl.java:1
> 59)
>
>                at
> org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java:354)
>
>                at
> org.apache.jasper.compiler.Parser.parseDirective(Parser.java:381)
>
>                at
> org.apache.jasper.compiler.Parser.parseElements(Parser.java:795)
>
>                at
> org.apache.jasper.compiler.Parser.parse(Parser.java:122)
>
>                at
> org.apache.jasper.compiler.ParserController.parse(ParserController.java:
> 199)
>
>                at
> org.apache.jasper.compiler.ParserController.parse(ParserController.java:
> 153)
>
>                at
> org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:227)
>
>                at
> org.apache.jasper.compiler.Compiler.compile(Compiler.java:369)
>
>                at
> org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.ja
> va:473)
>
>                at
> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.ja
> va:190)
>
>                at
> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
>
>                at
> org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
>
>                at
> javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
>
>                at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
> tionFilterChain.java:247)
>
>                at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
> erChain.java:193)
>
>                at
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
> e.java:256)
>
>                at
> org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.i
> nvokeNext(StandardPipeline.java:643)
>
>                at
> org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:4
> 80)
>
>                at
> org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
>
>                at
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
> e.java:191)
>
>                at
> org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.i
> nvokeNext(StandardPipeline.java:643)
>
>                at
> org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.ja
> va:246)
>
>                at
> org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.i
> nvokeNext(StandardPipeline.java:641)
>
>                at
> org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.ja
> va:246)
>
>                at
> org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.i
> nvokeNext(StandardPipeline.java:641)
>
>                at
> org.apache.catalina.authenticator.AuthenticatorBase.invoke(Authenticator
> Base.java:553)
>
>                at
> org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.i
> nvokeNext(StandardPipeline.java:641)
>
>                at
> org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.ja
> va:246)
>
>                at
> org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.i
> nvokeNext(StandardPipeline.java:641)
>
>                at
> org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:4
> 80)
>
>                at
> org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
>
>                at
> org.apache.catalina.core.StandardContext.invoke(StandardContext.java:241
> 7)
>
>                at
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java
> :180)
>
>                at
> org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.i
> nvokeNext(StandardPipeline.java:643)
>
>                at
> org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherVa
> lve.java:171)
>
>                at
> org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.i
> nvokeNext(StandardPipeline.java:641)
>
>                at
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java
> :172)
>
>                at
> org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.i
> nvokeNext(StandardPipeline.java:641)
>
>                at
> org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:4
> 80)
>
>                at
> org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
>
>                at
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.
> java:174)
>
>                at
> org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.i
> nvokeNext(StandardPipeline.java:643)
>
>                at
> org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:4
> 80)
>
>                at
> org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
>
>                at
> org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:193)
>
>                at
> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:78
> 1)
>
>                at
> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processC
> onnection(Http11Protocol.java:549)
>
>                at
> org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:58
> 9)
>
>                at
> org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool
> .java:666)
>
>                at java.lang.Thread.run(Thread.java:595)
>
>
>
>
>
>
>
>
>
>
> Disclaimer : Information transmitted in this e-mail is proprietary to KARVY 
> Group of companies. It is intended only for the addressee and may contain 
> private, confidential and/or privileged material. Views contained in the 
> email message are those of the sender and may not necessarily reflect those 
> of Karvy. Review, retransmission, dissemination or other use of this 
> information by the person other than the intended recipient is strictly 
> prohibited. If you have received this communication in error, please contact 
> the sender or notify emailhelpd...@karvy.com and delete the material from any 
> stored format/computer.
>
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to