You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by sa...@apache.org on 2014/11/17 08:25:01 UTC

svn commit: r1640077 - /ode/site/trunk/content/war-deployment.mdtext

Author: sathwik
Date: Mon Nov 17 07:25:01 2014
New Revision: 1640077

URL: http://svn.apache.org/r1640077
Log:
formatted properties

Modified:
    ode/site/trunk/content/war-deployment.mdtext

Modified: ode/site/trunk/content/war-deployment.mdtext
URL: http://svn.apache.org/viewvc/ode/site/trunk/content/war-deployment.mdtext?rev=1640077&r1=1640076&r2=1640077&view=diff
==============================================================================
--- ode/site/trunk/content/war-deployment.mdtext (original)
+++ ode/site/trunk/content/war-deployment.mdtext Mon Nov 17 07:25:01 2014
@@ -38,7 +38,7 @@ The ODE war should have been copied to t
 4. Configure data sources.  
    Create a file name named _**resources.properties**_ under conf/ directory of tomcat with the below contents:
 
-        :::text  
+        :::properties  
         resource.ds2.className=bitronix.tm.resource.jdbc.lrc.LrcXADataSource  
         resource.ds2.uniqueName=jdbc/ode  
         resource.ds2.minPoolSize=10  
@@ -77,10 +77,10 @@ Add these lines in the _**web.xml**_  
 
 8. Add the below lines to _**ode-axis2.properties**_
 
-         :::properties  
-         ode-axis2.tx.factory.class=org.apache.ode.axis2.util.TomcatFactory  
-         ode-axis2.db.mode=EXTERNAL  
-         ode-axis2.db.ext.dataSource=java:comp/env/jdbc/ode   
+        :::properties  
+        ode-axis2.tx.factory.class=org.apache.ode.axis2.util.TomcatFactory  
+        ode-axis2.db.mode=EXTERNAL  
+        ode-axis2.db.ext.dataSource=java:comp/env/jdbc/ode   
 
 2. Add the following stanza to _conf/server.xml_ inside the <Host> element: