mturk 2004/12/21 08:07:15 Modified: jk/xdocs/install apache1.xml apache2.xml iis.xml Log: Add notes how to build JK on WIN32 using free Platform SDK and Visual C++ Toolkit. Revision Changes Path 1.3 +12 -0 jakarta-tomcat-connectors/jk/xdocs/install/apache1.xml Index: apache1.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/install/apache1.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- apache1.xml 18 Dec 2004 12:58:32 -0000 1.2 +++ apache1.xml 21 Dec 2004 16:07:14 -0000 1.3 @@ -156,6 +156,18 @@ to where your Apache 1.3 is installed. </li> <li> +You can use the free Microsoft tools for building mod_jk. You will need to download the +<a href="http://www.microsoft.com/msdownload/platformsdk/sdkupdate/">Platform SDK</a> and +<a href="http://msdn.microsoft.com/visualc/vctoolkit2003/">Microsoft Visual C++ Toolkit 2003</a> +You will have to copy the <b>nmake.exe</b> from PlatformSDK\bin\Win64 to PlatformSDK\bin. +<screen> +<note>Apache 1.3 build on WIN32 using free VCToolkit</note> +<typedos>C:\Vctoolkit\vcvars32.bat</typedos><br/> +<typedos>C:\PlatformSDK\vcvars32.bat</typedos><br/> +<typedos>nmake -f Makefile.vc</typedos><br/> +</screen> +</li> +<li> Copy mod_jk.dll to Apache's modules directory. </li> </ul> 1.5 +12 -0 jakarta-tomcat-connectors/jk/xdocs/install/apache2.xml Index: apache2.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/install/apache2.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- apache2.xml 18 Dec 2004 12:58:32 -0000 1.4 +++ apache2.xml 21 Dec 2004 16:07:14 -0000 1.5 @@ -149,6 +149,18 @@ to where your Apache 2.0 is installed. </li> <li> +You can use the free Microsoft tools for building mod_jk. You will need to download the +<a href="http://www.microsoft.com/msdownload/platformsdk/sdkupdate/">Platform SDK</a> and +<a href="http://msdn.microsoft.com/visualc/vctoolkit2003/">Microsoft Visual C++ Toolkit 2003</a> +You will have to copy the <b>nmake.exe</b> from PlatformSDK\bin\Win64 to PlatformSDK\bin. +<screen> +<note>Apache 2.0 build on WIN32 using free VCToolkit</note> +<typedos>C:\Vctoolkit\vcvars32.bat</typedos><br/> +<typedos>C:\PlatformSDK\vcvars32.bat</typedos><br/> +<typedos>nmake -f Makefile.vc</typedos><br/> +</screen> +</li> +<li> Copy mod_jk.dll to Apache's modules directory. </li> </ul> 1.3 +13 -0 jakarta-tomcat-connectors/jk/xdocs/install/iis.xml Index: iis.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/install/iis.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- iis.xml 17 Dec 2004 09:19:33 -0000 1.2 +++ iis.xml 21 Dec 2004 16:07:14 -0000 1.3 @@ -48,6 +48,19 @@ </screen> </p> <p> +You can use the free Microsoft tools for building mod_jk. You will need to download the +<a href="http://www.microsoft.com/msdownload/platformsdk/sdkupdate/">Platform SDK</a> and +<a href="http://msdn.microsoft.com/visualc/vctoolkit2003/">Microsoft Visual C++ Toolkit 2003</a> +You will have to copy the <b>nmake.exe</b> from PlatformSDK\bin\Win64 to PlatformSDK\bin. +<screen> +<note>Change directory to the isapi plugins source directory</note> +<typedos>C:\Vctoolkit\vcvars32.bat</typedos><br/> +<typedos>C:\PlatformSDK\vcvars32.bat</typedos><br/> +<typedos>nmake -f Makefile.vc</typedos><br/> +</screen> +</p> + +<p> 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
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]