Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
tar -xvpf atlassian-crowd-2.3.2.tar.gz

Define the crowd-home Directory by editing the crowd-init.properties file

Integrating Crowd with Apache

...

Unpack the JDK2.x file into the atlassian-crowd-2.3.2/apache-tomcat/ and then create a symbolic link to javachmod java

Code Block
languagebash
chmod u+x jdk-6u27-linux-i586.bin./jdk-6u27-linux-i586.bin

...


sudo ln -s ./jdk1.6.0_27 ./

...

java

After we need to edit the startup.sh and shutdown.sh to be only used by serveradmin.
Followed by editing setenv.sh file in the atlassian-crowd-2.3.2/apache-tomcat/bin/ so that JAVA_HOME can be defined.
Make sure to check it works with the version.sh file.

...