Hi, I tried to set up iPlanet for redirecting request to tomcat server by following instruction from http://jakarta.apache.org/tomcat/tomcat-3.3-doc/tomcat-netscape-howto.html. Unfortunately, it couldn't run after configuration. It seems to me that the iPlanet doesn't allow the insertion of the following: _________________________________________________________________________________________________________________________________
In this document I will assume that nsapi_redirect.dll is placed in d:\tomcat\bin\netscape\nt4\i386\nsapi_redirect.dll and that you created the properties files are in d:\tomcat\conf. 1. If the Netscape built in servlet support is working disable it. 2. Add the redirector plugin into the Netscape server configuration. Edit your server obj.conf and add the following lines: * In the Init section: Init fn="load-modules" funcs="jk_init,jk_service" shlib="d:/tomcat/bin/netscape/nt4/i386/nsapi_redirect.dll" Init fn="jk_init" worker_file="d:/tomcat/conf/workers.properties" log_level="debug" log_file="d:/tomcat/nsapi.log" * In the default object NameTrans section NameTrans fn="assign-name" from="/servlet/*" name="servlet" NameTrans fn="assign-name" from="/examples/*" name="servlet" * Create a new configuration object by adding the following lines to the end of the obj.conf file: <Object name=servlet> ObjectType fn=force-type type=text/plain Service fn="jk_service" worker="ajp12" </Object> 3. Restart Netscape (stop and start the server) That's all, now you should start tomcat and ask Netscape for http://server:port/examples/ _________________________________________________________________________________________________________________________________ Please help me out with that! I would really appreciate your help. Thank you! Regards, Tulip [EMAIL PROTECTED] Autodesk Development Canada GIS QE Division [403] 538-3068
