You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by su...@apache.org on 2008/07/02 11:35:04 UTC

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

Author: supun
Date: Wed Jul  2 02:35:04 2008
New Revision: 673331

URL: http://svn.apache.org/viewvc?rev=673331&view=rev
Log:
Edit the manual to document the recent changes to the IIS module.

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=673331&r1=673330&r2=673331&view=diff
==============================================================================
--- webservices/axis2/trunk/c/xdocs/docs/axis2c_manual.html (original)
+++ webservices/axis2/trunk/c/xdocs/docs/axis2c_manual.html Wed Jul  2 02:35:04 2008
@@ -1612,8 +1612,23 @@
 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>
+You can add a string value with the name <code>services_url_prefix</code>. This is optional and defaults to "/services".
+As an example, if you have "/web_services" as the prefix, then all the
+services hosted would have the endpoint prefix of : <br />
+http://localhost/axis2/web_services.<br />Note: don't forget the / at the begining.<br />
+</p>
+<p>
+If you wish, you can also change the location as well by adding a string value with the name <code>axis2_location</code>. This is also optional and defaults to /axis2.
+If you have /myserser as the value you can access your web services with a url like http://localhost/myserver/services. <br/>Note: Don't forget the / at the beginning.</p>
+<p>
+
+<p>Now you can do all the registry editing using the JScript file axis2_iis_regedit.js provided with the distribution. 
+When you build axis2/C with the IIS module the file is copied to the root directory of the binary distribution. 
+Just double click it and everything will be set to the defaults. The axis2c_home is taken as the current directory, so make sure you run the file in the Axis2/C repository location (or root of the binary distribution). If you want to change the values you can 
+manually edit the the .js file or give it as command line arguments to the script when running the script. To run the jscript from the command line use the command <code>:\cscript axis2_iis_regedit.js optional arguments</code>. We recomend the manual editing as it is the easiest way to specify the values.</p>
 <p><b>IIS 5.1 or Below</b></p>
-<p>Using the IIS management console, add a new virtual
+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