From ccd3452daa641212ac3566799ee7f369539c1fc6 Mon Sep 17 00:00:00 2001 From: Duncan Mackenzie Date: Thu, 14 Apr 2016 15:34:51 -0700 Subject: [PATCH] Fix typo in Readme.md Link to http://www.iis.net/downloads/microsoft/httpplatformhandler had httppPlatformHandler as the text, instead of httpPlatformHandler --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f93219..3a46ef1 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ will look inside this folder for web apps to host. ROOT.war represents the defau WAR file that's otherwise named represents a web app accessbile at `~/`. Also included in the repo is the Web.config file, that uses the -[httppPlatformHandler](http://www.iis.net/downloads/microsoft/httpplatformhandler) to tell IIS to be a proxy between +[httpPlatformHandler](http://www.iis.net/downloads/microsoft/httpplatformhandler) to tell IIS to be a proxy between HTTP requests and the Tomcat 8 server. You don't actually need this file if you enable Java for your app through the [portal](https://portal.azure.com) UI.