You are here: TWiki > Guides Web > SoftwareInstallations > InstallCocoon r2 - 21 Jun 2006 - 17:45 - JesseSuen


Start of topic | Skip to actions

Installing Cocoon 2.1.8 on Solaris 10

As of version 2.1 Apache Cocoon does not provide any binaries so you will need to compile it from source.
# cd /opt/
# gunzip cocoon-2.1.8-src.tar.gz
# gnutar -xf cocoon-2.1.8-src.tar.gz
You may get the following error message if you use the regular tar to extract it: tar: ././@LongLink: typeflag 'L' not recognized, converting to regular file. This is due to long pathnames in the tar. You will need to use gnutar to untar the package instead.
  • Set your JAVA_HOME environment
# export JAVA_HOME=/usr/java/
  • Run build.sh script
# cd cocoon-2.1.8
# ./build.sh

Create a cocoon user:

# groupadd cocoon
# useradd -g cocoon -d /opt/xml-qstat/ cocoon
# passwd cocoon
# chown -R cocoon:cocoon /opt/xml-qstat/

-- JesseSuen - 29 Mar 2006

Edit | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r2 < r1 | More topic actions
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback