View comments | RSS feed
Contents > Installing and Using ColdFusion MX > Configuring Your System > Configuring web servers > Configuring web servers on UNIX Configuring Netscape or iPlanet web server on UNIX PreviousNext

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:

  1. Enter the following command on a single line:
    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
  2. Copy the CFIDE and cfdocs directories from cf_root/wwwroot to your web server root 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:

  1. Verify that the following file was created:
    cf_root/runtime/lib/wsconfig/1/jrun_nsapi35.dll
  2. Open the Netscape configuration file, obj.conf, in the web server directory (for example, in /usr/netscape/server4/https-surf/config/obj.conf).
  3. Verify that the following line is in the file:
    NameTrans fn="jrunfilter"
    
  4. Verify that #JRun prefixes the following NameTrans line in the file:
    #JRun NameTrans fn="pfx2dir" from="/servlet" 
    dir="e:/netscape/servers/docs/servlet"
  5. Verify that the following object element is at the end of the file:
    <Object name="jrun">
    PathCheck fn="jrunfilter"
    Service fn="jrunservice"
    </Object>
    

Contents > Installing and Using ColdFusion MX > Configuring Your System > Configuring web servers > Configuring web servers on UNIX Configuring Netscape or iPlanet web server on UNIX PreviousNext

ColdFusion 9 | ColdFusion 8 | ColdFusion MX 7 | ColdFusion MX 6.1 | ColdFusion MX | Forums | Developer Center | Bug Reporting

Version 6.1

Comments are no longer accepted for ColdFusion MX 6.1. ColdFusion 8 is the current version.

Comments


science_of_information said on Aug 9, 2005 at 10:35 AM :
It seems to me in a Solaris OS the file "jrun_nsapi35.dll" would be called "jrun_nsapi35.so"
science_of_information said on Aug 9, 2005 at 10:53 AM :
I'm not quite sure how the NES servlet directory on unix starts with "e:\" not too helpful.

 

RSS feed | Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/coldfusion/6.1/htmldocs/config17.htm