Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 98656 invoked from network); 9 Jun 2008 05:39:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Jun 2008 05:39:05 -0000 Received: (qmail 28232 invoked by uid 500); 9 Jun 2008 05:39:07 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 28113 invoked by uid 500); 9 Jun 2008 05:39:07 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 28104 invoked by uid 500); 9 Jun 2008 05:39:07 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 28101 invoked by uid 99); 9 Jun 2008 05:39:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Jun 2008 22:39:07 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jun 2008 05:38:26 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 1664723889FE; Sun, 8 Jun 2008 22:38:44 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r664629 - /webservices/axis2/trunk/c/src/core/transport/http/server/IIS/README Date: Mon, 09 Jun 2008 05:38:43 -0000 To: axis2-cvs@ws.apache.org From: supun@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080609053844.1664723889FE@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: supun Date: Sun Jun 8 22:38:43 2008 New Revision: 664629 URL: http://svn.apache.org/viewvc?rev=664629&view=rev Log: Updated the Readme file 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?rev=664629&r1=664628&r2=664629&view=diff ============================================================================== --- webservices/axis2/trunk/c/src/core/transport/http/server/IIS/README (original) +++ webservices/axis2/trunk/c/src/core/transport/http/server/IIS/README Sun Jun 8 22:38:43 2008 @@ -1,12 +1,12 @@ How to Configure IIS Module for Axis2C ________________________________________ -Use the Axis2/C VC project or makefile to buid the component. +Use the Axis2/C VC project or makefile to build the component. -In this document it is assumed 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. +Add the following key to the registry. HKEY_LOCAL_MACHINE\SOFTWARE\Apache Axis2c\IIS ISAPI Redirector @@ -16,14 +16,25 @@ 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. -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 +IIS 5.1 or Below + +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. +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. +IIS 6 & 7 + +Using the IIS management console, add the mod_axis2_IIS.dll as a Wildcard Script Map. + Executable should be the complete path to the mod_axis2_IIS.dll + You can put any name as the name of the Wildcard Script Map + +Please don't add the mod_axis2_IIS.dll as a filter to IIS as in the IIS 5.1 case. + +Note: If the Axis2/C failed to load, verify that Axis2/C and its dependent DLLs are in the System Path (not the user path).