You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Tom Krämer <t....@insiders.de> on 2000/10/20 14:38:05 UTC

Installation sucess report

Installation sucessful for:
Win 2000 professional; Resin 1.1; SUN JRE 1.2.2

Installation procedure:
1) copy xerces?_?.jar, xalan_?_?.jar, fop_?_?_?.jar, turbine-pool.jar and
cocoon.jar into <RESIN_HOME>/lib

2) copy cocoon.properties into <WEB_ROOT> (usualy <RESIN_HOME>/doc)

3) modify your /conf/resin.conf file as follows:
    <web-app id='/'>
	.
	.
	.
      <!--  C o c o o n  START -->
      <!--  Mapping -->
      <servlet-mapping
        url-pattern='*.xml'
        servlet-name='org.apache.cocoon.Cocoon'/>
      <!--  Configuration -->
      <servlet
	servlet-name= 'org.apache.cocoon.Cocoon'
	servlet-class='org.apache.cocoon.Cocoon'>
        <init-param info='The Cocoon Servlet'/>
	<init-param>
    	   <param-name>
	      properties
	   </param-name>
    	   <param-value>
	      /cocoon.properties
	   </param-value>
  	</init-param>
      </servlet>
      <!--  C o c o o n  END -->
	.
	.

4) Start Resin
5) Check with your browser: http://localhost:8080/Cocoon.xml
6) Have fun

bye
	tom
____________________________________________
Thomas Krämer            Tel 06131 98210-0
INSIDERS GmbH            Fax 06131 98210-11
W.-Th.-Roemheld-Str. 18  Web www.insiders.de
____________________________________________