You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Robin Green <gr...@hotmail.com> on 2000/05/04 23:36:39 UTC

Fwd: Installing Tomcat 3.1 and Cocoon 1.7.2

You're likely to get more help on the cocoon-users list so I've forwarded 
your message there. First, have you followed the instructions in the Cocoon 
documentation? If so, please paste in full details of your tomcat 
configuration files so we can diagnose.

--- forwarded ---
>From: Andy Bosch <An...@csi.com>
>Reply-To: Andy_Bosch@csi.com
>To: tomcat-user@jakarta.apache.org
>Subject: Installing Tomcat 3.1 and Cocoon 1.7.2
>Date: Thu, 04 May 2000 13:51:19 +0200
>
>Hi folks,
>
>is there a propper way to get cocoon running with tomcat? I created
>a webapplication cocoon with the coocon.jar in it. In the web.xml
>file I sayed that all *.xml files should be redirected to
>org.apache.cocoon.Cocoon.
>But it does not work. With http://localhost/test.xml I only get the error
>message "url not found".
>The standard file I get running only with
>http://localhost/coccon/servlet/cocoon/Cocoon.xml.
>
>How can I tell apache / tomcat to redirect xml - files to cocoon?
>
>Thanks in advance,
>Andy
>
>

________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com


Re: Fwd: Installing Tomcat 3.1 and Cocoon 1.7.2

Posted by Berin Loritsch <bl...@infoplanning.com>.
If Apache is not a part of the solution, you can use the Tomcat web
server
and change the HTTP Listener port in server.xml to listen on port 80.
Otherwise,
make sure you have the Jserv dll or shared lib (built for your OS)
installed in
the proper location.  Next, make sure that the Apache is redirecting all
*.xml
requests to Tomcat.

Rafael Oropeza wrote:

> I received the same error,  but if you try
> http://localhost:8080/test.xml it tries to run. I supposed that the
> web server embedded into Tomcat takes the control of the situation
> instead Apache webserver.
>
> Robin Green wrote:
>
>> You're likely to get more help on the cocoon-users list so I've
>> forwarded
>> your message there. First, have you followed the instructions in the
>> Cocoon
>> documentation? If so, please paste in full details of your tomcat
>> configuration files so we can diagnose.
>>
>> --- forwarded ---
>> >From: Andy Bosch <An...@csi.com>
>> >Reply-To: Andy_Bosch@csi.com
>> >To: tomcat-user@jakarta.apache.org
>> >Subject: Installing Tomcat 3.1 and Cocoon 1.7.2
>> >Date: Thu, 04 May 2000 13:51:19 +0200
>> >
>> >Hi folks,
>> >
>> >is there a propper way to get cocoon running with tomcat? I created
>>
>> >a webapplication cocoon with the coocon.jar in it. In the web.xml
>> >file I sayed that all *.xml files should be redirected to
>> >org.apache.cocoon.Cocoon.
>> >But it does not work. With http://localhost/test.xml I only get the
>> error
>> >message "url not found".
>> >The standard file I get running only with
>> >http://localhost/coccon/servlet/cocoon/Cocoon.xml.
>> >
>> >How can I tell apache / tomcat to redirect xml - files to cocoon?
>> >
>> >Thanks in advance,
>> >Andy
>> >
>> >
>>
>> _
>> ______________________________________________________________________
>>
>> Get Your Private, Free E-mail from MSN Hotmail at
>> http://www.hotmail.com
>>
>>
>> --------------------------------------------------------------------
>>
>> To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org
>> For additional commands, e-mail: cocoon-users-help@xml.apache.org
>
>
> --
> Rafael Alberto Oropeza Baudet
>
> (9) Do not ask advice of the ignorant
> Indian (Tamil) proverb
>


Re: Fwd: Installing Tomcat 3.1 and Cocoon 1.7.2

Posted by Rafael Oropeza <ro...@eud.com>.
I received the same error,  but if you try http://localhost:8080/test.xml it
tries to run. I supposed that the web server embedded into Tomcat takes the
control of the situation instead Apache webserver.

Robin Green wrote:

> You're likely to get more help on the cocoon-users list so I've forwarded
> your message there. First, have you followed the instructions in the Cocoon
> documentation? If so, please paste in full details of your tomcat
> configuration files so we can diagnose.
>
> --- forwarded ---
> >From: Andy Bosch <An...@csi.com>
> >Reply-To: Andy_Bosch@csi.com
> >To: tomcat-user@jakarta.apache.org
> >Subject: Installing Tomcat 3.1 and Cocoon 1.7.2
> >Date: Thu, 04 May 2000 13:51:19 +0200
> >
> >Hi folks,
> >
> >is there a propper way to get cocoon running with tomcat? I created
> >a webapplication cocoon with the coocon.jar in it. In the web.xml
> >file I sayed that all *.xml files should be redirected to
> >org.apache.cocoon.Cocoon.
> >But it does not work. With http://localhost/test.xml I only get the error
> >message "url not found".
> >The standard file I get running only with
> >http://localhost/coccon/servlet/cocoon/Cocoon.xml.
> >
> >How can I tell apache / tomcat to redirect xml - files to cocoon?
> >
> >Thanks in advance,
> >Andy
> >
> >
>
> ________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org
> For additional commands, e-mail: cocoon-users-help@xml.apache.org

