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 su...@apache.org on 2008/06/12 07:28:05 UTC

svn commit: r666958 - /webservices/axis2/trunk/c/xdocs/docs/axis2c_manual.html

Author: supun
Date: Wed Jun 11 22:28:05 2008
New Revision: 666958

URL: http://svn.apache.org/viewvc?rev=666958&view=rev
Log:
updated the manual for IIS 6 and 7

Modified:
    webservices/axis2/trunk/c/xdocs/docs/axis2c_manual.html

Modified: webservices/axis2/trunk/c/xdocs/docs/axis2c_manual.html
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xdocs/docs/axis2c_manual.html?rev=666958&r1=666957&r2=666958&view=diff
==============================================================================
--- webservices/axis2/trunk/c/xdocs/docs/axis2c_manual.html (original)
+++ webservices/axis2/trunk/c/xdocs/docs/axis2c_manual.html Wed Jun 11 22:28:05 2008
@@ -961,12 +961,26 @@
 Redirector</code></p><p>Add a string value with the name <code>AXIS2C_HOME</code> and a
 value of <code>c:\axis2c</code></p><p>Add a string value with the name <code>log_file</code> and a value
 of <code>c:\axis2c\logs\axis2.log</code></p><p>Add a string value with the name <code>log_level</code>. The value
-can be either <code>trace</code>, <code>error</code>, <code>info</code>, <code>critical</code>, <code>user</code>, <code>debug</code>, or <code>warning</code>.</p><p>Using the IIS management console, add a new virtual
+can be either <code>trace</code>, <code>error</code>, <code>info</code>, <code>critical</code>, <code>user</code>, <code>debug</code>, or <code>warning</code>.</p>
+<p><b>IIS 5.1 or Below</b></p>
+<p>Using the IIS management console, add a new virtual
 directory to your IIS/PWS web site. The name of the virtual directory must be <code>axis2</code>. Its
 physical path should be the directory in which you placed mod_axis2_IIS.dll (in our example it is
 c:\axis2c\lib). When creating this new virtual directory, <b>assign execute access to it</b>.</p><p>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.</p><p style="margin-bottom: 0in"><br />
+admin service.</p>
+
+<p><b>IIS 6 & 7</b></p>
+Using the IIS management console, add the mod_axis2_IIS.dll as a Wildcard Script Map.</p>
+<ul>
+    <li>Executable should be the complete path to the mod_axis2_IIS.dll</li>
+    <li>You can put any name as the name of the Wildcard Script Map</li>
+</ul>
+<p>Please don't add the mod_axis2_IIS.dll as a filter to IIS as in the IIS 5.1 case.</p>
+
+<p>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). </p>
+
+<p style="margin-bottom: 0in"><br />
 </p><p><a name="ssl_client"></a></p></div><div class="section"><a name="13__Using_SSL_Client"></a><h2>13. Using SSL Client</h2><div class="subsection"><a name="13_1_Building_and_Configuring_the_Client"></a><h3>13.1 Building and Configuring the Client</h3><p>In order to allow an Axis2/C client to communicate with an SSL enabled
 server, we need to compile Axis2/C with SSL support enabled.</p><p>To build with SSL client support, first of all, make sure you have
 installed <a href="http://www.openssl.org/" class="externalLink" title="External Link">OpenSSL</a> on your machine. Then