The redirector was developed using Visual C++ Ver.6.0, so having this environment is a prereq if you want
to perform a custom build. You should also have IIS developer SDK
The steps that you need to take are:
-
Change directory to the isapi plugins source directory.
-
Make the source with MSDEV
Change directory to the isapi plugins source directory c:\>cd c:\home\apache\jk\isapi
Build the sources using MSDEV c:\>MSDEV isapi.dsp /MAKE ALL
|
If msdev is not in your path, enter the full path to msdev.exe.
This will build both release and debug versions of the redirector plugin.
An alternative will be to open the isapi workspace file (isapi.dsw) in msdev and
build it using the build menu.