MACROMEDIA COLDFUSION MX 61 - INSTALLING AND USING COLDFUSION MX Using Manual page 59

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

Advertisement

Configuring Netscape or iPlanet web server on UNIX
This section describes how to configure Netscape Enterprise web server 3.6x or iPlanet web server
(4.x or 6.x) for ColdFusion MX on UNIX, and how to verify your configuration.
Note: When running the Web Server Configuration Tool on the JRun J2EE configuration,
wsconfig.jar is located in jrun_root/lib. 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 on UNIX:
Enter the following command on a single line:
1
java_root/bin/java -jar cf_root/runtime/lib/wsconfig.jar
-ws <Iplanet or NES> -dir <Netscape/iPlanet config directory>
-map .cfm,.cfc,.cfml,.jsp,.jws -coldfusion -v
Note: You must enter the previous command as a single (long) line.
The following is a sample command:
/opt/coldfusionmx/jre/bin/java
-jar /opt/coldfusionmx/runtime/lib/wsconfig.jar
-ws NES -dir /usr/netscape/server4/https-surf/config
-map .cfm,.cfc,.cfml,.jsp,.jws -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.
To verify your Netscape or iPlanet configuration:
Verify that the following file was created:
1
cf_root/runtime/lib/wsconfig/1/jrun_nsapi35.dll
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>
line in the file:
NameTrans
Configuring web servers
59

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COLDFUSION MX 61 - INSTALLING AND USING COLDFUSION MX and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Coldfusion mx

Table of Contents