--
Rafael Alberto Oropeza Baudet

(9) Do not ask advice of the ignorant
Indian (Tamil) proverb


Re: Fwd: Installing Tomcat 3.1 and Cocoon 1.7.2

Posted by Stefano Mazzocchi <st...@apache.org>.
Marc Driftmeyer wrote:
> 
> A short while back someone was kind enough to direct a pointer to a great
> new book about to be released by O'Reilly, entitled, "Java and XML".  The
> beta chapter 9 clearly describes how to get Tomcat and Cocoon up and
> running and configured correctly.
> 
> It worked smoothly on Win2K with Cocoon-1.7.2 and Tomcat 3.1 once I had
> read the chapter and cross-referenced that with the Apache Cocoon
> installation instructions that are listed also within the JServ section.
> 
> I am rebuilding my box and am going to write a step by step approach
> starting with sucking down all the JavaSoft tools and jdks, etc.  And
> include my classpaths etc... I think a Table of configs and links to the
> processes would be a welcome addition to the Cocoon site in general.  I am
> also working on one with Debian Linux.
> 
> Any one else agree?

Great.

I'll be very happy to ship it with Cocoon if you do. (so, please, write
it using the documentation DTD that cocoon documents use and you'll find
in the distribution).

Thanks in advance.

-- 
Stefano Mazzocchi      One must still have chaos in oneself to be
                          able to give birth to a dancing star.
<st...@apache.org>                             Friedrich Nietzsche
--------------------------------------------------------------------
 Missed us in Orlando? Make it up with ApacheCON Europe in London!
------------------------- http://ApacheCon.Com ---------------------



Re: Fwd: Installing Tomcat 3.1 and Cocoon 1.7.2

Posted by Marc Driftmeyer <mj...@reanimality.com>.
A short while back someone was kind enough to direct a pointer to a great 
new book about to be released by O'Reilly, entitled, "Java and XML".  The 
beta chapter 9 clearly describes how to get Tomcat and Cocoon up and 
running and configured correctly.

It worked smoothly on Win2K with Cocoon-1.7.2 and Tomcat 3.1 once I had 
read the chapter and cross-referenced that with the Apache Cocoon 
installation instructions that are listed also within the JServ section.


I am rebuilding my box and am going to write a step by step approach 
starting with sucking down all the JavaSoft tools and jdks, etc.  And 
include my classpaths etc... I think a Table of configs and links to the 
processes would be a welcome addition to the Cocoon site in general.  I am 
also working on one with Debian Linux.

Any one else agree?

At any rate here is the O'Reilly url in particular:

http://www.oreilly.com/catalog/javaxml/chapter/ch09.html

Sincerely Yours,

Marc J. Driftmeyer



At 09:36 PM 5/4/2000 +0100, you wrote:
>You're likely to get more help on the cocoon-users list so I've forwarded 
>your message there. First, have you followed the instructions in the 
>Cocoon documentation? If so, please paste in full details of your tomcat 
>configuration files so we can diagnose.
>
>--- forwarded ---
>>From: Andy Bosch <An...@csi.com>
>>Reply-To: Andy_Bosch@csi.com
>>To: tomcat-user@jakarta.apache.org
>>Subject: Installing Tomcat 3.1 and Cocoon 1.7.2
>>Date: Thu, 04 May 2000 13:51:19 +0200
>>
>>Hi folks,
>>
>>is there a propper way to get cocoon running with tomcat? I created
>>a webapplication cocoon with the coocon.jar in it. In the web.xml
>>file I sayed that all *.xml files should be redirected to
>>org.apache.cocoon.Cocoon.
>>But it does not work. With http://localhost/test.xml I only get the error
>>message "url not found".
>>The standard file I get running only with
>>http://localhost/coccon/servlet/cocoon/Cocoon.xml.
>>
>>How can I tell apache / tomcat to redirect xml - files to cocoon?
>>
>>Thanks in advance,
>>Andy
>>
>
>________________________________________________________________________
>Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org
>For additional commands, e-mail: cocoon-users-help@xml.apache.org


---------------------------------------------------------------------------
Marc J. Driftmeyer
Consultant
<http://www.reanimality.com/>http://www.reanimality.com

"Us former ex-NeXT employees are surprisingly everywhere"
"Infinite Nothingness is the Limit of Being"- marc driftmeyer