No issues with the Cocoon 2.0.3 and Tomcat 4.0.1 configuration for me,
everything works. 

Here are my specs according to cocoon/status :

-vm 
        -classpath  /usr/local/tomcat/bin/bootstrap.jar

-jre
        -version  1.3.1
        -java vendor  Apple Computer
-os
        -name  Mac OS X
        -architecture  ppc 

-A

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 10, 2002 2:10 PM
To: [EMAIL PROTECTED]
Subject: Re: JSP Server Page



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]

                      <sushilb@hotmail.        cc:

                      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(HttpResponseFac
ade.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(Applicati
onFilterChain.java:247)


>> at
>>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilter
Chain.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:1
64)


>> at
>>org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java
:566)


>> at
>>org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValv
e.java:170)


>> at
>>org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java
:564)


>> at
>>org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:1
70)


>> 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.ja
va: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.jav
a:1011)


>> at
>>org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:11
06)


>> 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.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to