You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by sateesh <kl...@123india.com> on 2001/03/07 13:07:55 UTC

Installation Problem on Windows?

  Hi, I followed the instructions given in cocoon home page.

    I have Apache and Tomcat3.2.1 running on my WinNT workstation...

   According to the instructions given I modified the file 
 mod_jk.conf-auto  by adding the following piece of code

Alias /cocoon 
"D:/AdvJava/XML/ApacheXML/jakarta-tomcat-3.2.1/webapps/cocoon"
<Directory "D:/AdvJava/XML/ApacheXML/jakarta-tomcat-3.2.1/webapps/cocoon">
Options Indexes FollowSymLinks
</Directory>
JkMount /cocoon/*.xml ajp13
AddType text/xml .xml
<Location /cocoon/WEB-INF/ >
AllowOverride None deny from all
</Location>


    and renamed the file mod_jf1.conf-auto  now in the httpd.conf file I 
added the following code

          include 
"D:/AdvJava/XML/ApacheXML/jakarta-tomcat-3.2.1/webapps/cocoon/mod_jf1.co  
nf-auto"


Then I created the cocoon  in the webapps directory and web-inf inside this 
cocoon. I copied the web.xml and cocoon.properties file from cocoon home's 
directory to this directory.

  Now I tried to run the Apache Server it is giving the error

  Syntax error on line 8 at 
"D:/AdvJava/XML/ApacheXML/jakarta-tomcat-3.2.1/webapps/cocoon/mod_jf1.co  
nf-auto"
  "Can not load "d:/programfiles/apachegroup/apache/modules/mod_jk.dll" 
into the server



 What went wrong .Is it because of renaming the file mod_jf.cofig to 
mod_jf1.config?.Please help me in sorting out this...................

  Thanks in Advance....

  regards..
  Sateesh