summaryrefslogtreecommitdiffstats
path: root/rubbos/app/tomcat-connectors-1.2.32-src/native/iis/README
diff options
context:
space:
mode:
authorhongbotian <hongbo.tianhongbo@huawei.com>2015-11-30 03:10:21 -0500
committerhongbotian <hongbo.tianhongbo@huawei.com>2015-11-30 03:10:21 -0500
commitc0b7206652b2852bc574694e7ba07ba1c2acdc00 (patch)
tree5cb95cb0e19e03610525903df46279df2c3b7eb1 /rubbos/app/tomcat-connectors-1.2.32-src/native/iis/README
parentb6d3d6e668b793220f2d3af1bc3e828553dc3fe6 (diff)
delete app
Change-Id: Id4c572809969ebe89e946e88063eaed262cff3f2 Signed-off-by: hongbotian <hongbo.tianhongbo@huawei.com>
Diffstat (limited to 'rubbos/app/tomcat-connectors-1.2.32-src/native/iis/README')
-rw-r--r--rubbos/app/tomcat-connectors-1.2.32-src/native/iis/README43
1 files changed, 0 insertions, 43 deletions
diff --git a/rubbos/app/tomcat-connectors-1.2.32-src/native/iis/README b/rubbos/app/tomcat-connectors-1.2.32-src/native/iis/README
deleted file mode 100644
index a77dbd82..00000000
--- a/rubbos/app/tomcat-connectors-1.2.32-src/native/iis/README
+++ /dev/null
@@ -1,43 +0,0 @@
-ABOUT
------
-
-The Tomcat redirector was developed using Visual C++ Ver.6.0,
-so having this environment is a prerequisite if you want to perform
-a custom build.
-
-REQUIREMENT
------------
-
-* MS VC 6.0 (+ update, latest service pack is sp5)
- isapi_redirector.dll can be built using the command line tools, or
- from within the Visual Studio IDE Workbench. The command line build
- requires the environment to reflect the PATH, INCLUDE, LIB and other
- variables that can be configured with the vcvars32 batch file:
-
- "c:\Program Files\DevStudio\VC\Bin\vcvars32.bat"
-
-* MS PLATFORM SDK
- Visual C++ 6.0 builds require an updated Microsoft Windows Platform SDK
- (http://www.microsoft.com/msdownload/platformsdk/sdkupdate/) to enable
- some isapi_redirector.dll features. For command line builds,
- the Platform SDK environment is prepared by the setenv batch file:
-
- "c:\Program Files\Microsoft Platform SDK\setenv.bat"
-
- Note that the Windows Platform SDK is only needed if you want authenticate
- using IIS to compile a isapi_redirector.dll..
-
-
-
-BUILDING
---------
-
-The steps that you need to take are:
-
- 1. Change directory to the isapi redirector plugins source directory.
-
- 2. Execute the following command:
- nmake -f Makefile.x86 [SO_VERSION=-1.2.32]
-
-An alternative will be to open the isapi workspace file (isapi.dsw) in msdev and
-build it using the build menu.