You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ch...@apache.org on 2007/04/20 08:13:41 UTC

svn commit: r530663 - /webservices/axis2/trunk/c/src/core/transport/http/server/IIS/README

Author: chatra
Date: Thu Apr 19 23:13:40 2007
New Revision: 530663

URL: http://svn.apache.org/viewvc?view=rev&rev=530663
Log:
minor corrections

Modified:
    webservices/axis2/trunk/c/src/core/transport/http/server/IIS/README

Modified: webservices/axis2/trunk/c/src/core/transport/http/server/IIS/README
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/transport/http/server/IIS/README?view=diff&rev=530663&r1=530662&r2=530663
==============================================================================
--- webservices/axis2/trunk/c/src/core/transport/http/server/IIS/README (original)
+++ webservices/axis2/trunk/c/src/core/transport/http/server/IIS/README Thu Apr 19 23:13:40 2007
@@ -1,9 +1,9 @@
-How to configure IIS module for Axis2C
+How to Configure IIS Module for Axis2C
 ________________________________________
 
 Use the Axis2/C VC project or makefile to buid the component.
 
-In this document I assume that the mod_axis2_IIS.dll is in the directory 
+In this document it is assumed that the mod_axis2_IIS.dll is in the directory 
 c:\axis2c\lib\mod_axis2_IIS.dll and axis2c_home is c:\axis2c
 
 Add the following key to the registery.
@@ -16,11 +16,10 @@
 
 Add a string value with the name log_level. The value can be one of trace, error, info, critical, debug, warning
 
-Using the IIS management console, add a new virtual directory to your IIS/PWS web site. 
+Using the IIS management console, add a new virtual directory to your IIS/PWS Web site. 
 The name of the virtual directory must be axis2. Its physical path should be the directory 
 where you placed mod_axis2_IIS.dll (in our example it is c:\axis2c\lib). When creating this new 
 virtual directory, assign execute access to it.
-
 
 By Using the IIS management console, add mod_axis2_IIS.dll as a filter in your IIS/PWS web site and restart the IIS admin service. 
 



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org