Page tree

Versions Compared

Key

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

...

Code Block
languagebash
sudo apt-get install ia32-libs
su - serveradmin
chmod cd /atlassian-crowd-2.3.2/apache-tomcat/lib/
wget http://jdbc.postgresql.org/download/postgresql-8.4-701.jdbc4.jar

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

...

jdk-6u27-linux-i586.bin

...

./jdk-6u27-linux-i586.bin

...


sudo

...

ln

...

-s

...

./jdk1.6.0_27

...

./javaAfter 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.

Configuring your Application Server to Connect to PostgreSQL

Using your favorite editor edit the file apache-tomcat-X.X.XX/conf/Catalina/localhost/openidserver.xml and customise the username, password, driverClassName and url parameters for the datasource.

...