You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by pa...@apache.org on 2011/11/04 21:02:51 UTC

svn commit: r1197733 - /incubator/airavata/site/trunk/content/airavata/documentation/howto/howto.mdtext

Author: patanachai
Date: Fri Nov  4 20:02:50 2011
New Revision: 1197733

URL: http://svn.apache.org/viewvc?rev=1197733&view=rev
Log:
update link

Modified:
    incubator/airavata/site/trunk/content/airavata/documentation/howto/howto.mdtext

Modified: incubator/airavata/site/trunk/content/airavata/documentation/howto/howto.mdtext
URL: http://svn.apache.org/viewvc/incubator/airavata/site/trunk/content/airavata/documentation/howto/howto.mdtext?rev=1197733&r1=1197732&r2=1197733&view=diff
==============================================================================
--- incubator/airavata/site/trunk/content/airavata/documentation/howto/howto.mdtext (original)
+++ incubator/airavata/site/trunk/content/airavata/documentation/howto/howto.mdtext Fri Nov  4 20:02:50 2011
@@ -15,7 +15,7 @@
 ### How to Deploy Airavata on Tomcat
     
     Airavata services depends on Apache Axis2 as a Web Service engine. Each service component in Airavata can be packed as Axis2 Archive (.aar). 
-    In order to deploy Airavata system on Tomcat, you need to install Apache Axis2 on Tomcat first. Please refer to this [guide][1] for installation guide.
+    In order to deploy Airavata system on Tomcat, you need to install Apache Axis2 on Tomcat first. Please refer to this [guide](http://axis.apache.org/axis2/java/core/docs/installationguide.html#servlet_container) for installation guide.
     
     To deploy a Message Broker on Tomcat.
     1. Copy AIRAVATA_HOME/standalone-server/repository/services/messagebroker-0.0.1-SNAPSHOT.aar to webapps/axis2/WEB-INF/services directory.
@@ -30,7 +30,7 @@
     To deploy a GFac Axis2 Service on Tomcat.
     Copy AIRAVATA_HOME/standalone-server/repository/services/gfac-axis2-interface-0.0.1-SNAPSHOT.aar to webapps/axis2/WEB-INF/services directory.     
 
-    (Optional) To customize the logging level, download and copy needed slf4j library to webapps/axis2/WEB-INF/lib. Please refer to this [guide][2].
+    (Optional) To customize the logging level, download and copy needed slf4j library to webapps/axis2/WEB-INF/lib. Please refer to this [guide](http://www.slf4j.org/manual.html#binding).
 
 
 ### How do I use only WS-Messenger component
@@ -104,6 +104,3 @@
 	XBaya has a feature of showing your content in your Registry. It will show your available, Host Descriptions, Service Descriptions, Deployment Descriptions, saved
 	workflows etc. So you have a better understanding on what you have in your Repository.
 
-
-  [1]: http://axis.apache.org/axis2/java/core/docs/installationguide.html#servlet_container
-  [2]: http://www.slf4j.org/manual.html#binding
\ No newline at end of file