Author: sathwik
Date: Mon Nov 17 07:32:46 2014
New Revision: 1640081

URL: http://svn.apache.org/r1640081
Log:
corrected formatting of resources.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=1640081&r1=1640080&r2=1640081&view=diff
==============================================================================
--- ode/site/trunk/content/war-deployment.mdtext (original)
+++ ode/site/trunk/content/war-deployment.mdtext Mon Nov 17 07:32:46 2014
@@ -45,11 +45,13 @@ The ODE war should have been copied to t
         resource.ds2.maxPoolSize=50
         resource.ds2.driverProperties.driverClassName=com.mysql.jdbc.Driver
         resource.ds2.driverProperties.url=jdbc:mysql://localhost:3306/ode
-        resource.ds2.driverProperties.user=root
-        resource.ds2.driverProperties.password=mysql
+        resource.ds2.driverProperties.user=
+        resource.ds2.driverProperties.password=
         resource.ds2.allowLocalTransactions=true
         resource.ds2.shareTransactionConnections=true
 
+    Enter the appropriate mysql **user** and **password** in the properties 
file.
+
 5. Associate the datasource created in the previous step for ODE  
 Create a file named _**ode.xml**_ under conf/Catalina/localhost/ directory 
under tomcat with the below given contents:  
 


Reply via email to