diff options
author | hongbotian <hongbo.tianhongbo@huawei.com> | 2015-11-30 02:41:33 -0500 |
---|---|---|
committer | hongbotian <hongbo.tianhongbo@huawei.com> | 2015-11-30 02:43:36 -0500 |
commit | 9401f816dd0d9d550fe98a8507224bde51c4b847 (patch) | |
tree | 94f2d7a7893a787bafdca8b5ef063ea316938874 /rubbos/app/tomcat-connectors-1.2.32-src/native/netscape/README | |
parent | e8ec7aa8e38a93f5b034ac74cebce5de23710317 (diff) |
upload tomcat
JIRA: BOTTLENECK-7
Change-Id: I875d474869efd76ca203c30b60ebc0c3ee606d0e
Signed-off-by: hongbotian <hongbo.tianhongbo@huawei.com>
Diffstat (limited to 'rubbos/app/tomcat-connectors-1.2.32-src/native/netscape/README')
-rw-r--r-- | rubbos/app/tomcat-connectors-1.2.32-src/native/netscape/README | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/rubbos/app/tomcat-connectors-1.2.32-src/native/netscape/README b/rubbos/app/tomcat-connectors-1.2.32-src/native/netscape/README new file mode 100644 index 00000000..41710931 --- /dev/null +++ b/rubbos/app/tomcat-connectors-1.2.32-src/native/netscape/README @@ -0,0 +1,31 @@ +ABOUT +----- + +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 +and should be adapted to tailor to your own configuration. +Be sure to read the BUILDING.txt file, one directory up. + + +REQUIREMENT for Windows build +----------------------------- + +MS VC 6.0 (+ update, latest service pack is 6) + +BUILDING on Windows +------------------- + +The steps that you need to take are: + + 1. Change directory to the nsapi redirector plugins source directory. + 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: + nmake -f Makefile.vc [SO_VERSION=-1.2.32] + +An alternative will be to open the isapi workspace file (nsapi.dsw) in msdev and +build it using the build menu. |