Hi
Coccoon 2 works whith the requests to the 8080 port where tomcat listen.
But I don't know how to make that apache send to tomcat the requests for
cocoon

th configuration of the virtual server that needs cocoon is
 .httpdconf  file:
....
...
...
...

LoadModule jserv_module modules/ApacheModuleJServ.dll
ApJServManual on
ApJServDefaultProtocol ajpv12
ApJServSecretKey DISABLED
ApJServMountCopy on
ApJServLogLevel notice

<VirtualHost jersio.homeip.net>
    #CONFIGURACION GENERAL
    ServerAdmin [EMAIL PROTECTED]
    DocumentRoot "C:\www\webs\pccom"
    ServerName jersio.homeip.net
    ErrorLog logs/jersio.homeip.net-error_log
    CustomLog logs/jersio.homeip.nets-access_log common
    AccessFileName .htaccess
    <Directory "C:\www\webs\pccom">
     Options Indexes FollowSymLinks
 AllowOverride All
 # (2a) No directory indexing for the context root.
 #    Options -Indexes
 # (2b) Set index.htm to be the directory index file.
 #    DirectoryIndex index.htm
    </Directory>

    #CONFIGURACION TOMCAT
    AddType test/jsp .jsp
    AddHandler jserv-servlet .jsp
    # ---Configuracion Servlets y Jsp para pccom
    Alias /cocoon "C:/www/tomcat/webapps/cocoon"
    <Directory "C:/www/tomcat/webapps/pccom">
     Options Indexes FollowSymLinks
 # (2a) No directory indexing for the context root.
 #    Options -Indexes
 # (2b) Set index.jsp to be the directory index file.
 #    DirectoryIndex index.jsp
    </Directory>

    ApJServMount /cocoon/servlet /cocoon
    AddType text/xml .xml
    AddHandler jserv-servlet .xml

    <Location /cocoon/WEB-INF/ >
     AllowOverride None
     deny from all
    </Location>
    <Directory "C:/www/tomcat/webapps/cocoon/WEB-INF/">
     AllowOverride None
     deny from all
    </Directory>
    <Location "/cocoon/META-INF/">
     AllowOverride None
     deny from all
    </Location>
    <Directory "C:/www/tomcat/webapps/cocoon/META-INF/">
     AllowOverride None
     deny from all
    </Directory>


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

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

Reply via email to