MACROMEDIA COLFUSION MX 7 - INSTALLING AND USING COLDFUSION MX Using Manual page 56

Hide thumbs Also See for COLFUSION MX 7 - INSTALLING AND USING COLDFUSION MX:
Table of Contents

Advertisement

Configuring SunONE or iPlanet web server on UNIX
This section describes how to configure SunONE Web Server or iPlanet web server (4.x or 6.x)
for ColdFusion MX 7 on UNIX, and how to verify your configuration.
Note: When running the Web Server Configuration Tool on the multiserver configuration,
wsconfig.jar is located in jrun_root/lib. On the server configuration only, you can also use the scripts in
cf_root/bin/connectors, modifying them, as appropriate for your environment.
To configure Netscape or iPlanet for ColdFusion MX 7 on UNIX:
Enter the following command on a single line:
1.
wsconfig -server servername -ws sunone | iplanet | nes -dir path_to_config
-coldfusion -v
Note: You must enter the previous command as a single (long) line. Specify sunone, iplanet or nes.
The following is a sample command:
/opt/cfusionmx7/runtime/bin/wsconfig -server coldfusion -ws sunone -dir
path_to_config -coldfusion -v
Copy the CFIDE and cfdocs directories from cf_root/wwwroot to your web server root
2.
directory. In addition, copy your application's CFM pages from cf_root/wwwroot to your web
server root directory. In the multiserver configuration, these files are under the
jrun_root/servers/cfusion/cfusion-ear/cfusion-war directory.
To verify your Netscape or iPlanet configuration:
Verify that the following file was created:
1.
cf_root/runtime/lib/wsconfig/1/jrun_nsapi35.dll
In the multiserver configuration, this file is located under jrun_root/lib/wsconfig.
Open the Netscape configuration file, obj.conf, in the web server directory (for example, in
2.
/usr/netscape/server4/https-surf/config/obj.conf).
Verify that the following line is in the file:
3.
NameTrans fn="jrunfilter"
Verify that #JRun prefixes the following
4.
#JRun NameTrans fn="pfx2dir" from="/servlet"
dir="e:/netscape/servers/docs/servlet"
Verify that the following object element is at the end of the file:
5.
<Object name="jrun">
PathCheck fn="jrunfilter"
Service fn="jrunservice"
</Object>
56
Chapter 5: Configuring Your System
line in the file:
NameTrans

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents