Author: mturk Date: Fri Oct 22 05:14:15 2010 New Revision: 1026213 URL: http://svn.apache.org/viewvc?rev=1026213&view=rev Log: Update readme as well
Modified: tomcat/jk/trunk/native/netscape/README Modified: tomcat/jk/trunk/native/netscape/README URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/native/netscape/README?rev=1026213&r1=1026212&r2=1026213&view=diff ============================================================================== --- tomcat/jk/trunk/native/netscape/README (original) +++ tomcat/jk/trunk/native/netscape/README Fri Oct 22 05:14:15 2010 @@ -1,8 +1,8 @@ ABOUT ----- -The redirector was originally developed using Visual C++ Ver.6.0, -so having this environment is a prerequisite if you want to perform +The redirector was originally developed using Visual C++ Ver.6.0, +so having this environment is a prerequisite if you want to perform a custom build on Windows systems On Unix system, a Makefile.solaris and Makefile.linux are provided @@ -17,12 +17,12 @@ MS VC 6.0 (+ update, latest service pack BUILDING on Windows ------------------- - + The steps that you need to take are: 1. Change directory to the nsapi redirector plugins source directory. - 2. Set the SUNONE_HOME system environment value to SunONE installation - directory or edit the nsapi.dsp and replace all $(SUNONE_HOME) + 2. Set the IPLANET_HOME system environment value to iPlanet installation + directory or edit the nsapi.dsp and replace all $(IPLANET_HOME) occurrences with the real path 3. Execute the following command: MSDEV nsapi.dsp /MAKE ALL @@ -30,5 +30,5 @@ The steps that you need to take are: This will build both release and debug versions of the redirector plugin. -An alternative will be to open the isapi workspace file (nsapi.dsw) in msdev and +An alternative will be to open the isapi workspace file (nsapi.dsw) in msdev and build it using the build menu. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org