Author: rjung
Date: Mon Dec 22 21:48:39 2014
New Revision: 1647418

URL: http://svn.apache.org/r1647418
Log:
More de-Jakartify.

Modified:
    tomcat/jk/trunk/native/iis/installer/isapi-redirector-win32-msi.ism
    tomcat/jk/trunk/xdocs/reference/iis.xml
    tomcat/jk/trunk/xdocs/webserver_howto/iis.xml

Modified: tomcat/jk/trunk/native/iis/installer/isapi-redirector-win32-msi.ism
URL: 
http://svn.apache.org/viewvc/tomcat/jk/trunk/native/iis/installer/isapi-redirector-win32-msi.ism?rev=1647418&r1=1647417&r2=1647418&view=diff
==============================================================================
--- tomcat/jk/trunk/native/iis/installer/isapi-redirector-win32-msi.ism 
(original)
+++ tomcat/jk/trunk/native/iis/installer/isapi-redirector-win32-msi.ism Mon Dec 
22 21:48:39 2014
@@ -1972,7 +1972,6 @@
                <row><td>ISProductFolder</td><td/><td/><td>1</td></row>
                <row><td>ISProjectDataFolder</td><td/><td/><td>1</td></row>
                <row><td>ISProjectFolder</td><td/><td/><td>1</td></row>
-               
<row><td>PATH_TO_IIS_FILES</td><td>C:\W\jakarta\jtc\jk\native\iis</td><td/><td>2</td></row>
                <row><td>ProgramFilesFolder</td><td/><td/><td>1</td></row>
                <row><td>SystemFolder</td><td/><td/><td>1</td></row>
                <row><td>WindowsFolder</td><td/><td/><td>1</td></row>
@@ -2887,7 +2886,7 @@
                <row><td>IDS__TargetReq_DESC_PROCESSOR</td><td>1033</td><td>The 
processor is not adequate for running 
[ProductName].</td><td>0</td><td/><td>-1256677244</td></row>
                <row><td>IDS__TargetReq_DESC_RAM</td><td>1033</td><td>The 
amount of RAM is not adequate for running 
[ProductName].</td><td>0</td><td/><td>-1256677244</td></row>
                
<row><td>IDS__TargetReq_DESC_RESOLUTION</td><td>1033</td><td>The screen 
resolution is not adequate for running 
[ProductName].</td><td>0</td><td/><td>-1256677244</td></row>
-               
<row><td>ID_STRING1</td><td>1033</td><td>http://jakarta.apache.org</td><td>0</td><td/><td>2115538665</td></row>
+               
<row><td>ID_STRING1</td><td>1033</td><td>http://tomcat.apache.org</td><td>0</td><td/><td>2115538665</td></row>
                
<row><td>ID_STRING2</td><td>1033</td><td>DisplayName1</td><td>0</td><td/><td>2115549418</td></row>
                
<row><td>ID_STRING3</td><td>1033</td><td>jakarta</td><td>0</td><td/><td>2115510538</td></row>
                
<row><td>ID_STRING4</td><td>1033</td><td>CoreFiles</td><td>0</td><td/><td>2115544011</td></row>

Modified: tomcat/jk/trunk/xdocs/reference/iis.xml
URL: 
http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/reference/iis.xml?rev=1647418&r1=1647417&r2=1647418&view=diff
==============================================================================
--- tomcat/jk/trunk/xdocs/reference/iis.xml (original)
+++ tomcat/jk/trunk/xdocs/reference/iis.xml Mon Dec 22 21:48:39 2014
@@ -287,7 +287,7 @@ The property names and values in the pro
 </p>
 <p>
 <source>
-# Configuration file for the Jakarta ISAPI Redirector
+# Configuration file for the Tomcat ISAPI Redirector
 
 # The path to the ISAPI Redirector Extension, relative to the website
 # This must be in a virtual directory with execute privileges
@@ -344,7 +344,7 @@ If both are specified, the <b>log_rotati
 <br/>For example, to configure daily rotation of the log file:
 </p>
 <source>
-# Configuration file for the Jakarta ISAPI Redirector
+# Configuration file for the Tomcat ISAPI Redirector
 ...
 
 # Full path to the log file for the ISAPI Redirector
@@ -362,7 +362,7 @@ log_rotationtime=86400
 Or to configure rotation of the log file when it reaches 5MB in size:
 </p>
 <source>
-# Configuration file for the Jakarta ISAPI Redirector
+# Configuration file for the Tomcat ISAPI Redirector
 ...
 
 # Full path to the log file for the ISAPI Redirector

Modified: tomcat/jk/trunk/xdocs/webserver_howto/iis.xml
URL: 
http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/webserver_howto/iis.xml?rev=1647418&r1=1647417&r2=1647418&view=diff
==============================================================================
--- tomcat/jk/trunk/xdocs/webserver_howto/iis.xml (original)
+++ tomcat/jk/trunk/xdocs/webserver_howto/iis.xml Mon Dec 22 21:48:39 2014
@@ -259,7 +259,7 @@ you need to insert the full path to isap
 <li>
 If you're using IIS 6.0 you must also do the following:
 <br />
-Using the IIS management console, add the Jakarta Isapi Redirector to the Web
+Using the IIS management console, add the Tomcat Isapi Redirector to the Web
 Service Extensions. 
 <ol>
 <li>Right-click on Web Service Extensions and choose Add a new Web Service



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to