RE: cvs commit: jakarta-tomcat-connectors/jk/native/iis README

2002-07-02 Thread GOMEZ Henri

Who could update the iplanet README ?

-
Henri Gomez ___[_]
EMAIL : [EMAIL PROTECTED](. .) 
PGP KEY : 697ECEDD...oOOo..(_)..oOOo...
PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 01, 2002 9:34 PM
To: [EMAIL PROTECTED]
Subject: cvs commit: jakarta-tomcat-connectors/jk/native/iis README


nacho   2002/07/01 12:33:59

  Modified:jk/native/iis README
  Log:
  * More on build i_r.dll from command line.
  
  Revision  ChangesPath
  1.2   +21 -3 jakarta-tomcat-connectors/jk/native/iis/README
  
  Index: README
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/iis/README,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- README   1 Jul 2002 11:08:35 -   1.1
  +++ README   1 Jul 2002 19:33:59 -   1.2
  @@ -8,8 +8,26 @@
   REQUIREMENT
   ---
   
  -MS VC 6.0 (+ update, latest service pack is sp5)
  -MS PLATFORM SDK
  +* 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
   
  @@ -17,7 +35,7 @@
   The steps that you need to take are:
   
  1. Change directory to the isapi redirector plugins source directory.
  -
  +   
  2. Execute the following command:
 MSDEV isapi.dsp /MAKE ALL
 If msdev is not in your path, enter the full path to msdev.exe
  
  
  

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




cvs commit: jakarta-tomcat-connectors/jk/native/iis README

2002-07-01 Thread hgomez

hgomez  2002/07/01 04:08:35

  Added:   jk/native/iis README
  Log:
  Initial README for IIS, may be Nacho could put more informations
  in it.
  
  Revision  ChangesPath
  1.1  jakarta-tomcat-connectors/jk/native/iis/README
  
  Index: README
  ===
  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)
  MS PLATFORM SDK
  
  BUILDING
  
   
  The steps that you need to take are:
  
 1. Change directory to the isapi redirector plugins source directory.
  
 2. Execute the following command:
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.
  
  
  

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




cvs commit: jakarta-tomcat-connectors/jk/native/iis README

2002-07-01 Thread nacho

nacho   2002/07/01 12:33:59

  Modified:jk/native/iis README
  Log:
  * More on build i_r.dll from command line.
  
  Revision  ChangesPath
  1.2   +21 -3 jakarta-tomcat-connectors/jk/native/iis/README
  
  Index: README
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/iis/README,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- README1 Jul 2002 11:08:35 -   1.1
  +++ README1 Jul 2002 19:33:59 -   1.2
  @@ -8,8 +8,26 @@
   REQUIREMENT
   ---
   
  -MS VC 6.0 (+ update, latest service pack is sp5)
  -MS PLATFORM SDK
  +* 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
   
  @@ -17,7 +35,7 @@
   The steps that you need to take are:
   
  1. Change directory to the isapi redirector plugins source directory.
  -
  +   
  2. Execute the following command:
 MSDEV isapi.dsp /MAKE ALL
 If msdev is not in your path, enter the full path to msdev.exe
  
  
  

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]