You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2020/06/13 12:12:52 UTC

[tomcat-connectors] branch master updated: Simplify docs

This is an automated email from the ASF dual-hosted git repository.

mturk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git


The following commit(s) were added to refs/heads/master by this push:
     new a74758c  Simplify docs
a74758c is described below

commit a74758cfa676a1e27635e804cb367c362bbbf708
Author: Mladen Turk <mt...@apache.org>
AuthorDate: Sat Jun 13 14:13:16 2020 +0200

    Simplify docs
---
 native/iis/README | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/native/iis/README b/native/iis/README
index d3d6f7b..ac25a2d 100644
--- a/native/iis/README
+++ b/native/iis/README
@@ -22,24 +22,22 @@ BUILDING
 
 Obtain the source code:
 
-  c:
-  cd \
-  git clone  https://github.com/apache/tomcat-connectors.git tomcat-jk-1.2.x
-  cd tomcat-jk-1.2.x\native\iis
+  git clone https://github.com/apache/tomcat-connectors.git
+  cd tomcat-connectors\native\iis
 
 
 Build  isapi_redirector.dll:
 
-  c:\cmsc-15.0_28\setenv.bat x86
-  nmake
+    c:\cmsc-15.0_28\setenv.bat x86
+    nmake
 
-  open new cmd.exe
+    open new cmd.exe
 
-  c:\cmsc-15.0_28\setenv.bat x64
-  nmake
+    c:\cmsc-15.0_28\setenv.bat x64
+    nmake
 
 Tomcat isapi_redirect DLLs may then be found in
-C:\tomcat-jk-1.2.x\native\iis\[x86|x64]_RELEASE
+    tomcat-connectors\native\iis\[x86|x64]_RELEASE
 
 
 


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