How do I configure iPlanet Web Server (iWS) to work with GUIguide™?
Since iPlanet Web Server 4.x was released after ColdFusion 4.0 the ColdFusion installation will not automatically detect this web server to function properly. Please follow the steps detailed below: Follow these steps to modify obj.conf and mime.types files in your Netscape server directory (e.g. C:\Netscape\, use the Windows Find tool to search for the files if needed). Please go through the notes below before making the changes: Note: – There is multiples of each of these files within the Netscape directory structure. Make sure you don’t modify the one in the “backup” or “install” directories. – Make sure the lines you add (below) are all on 1 line. – Netscape is case sensitive, so add the lines exactly as you see them below. 1. Add the following line to obj.conf and change the drive letter/path depending on where you installed ColdFusion: Init fn=”load-modules” funcs=”DoCFRequest” shlib=”C:/CFUSION/Bin/NS35CF.DLL” 2. After the following line in the obj.conf: Service method =(GET|HEA