You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Martin Gerlach <ma...@visio-media.com> on 2000/04/18 16:42:03 UTC

Cocoon 1.7.2 with JRun 2.3.3 or JServ 1.1 on Apache 1.3.9 (WinNT 4)

Hi,

I'm currently trying to get Cocoon running on a system as described in the
subject of this mail.

Has anybody experience with Cocoon on JRun or JServ? 
Can anybody provide detailed to-do-lists for these configurations?

Cheers
Martin

Martin Gerlach

Visio-media

Barnerstrasse 14
22765 Hamburg
Germany

Phone  +49-40-39834760
Email  martin.gerlach@visio-media.com

Re: Cocoon 1.7.2 with JRun 2.3.3 or JServ 1.1 on Apache 1.3.9 (WinNT 4)

Posted by Marcello Granata <mg...@matrix.it>.
I use Jrun and IIS. The conf for Jrun is quite simple.

File: jsm.properties
add to the classpath all the necessary cocoon files. For example I added to
my classpath:
"C:/Program Files/Apache Group/Cocoon/bin/cocoon.jar;C:/Program Files/Apache
Group/Cocoon/lib/xerces_1_0_3.jar;C:/Program Files/Apache
Group/Cocoon/lib/fop_0_12_1.jar;C:/Program Files/Apache
Group/Cocoon/lib/xalan_1_0_0.jar;C:/Program Files/Apache
Group/Cocoon/lib/servlet_2_2.jar"

File: rules properties (jse/properties and/or jseweb/properties)
add the following line:
*.xml=cocoon

Files: servlet.properties (jse/properties and/or jseweb/properties)
add the following lines:
servlet.cocoon.code=org.apache.cocoon.Cocoon
servlet.cocoon.args=properties=C:/Program Files/Apache
Group/Cocoon/conf/cocoon.properties
servlet.cocoon.preload=false

That's all, I hope this can help you.

ciao
martchelo


Re: Cocoon 1.7.2 with JRun 2.3.3 or JServ 1.1 on Apache 1.3.9 (WinNT 4)

Posted by Yann <yl...@ims.ltd.uk>.
I've only got Cocoon 1.7.2 + Tomcat 3.1 + Apache 1.3.12 running on NT 4 but
if you find yourself in trouble with other configuration, please don't
hesitate to contact me if you wish to have a similar configuration as mine
to run on NT 4.

Regards,

Yann.