Configuring Databases - MACROMEDIA COLDFUSION 5 - INSTALING AND CONFIGURING SERVER Manual

Table of Contents

Advertisement

64
5
6
7
8

Configuring databases

After the install is completed, but before you can set up a data source in the
ColdFusion Administrator, you must edit the
include information about the database(s) you use.
Normally this requires two changes per database: setting a database-specific
environment variable, and adding the path to the client-side database libraries to
your SHLIB_PATH environment variable. The start script provides examples to help
you.
After editing the start script, you must stop and restart ColdFusion Server for the
changes to take effect. After that finishes, proceed to the ColdFusion Administrator
to set up your data sources.
Note
For more information, see
Open src/Makefile in a text editor.
a
Find the following line:
LIBS1= -lcl -lm -lpthread
If it does not contain
b Save the file.
After performing Steps 4 and 5, you must rebuild Apache and then re-install the
new configuration. For instructions, see the Apache documentation.
Open the file /etc/httpd/httpd.conf in a text editor.
a
If you are not running an EAPI version of Apache, in the section
add the following line:
LoadModule coldfusion_module libexec/mod_coldfusion.sl
If you are running an EAPI, add the following line:
LoadModule coldfusion_module libexec/mod_coldfusion-EAPI.sl
b In the section
AddModule
AddModule mod_coldfusion.c
c
Save the file.
Restart Apache.
Chapter 4 Installing ColdFusion Server in HP-UX
, add it.
-lcl
, add the following line:
/opt/coldfusion/bin/start
"Managing Data Sources" on page
LoadModule
script to
109.
,

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COLDFUSION 5 - INSTALING AND CONFIGURING SERVER and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Coldfusion server 5

Table of Contents