You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@esme.apache.org by rh...@apache.org on 2011/07/17 11:05:22 UTC

svn commit: r1147559 - /esme/site/trunk/content/docs/install/stax.mdtext

Author: rhirsch
Date: Sun Jul 17 09:05:21 2011
New Revision: 1147559

URL: http://svn.apache.org/viewvc?rev=1147559&view=rev
Log:
CMS commit to esme by rhirsch

Modified:
    esme/site/trunk/content/docs/install/stax.mdtext

Modified: esme/site/trunk/content/docs/install/stax.mdtext
URL: http://svn.apache.org/viewvc/esme/site/trunk/content/docs/install/stax.mdtext?rev=1147559&r1=1147558&r2=1147559&view=diff
==============================================================================
--- esme/site/trunk/content/docs/install/stax.mdtext (original)
+++ esme/site/trunk/content/docs/install/stax.mdtext Sun Jul 17 09:05:21 2011
@@ -1,4 +1,5 @@
 Title: Stax
+
 <a name="Stax-Preqs."></a>
 ## Preqs.
 
@@ -33,20 +34,14 @@ Add the following text to your file
 Create a file in your webapp\WEB-INF directory. The contents of the file
 looks like this
 
-
     <stax-web-app>
      <resource name="esme" auth="Container" type="javax.sql.DataSource">
-      <param name="username" value="[Username for DB]
-" />
-      <param name="password" value="[Password for DB]
-" />
-      <param name="url" value="jdbc:stax://[DB name]
-" />
+      <param name="username" value="[Username for DB]" />
+      <param name="password" value="[Password for DB]" />
+      <param name="url" value="jdbc:stax://[DB name]" />
      </resource>
     </stax-web-app>
 
-
-
 The information for database is available in the Stax Console for your DB
 
 <a name="Stax-BuildApacheESME"></a>