It worked for me after I cleaned WORK directory in Tomcat. Sitemap failed for no reason when I started Tomcat without cleaning Work directory.

Sushil

>From: [EMAIL PROTECTED]
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: Re: JSP Server Page
>Date: Tue, 10 Sep 2002 16:10:22 -0500
>
>
>I don't think so. I just installed C2.0.3 running with TC4.0.1 and JDK1.4
>and am having the same problem.
>
>Shawn Alexander McManus
>Concentra Managed Care Services, Inc.
>972-720-7876 (office)
>972-720-7999 (fax)
>
>
>
> "Sushil
> Bhattarai" To: [EMAIL PROTECTED]
> > com> Subject: Re: JSP Server Page
>
> 09/10/2002 02:00
> PM
> Please respond to
> cocoon-users
>
>
>
>
>
>
>Ok, I got Cocoon 2.0.3 but I cannot get it to work. As far as documentation
>is concerned, with Tomcat 4.0.1 there aren't any configuration required.
>Like it said, I dropped cocoon.war in webapps directory. I'm getting
>sitemap compilation error when trying to access Cocoon. I'm using jdk1.3.1.
>Does that make any difference ?? Also which is the best place to check
>Cocoon log. Neither cocoon/web-inf/log nor Catalina/log seem very helpful
>
>
>Sushil
>
>
> >From: Lajos Moczar
> >Reply-To: [EMAIL PROTECTED]
> >To: [EMAIL PROTECTED]
> >Subject: Re: JSP Server Page
> >Date: Tue, 10 Sep 2002 11:58:25 -0600
> >
> >Again, that's because you are using 2.0.2. JSPGenerator & JSPReader
> >are BROKEN in 2.0.2. Upgrade to 2.0.3 or search the mail archives
> >for the patches I posted for these files in 2.0.2
> >
> >Lajos
> >
> >
> >Sushil Bhattarai wrote:
> >
> >>Hi
> >>
> >>Like you suggested I put jasper-compiler.jar in WEB-INF/lib. The
> >>source already starts with "/" in the sitemap. Still I'm not able
> >>to run the sample link properly. The JSP Reader sample
> >>(welcome.htm) returns a blank page without any error and the JSP
> >>Generator sample (hello.jsp) throws out error
> >>
> >>java.lang.IllegalStateException
> >> at
> >>org.apache.catalina.connector.HttpResponseFacade.sendError(HttpResponseFacade.java:159)
>
>
> >> at
> >>org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:1003)
> >> at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
> >> at
> >>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
>
>
> >> at
> >>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
>
>
> >> at
> >>org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:243)
>
>
> >> at
> >>org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
>
>
> >> at
> >>org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
>
>
> >> at
> >>org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
> >> at
> >>org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:201)
>
>
> >> at
> >>org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
>
>
> >> at
> >>org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
>
>
> >> at
> >>org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
> >> at
> >>org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2344)
>
>
> >> at
> >>org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
>
>
> >> at
> >>org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
>
>
> >> at
> >>org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
>
>
> >> at
> >>org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
>
>
> >> at
> >>org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170)
>
>
> >> at
> >>org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
>
>
> >> at
> >>org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:462)
> >> at
> >>org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
>
>
> >> at
> >>org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
>
>
> >> at
> >>org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
> >> at
> >>org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:163)
>
>
> >> at
> >>org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
>
>
> >> at
> >>org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
>
>
> >> at
> >>org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
> >> at
> >>org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:1011)
>
>
> >> at
> >>org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1106)
>
>
> >> at java.lang.Thread.run(Thread.java:484)
> >>
> >>Any suggestions ???
> >>
> >>Sushil
> >>
> >> >From: Piroumian Konstantin
> >>
> >> >Reply-To: [EMAIL PROTECTED]
> >>
> >> >To: "'[EMAIL PROTECTED]'"
> >>
> >> >Subject: RE: JSP Server Page
> >>
> >> >Date: Tue, 10 Sep 2002 11:21:36 +0400
> >>
> >> >
> >>
> >> >You need jasper-compiler.jar (jasper.jar won't help). And you
> >>should use
> >>
> >> >paths starting with '/' as source for the JSPGenerator and
> >>JSPReader, e.g.:
> >>
> >> >
> >>
> >> >
> >>
> >> >
> >>
> >> >--
> >>
> >> >Konstantin Piroumian
> >>
> >> >
> >>
> >> >
> >>
> >> >-----Original Message-----
> >>
> >> >From: Sushil Bhattarai [mailto:[EMAIL PROTECTED]]
> >>
> >> >Sent: Tuesday, September 10, 2002 12:24 AM
> >>
> >> >To: [EMAIL PROTECTED]
> >>
> >> >Subject: JSP Server Page
> >>
> >> >
> >>
> >> >
> >>
> >> >
> >>
> >> >Hi
> >>
> >> >
> >>
> >> >I have been unable to run the JSP demo that comes with
> >>Cocoon2.0.2. I saw in
> >>
> >> >the discussion list that jasper.jar needs to be in WEB-INF/lib
> >>but that's
> >>
> >> >not helping either. I'm running Cocoon on Catalina (Tomcat
> >>4.0.1).
> >>
> >> >
> >>
> >> >Sushil
> >>
> >> >
> >>
> >> >
> >>
> >> > _____
> >>
> >> >
> >>
> >> >Join the world's largest e-mail service with MSN Hotmail. Click
> >>
> >> > Here
> >>
> >>
> >> >---------------------------------------------------------------------
> >>Please
> >>
> >> >check that your question has not already been answered in the
> >>FAQ before
> >>
> >> >posting. To unsubscribe, e-mail: For additional commands,
> >>e-mail:
> >>
> >> >
> >>
> >>
> >>------------------------------------------------------------------------
> >>Chat with friends online, try MSN Messenger: Click Here
> >>
> >>---------------------------------------------------------------------
> >>Please check that your question has not already been answered in
> >>the FAQ before posting. To unsubscribe, e-mail: For additional
> >>commands, e-mail:
> >
> >
> >--
> >galatea.com
> >Cocoon training, consulting & support
> >
> >
> >
> >---------------------------------------------------------------------
> >Please check that your question has not already been answered in
> >the
> >FAQ before posting.
> >
> >
> >To unsubscribe, e-mail:
> >
> >For additional commands, e-mail:
> >
>
>Chat with friends online, try MSN Messenger: Click Here
>---------------------------------------------------------------------
>Please check that your question has not already been answered in the FAQ
>before posting. To unsubscribe, e-mail: For additional commands, e-mail:
>
>
>
>
>
>
>---------------------------------------------------------------------
>Please check that your question has not already been answered in the
>FAQ before posting.
>
>To unsubscribe, e-mail: <[EMAIL PROTECTED]>
>For additional commands, e-mail: <[EMAIL PROTECTED]>


Send and receive Hotmail on your mobile device: Click Here
--------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to