You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by yos <yo...@yos.net> on 2000/09/19 14:34:58 UTC

new install combination

Hallo everybody

i have a new install combination which is not listed on

xml.apache.org/cocoon/install.html


here it is

SuSE 7.0
Linux 2.2.16 x86
Apache 1.3.12
ApacheJServ 1.1.2
Tomcat 3.1
IBM Java 1.3.0

on a Sony Vaio PCG-F707 Notebook

I will be very happy if you publish this information on your web site

cocoon and apache == excellent  !!!!!

Greetings from Germany
Joachim Schreiber
yos@yos.net

Cocoon and Apache

Posted by Andreas Tanner <an...@t-online.de>.
Hallo,

could someone kindly give me a hint about how to configure
Cocoon+JServ+Tomcat+Apache ? I tried to follow the instruction, and here
is what I came up with ( from httpd.conf):


LoadModule jserv_module /usr/local/apache/libexec/mod_jserv.so
ApJServManual on
ApJServDefaultProtocol ajpv12
ApJServSecretKey DISABLED
ApJServLogFile "DISABLED"
ApJServMountCopy on
ApJServLogLevel notice
ApJServDefaultHost localhost
ApJServDefaultPort 8007

AddType test/jsp .jsp
AddHandler jserv-servlet .jsp
Alias /examples /var/jakarta-tomcat/webapps/examples
<Directory "/var/jakarta-tomcat/webapps/examples">
    Options Indexes FollowSymLinks
</Directory>
ApJServMount /examples/servlet /examples
<Location /examples/WEB-INF/ >
    AllowOverride None
    deny from all
</Location>

Alias /test /var/jakarta-tomcat/webapps/test
<Directory "/var/jakarta-tomcat/webapps/test">
    Options Indexes FollowSymLinks
</Directory>
ApJServMount /test/servlet /test
<Location /test/WEB-INF/ >
    AllowOverride None
    deny from all
</Location>

ApJServMount /servlet /ROOT


# Action for Cocoon


Action cocoon /servlet/org.apache.cocoon.Cocoon
AddHandler cocoon .xml
ApJServMount /servlet/org.apache.cocoon.Cocoon   

What I really want to achieve is that Cocoon is called for any file with
.xml.
It doesn't work, however...

How to do this ?

Regards
Andreas.