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/13 15:24:46 UTC

svn commit: r1146001 - in /esme/site/trunk/content: docs/install/ce-installation-guide.mdtext docs/install/esme-mailet-install-guide.mdtext esme-installation-guides.mdtext

Author: rhirsch
Date: Wed Jul 13 13:24:45 2011
New Revision: 1146001

URL: http://svn.apache.org/viewvc?rev=1146001&view=rev
Log:
[ESME-351] Move wiki to CMS

Added:
    esme/site/trunk/content/docs/install/ce-installation-guide.mdtext
    esme/site/trunk/content/docs/install/esme-mailet-install-guide.mdtext
Removed:
    esme/site/trunk/content/esme-installation-guides.mdtext

Added: esme/site/trunk/content/docs/install/ce-installation-guide.mdtext
URL: http://svn.apache.org/viewvc/esme/site/trunk/content/docs/install/ce-installation-guide.mdtext?rev=1146001&view=auto
==============================================================================
--- esme/site/trunk/content/docs/install/ce-installation-guide.mdtext (added)
+++ esme/site/trunk/content/docs/install/ce-installation-guide.mdtext Wed Jul 13 13:24:45 2011
@@ -0,0 +1,80 @@
+Title: CE Installation Guide
+*Note: this is currently a work in progress.*
+
+This guide describes how to build ESME and deploy it to the SAP NetWeaver
+Composition Environment (aka "CE"), which is SAP's Java EE 5-compliant
+application server and integration platform.
+
+<a name="CEInstallationGuide-1.BuildESMEfromthelatestcodedrop"></a>
+### 1. Build ESME from the latest code drop
+
+
+<a name="CEInstallationGuide-2.Converttheesme.warintoadeployableelement"></a>
+### 2. Convert the esme.war into a deployable element
+
+On your CE installation, there are [scripts](http://help.sap.com/saphelp_nwce71/helpdata/en/46/1bd4293d034f08e10000000a114a6b/content.htm)
+ to do such actions
+
+
+D:\usr\sap\CE1\J00\j2ee\deployment\scripts>make_SDA esme.war \-pr
+esme.propertiesContents of esme.properties file
+
+
+    softwaretype=single-module
+    subtype=war
+    context-root=/esme
+    vendor=esme.apache.org
+    location=Deployment Manager
+    counter=1
+
+
+<a name="CEInstallationGuide-3.Deploy"></a>
+### 3. Deploy
+
+
+<a name="CEInstallationGuide-3.1.viatheNetweaverDeveloperStudio"></a>
+#### 3.1. via the Netweaver Developer Studio
+
+Deploy the war file created in step 2 via the Deplyoment Perspective in
+NWDS.
+
+
+<a name="CEInstallationGuide-3.2viatelnet"></a>
+#### 3.2 via telnet
+
+you can also deploy using telnet ([http://help.sap.com/saphelp_nwpi711/helpdata/en/45/0ad8e787652d6ae10000000a11466f/content.htm](http://help.sap.com/saphelp_nwpi711/helpdata/en/45/0ad8e787652d6ae10000000a11466f/content.htm)
+):
+
+<a name="CEInstallationGuide-3.3viascript"></a>
+#### 3.3 via script
+
+D:\usr\sap\CE1\J00\j2ee\deployment\scripts> deploy
+administrator:abcd1234@localhost:50004 esme.war
+
+<a name="CEInstallationGuide-Tips"></a>
+### Tips
+
+
+<a name="CEInstallationGuide-Usingcontainer-basedautnetication"></a>
+##### Using container-based autnetication
+
+You must also change the web.xml file
+
+
+    <resource-ref>
+    <res-ref-name>esme</res-ref-name>
+    <res-type>javax.sql.DataSource</res-type>
+    <res-auth>Container</res-auth>
+    </resource-ref>
+
+You also have to of course create a data source and the necessary JDBC
+drivers to the CE environment. Here are two blogs with details on how to do
+this:
+* [Creating JDBC Data sources using NWA for different Databases in CE](http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/12141)
+* [Connecting an Application to an External Database in SAP NW CE 7.1](http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/8675)
+
+If you are using derby as your DB to perform tests, the following info is
+useful:
+* DB driver class: _org.apache.derby.jdbc.EmbeddedDriver_
+* URL: _jdbc:derby:esme_db;create=true_
+* JAR_: derby-10.5.1.1.jar\_

Added: esme/site/trunk/content/docs/install/esme-mailet-install-guide.mdtext
URL: http://svn.apache.org/viewvc/esme/site/trunk/content/docs/install/esme-mailet-install-guide.mdtext?rev=1146001&view=auto
==============================================================================
--- esme/site/trunk/content/docs/install/esme-mailet-install-guide.mdtext (added)
+++ esme/site/trunk/content/docs/install/esme-mailet-install-guide.mdtext Wed Jul 13 13:24:45 2011
@@ -0,0 +1,10 @@
+Title: ESME Mailet Install Guide
+The ESME Mailet is a plugin for theOpen source [Mail Server Apache James](http://james.apache.org/server/)
+, which allows users of an ESME infrastructure (both humans and technical
+systems) to send email messages to an ESME instance using their own
+identity. Messages sent through the mailet show up as personal messages
+from these end users, so people following you get them in the respective
+blogging timeline.
+
+You will find the guide (PDF) and the ESMEMailet.jar file under
+Attatchments.