cvs commit: jakarta-tomcat-connectors/jk/native/iis isapi_install.vbs

2004-07-21 Thread yoavs
yoavs   2004/07/21 11:11:05

  Modified:webapps/docs changelog.xml
   jk/native/iis isapi_install.vbs
  Log:
  Addressed Bugzilla 30238.
  
  Revision  ChangesPath
  1.72  +3 -0  jakarta-tomcat-catalina/webapps/docs/changelog.xml
  
  Index: changelog.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/changelog.xml,v
  retrieving revision 1.71
  retrieving revision 1.72
  diff -u -r1.71 -r1.72
  --- changelog.xml 21 Jul 2004 18:06:13 -  1.71
  +++ changelog.xml 21 Jul 2004 18:11:05 -  1.72
  @@ -20,6 +20,9 @@
 fix
   bug30239/bug: Updated IIS how-to to link to Wiki page with instrutions 
for IIS 5 and IIS 6 configurations. (yoavs)
 /fix
  +  fix
  +bug30238/bug: Replaced isapi_redirector.dll isapi_redirect.dll in 
installation script for consistency. (yoavs)
  +  /fix
   /changelog
 /subsection
   
  
  
  
  1.5   +3 -3  jakarta-tomcat-connectors/jk/native/iis/isapi_install.vbs
  
  Index: isapi_install.vbs
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/iis/isapi_install.vbs,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- isapi_install.vbs 27 Feb 2004 16:07:39 -  1.4
  +++ isapi_install.vbs 21 Jul 2004 18:11:05 -  1.5
  @@ -47,7 +47,7 @@
   serverName = args(0)
   filterDir = args(1)
   filterName = jakarta
  -filterLib = \isapi_redirector.dll
  +filterLib = \isapi_redirect.dll
   workerFile = args(2)
   mountFile = args(3)
   logFile = args(4)
  @@ -161,7 +161,7 @@
   
   on error goto 0
   info Updating Registry
  -shell.RegWrite regRoot + extension_uri, /jakarta/isapi_redirector.dll
  +shell.RegWrite regRoot + extension_uri, /jakarta/isapi_redirect.dll
   shell.RegWrite regRoot + log_file, logFile
   shell.RegWrite regRoot + log_level, logLevel
   shell.RegWrite regRoot + worker_file, workerFile
  
  
  

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



cvs commit: jakarta-tomcat-connectors/jk/native/iis isapi_install.vbs

2002-01-03 Thread seguin

seguin  02/01/03 20:35:52

  Modified:jk/native/iis isapi_install.vbs
  Log:
  update to use correct dll name (isapi_redirector.dll rather than
  isapi_redirect.dll).
  
  Revision  ChangesPath
  1.2   +4 -4  jakarta-tomcat-connectors/jk/native/iis/isapi_install.vbs
  
  Index: isapi_install.vbs
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/iis/isapi_install.vbs,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- isapi_install.vbs 28 Jun 2001 17:57:39 -  1.1
  +++ isapi_install.vbs 4 Jan 2002 04:35:52 -   1.2
  @@ -58,7 +58,7 @@
   ' =
   ' Description: Install script for Tomcat ISAPI redirector   
   
   ' Author:  Peter S. Horne [EMAIL PROTECTED]   
  -' Version: $Revision: 1.1 $   
  +' Version: $Revision: 1.2 $   
   ' =
   '
   ' This script automatically installs the tomcat isapi_redirector for use in
  @@ -73,7 +73,7 @@
info 
info Tomcat ISAPI Redirector Installation Utility
info usage: isapi_install server fdir worker mount log level
  - info   server: The Web Server Name
  + info   server: The Web Server Name (for example 'Default Web Site')
info   fdir:   the full path to the directory that contains the isapi filter
info   worker: Full path and file name of the worker properties file
info   mount:  Full path and file name of the worker mount properties file
  @@ -88,7 +88,7 @@
   serverName = args(0)
   filterDir = args(1)
   filterName = jakarta
  -filterLib = \isapi_redirect.dll
  +filterLib = \isapi_redirector.dll
   workerFile = args(2)
   mountFile = args(3)
   logFile = args(4)
  @@ -202,7 +202,7 @@
   
   on error goto 0
   info Updating Registry
  -shell.RegWrite regRoot + extension_uri, /jakarta/isapi_redirect.dll
  +shell.RegWrite regRoot + extension_uri, /jakarta/isapi_redirector.dll
   shell.RegWrite regRoot + log_file, logFile
   shell.RegWrite regRoot + log_level, logLevel
   shell.RegWrite regRoot + worker_file, workerFile
  
  
  

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




