You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ra...@apache.org on 2011/08/03 21:55:06 UTC

svn commit: r1153632 - /incubator/airavata/site/trunk/content/airavata/docs/registry/xregistry.mdtext

Author: raminder
Date: Wed Aug  3 19:55:06 2011
New Revision: 1153632

URL: http://svn.apache.org/viewvc?rev=1153632&view=rev
Log:
Changed format

Modified:
    incubator/airavata/site/trunk/content/airavata/docs/registry/xregistry.mdtext

Modified: incubator/airavata/site/trunk/content/airavata/docs/registry/xregistry.mdtext
URL: http://svn.apache.org/viewvc/incubator/airavata/site/trunk/content/airavata/docs/registry/xregistry.mdtext?rev=1153632&r1=1153631&r2=1153632&view=diff
==============================================================================
--- incubator/airavata/site/trunk/content/airavata/docs/registry/xregistry.mdtext (original)
+++ incubator/airavata/site/trunk/content/airavata/docs/registry/xregistry.mdtext Wed Aug  3 19:55:06 2011
@@ -30,19 +30,23 @@ the resource?"
 **Build and Install**
 
 Download code comes with embadded Apache Derby database configrations. To build and run follow these steps
- mvn clean install
- cd target/dist-bin
- ./xregistry.sh xregistry.properties
- 
+
+    mvn clean install
+    cd target/dist-bin
+    ./xregistry.sh xregistry.properties
+     
+
 The service will be available on https://{your.host.machine}:6666/xregistry. You can view the WSDL at the URL https://{your.host.machine}:6666/xregistry?wsdl. Check this URL to make sure the service started correctly. The startup scripts first make sure any previously started xregistry has been stopped. Log messages are written to xregistry.log in the dist-bin directory. To see logs 
-> more xregistry.log
+
+    more xregistry.log
 
 Check this log file to make sure the service started with no errors. dist-bin dir is created while at build time and can be copied to any other server with similar configurations. 
 
 **Stop XRegistry**
 
 The UNIX process ID for the XRegistry service is located in the file target/dist-bin/xregistry.pid. To stop the service, use the command 
-> kill `cat xregistry.pid`
+
+    kill `cat xregistry.pid`
 
 **Setup MySQL**
 
@@ -55,3 +59,4 @@ For production services we recommend MyS
 
  
 
+