bottleneck testcase based on rubbos
[bottlenecks.git] / rubbos / app / tomcat-connectors-1.2.32-src / native / iis / README
1 ABOUT
2 -----
3
4 The Tomcat redirector was developed using Visual C++ Ver.6.0, 
5 so having this environment is a prerequisite if you want to perform 
6 a custom build.
7
8 REQUIREMENT
9 -----------
10
11 * MS VC 6.0 (+ update, latest service pack is sp5)
12   isapi_redirector.dll can be built using the command line tools, or 
13   from within the Visual Studio IDE Workbench. The command line build 
14   requires the environment to reflect the PATH, INCLUDE, LIB and other 
15   variables that can be configured with the vcvars32 batch file: 
16   
17   "c:\Program Files\DevStudio\VC\Bin\vcvars32.bat"
18
19 * MS PLATFORM SDK
20   Visual C++ 6.0 builds require an updated Microsoft Windows Platform SDK 
21   (http://www.microsoft.com/msdownload/platformsdk/sdkupdate/) to enable 
22   some isapi_redirector.dll features. For command line builds,
23   the Platform SDK environment is prepared by the setenv batch file:
24   
25   "c:\Program Files\Microsoft Platform SDK\setenv.bat"
26
27   Note that the Windows Platform SDK is only needed if you want authenticate 
28   using IIS to compile a isapi_redirector.dll.. 
29
30
31
32 BUILDING
33 --------
34  
35 The steps that you need to take are:
36
37    1. Change directory to the isapi redirector plugins source directory.
38    
39    2. Execute the following command:
40       nmake -f Makefile.x86 [SO_VERSION=-1.2.32]
41
42 An alternative will be to open the isapi workspace file (isapi.dsw) in msdev and 
43 build it using the build menu.