When your install process is finished, you can launch your VMware site and verify that
it is working.
-
Update your Apache configuration, keeping the existing settings around in case
you need to roll back any changes.
-
Back up the existing Apache configuration file.
- On Red Hat 5.4:
-
cd /etc/httpd/conf
-
cp httpd.conf httpd.conf.backup
- On SuSE 11.x:
-
cd /etc/apache2
-
mv httpd.conf httpd.conf_old
-
cp httpd.conf.cn_new httpd.conf
-
Review the new httpd.conf.cn_new or
apache2 file that was created by the install
process.
This is an Apache web server configuration file that combines any
existing web server configuration with directives specific to CollabNet
TeamForge.
-
When you are satisfied that the new configuration file meets all your
networking requirements, rename it so it becomes the active
version.
- On Red Hat 5.4:
mv httpd.conf.cn_new httpd.conf
- On SuSE 11.x:
- cd /etc/sysconfig/
- mv apache2 apache2_old
- cp apache2.cn_new apache2
-
Start the application services.
-
/etc/init.d/httpd start
-
/etc/init.d/postgresql start
-
/etc/init.d/collabnet start
Tip: If the JBoss server fails to start, kill all Java processes and repeat the
startup command.
-
Log into the site and verify that things are working.
-
Advise your site's users to refresh their browser cache the first time they log into the
new site.
Use language like this:
"Welcome to your newly upgraded CollabNet
TeamForge 5.4 site. This release comes with
significant improvements designed to make your experience more productive and intuitive. To
make sure you are able to view all the new features, please start by pressing Ctrl-F5 to
refresh your browser."
Tip: You can use your site's Project News feature to do this. See
Post a news item.