~ubuntu-branches/ubuntu/oneiric/libapache-mod-jk/oneiric

« back to all changes in this revision

Viewing changes to jk/native/iis/README

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2006-08-05 16:30:53 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060805163053-myf66gm6j1a21ps6
Tags: 1:1.2.18-1ubuntu1
Merge from Debian unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
 
      MSDEV isapi.dsp /MAKE ALL
41
 
      If msdev is not in your path, enter the full path to msdev.exe
42
 
 
43
 
This will build both release and debug versions of the redirector plugin.
44
 
 
45
 
An alternative will be to open the isapi workspace file (isapi.dsw) in msdev and 
46
 
build it using the build menu.