cvs commit: jakarta-tomcat-connectors/jk/native/iis isapi_install.vbs

2001-06-28 Thread andya

andya   01/06/28 10:57:40

  Added:   jk/native/iis isapi_install.vbs
  Log:
  VBScript installer from Peter S. Horne [EMAIL PROTECTED]
  
  Revision  ChangesPath
  1.1  jakarta-tomcat-connectors/jk/native/iis/isapi_install.vbs
  
  Index: isapi_install.vbs
  ===
  ' = 
  '   
  ' The Apache Software License,  Version 1.1 
  '   
  '  Copyright (c) 1999-2001 The Apache Software Foundation.  
  '   All rights reserved.
  '   
  ' = 
  '   
  ' Redistribution and use in source and binary forms,  with or without modi- 
  ' fication, are permitted provided that the following conditions are met:   
  '   
  ' 1. Redistributions of source code  must retain the above copyright notice 
  'notice, this list of conditions and the following disclaimer.  
  '   
  ' 2. Redistributions  in binary  form  must  reproduce the  above copyright 
  'notice,  this list of conditions  and the following  disclaimer in the 
  'documentation and/or other materials provided with the distribution.   
  '   
  ' 3. The end-user documentation  included with the redistribution,  if any, 
  'must include the following acknowlegement: 
  '   
  '   This product includes  software developed  by the Apache  Software 
  'Foundation http://www.apache.org/.  
  '   
  'Alternately, this acknowlegement may appear in the software itself, if 
  'and wherever such third-party acknowlegements normally appear. 
  '   
  ' 4. The names  The  Jakarta  Project,  Jk,  and  Apache  Software 
  'Foundation  must not be used  to endorse or promote  products derived 
  'from this  software without  prior  written  permission.  For  written 
  'permission, please contact [EMAIL PROTECTED].
  '   
  ' 5. Products derived from this software may not be called Apache nor may 
  'Apache appear in their names without prior written permission of the 
  'Apache Software Foundation.
  '   
  ' THIS SOFTWARE IS PROVIDED AS IS AND ANY EXPRESSED OR IMPLIED WARRANTIES 
  ' INCLUDING, BUT NOT LIMITED TO,  THE IMPLIED WARRANTIES OF MERCHANTABILITY 
  ' AND FITNESS FOR  A PARTICULAR PURPOSE  ARE DISCLAIMED.  IN NO EVENT SHALL 
  ' THE APACHE  SOFTWARE  FOUNDATION OR  ITS CONTRIBUTORS  BE LIABLE  FOR ANY 
  ' DIRECT,  INDIRECT,   INCIDENTAL,  SPECIAL,  EXEMPLARY,  OR  CONSEQUENTIAL 
  ' DAMAGES (INCLUDING,  BUT NOT LIMITED TO,  PROCUREMENT OF SUBSTITUTE GOODS 
  ' OR SERVICES;  LOSS OF USE,  DATA,  OR PROFITS;  OR BUSINESS INTERRUPTION) 
  ' HOWEVER CAUSED AND  ON ANY  THEORY  OF  LIABILITY,  WHETHER IN  CONTRACT, 
  ' STRICT LIABILITY, OR TORT  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN 
  ' ANY  WAY  OUT OF  THE  USE OF  THIS  SOFTWARE,  EVEN  IF  ADVISED  OF THE 
  ' POSSIBILITY OF SUCH DAMAGE.   
  '   
  ' = 
  '   
  ' This software  consists of voluntary  contributions made  by many indivi- 
  ' duals on behalf of the  Apache Software Foundation.  For more information 
  ' on the Apache Software Foundation, please see http://www.apache.org/.   
  '   
  ' =
  
  ' =
  ' Description: Install script for Tomcat ISAPI redirector
  
  ' Author:  Peter S. Horne [EMAIL PROTECTED]