You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@esme.apache.org by bu...@apache.org on 2011/07/13 15:24:56 UTC

svn commit: r792635 - in /websites/staging/esme/trunk/content/docs/install: ce-installation-guide.html esme-mailet-install-guide.html

Author: buildbot
Date: Wed Jul 13 13:24:56 2011
New Revision: 792635

Log:
Staging update by buildbot

Added:
    websites/staging/esme/trunk/content/docs/install/ce-installation-guide.html
    websites/staging/esme/trunk/content/docs/install/esme-mailet-install-guide.html

Added: websites/staging/esme/trunk/content/docs/install/ce-installation-guide.html
==============================================================================
--- websites/staging/esme/trunk/content/docs/install/ce-installation-guide.html (added)
+++ websites/staging/esme/trunk/content/docs/install/ce-installation-guide.html Wed Jul 13 13:24:56 2011
@@ -0,0 +1,128 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE- 2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+  <link href="/css/esme.css" rel="stylesheet" type="text/css">
+  <title>Apache ESME - CE Installation Guide</title>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+  <link rel="icon" type="image/png" href="/images/esme-logo/stanbol-favicon.png"/>
+</head>
+
+<body>
+  <div id="navigation">
+  <img alt="Apache ESME" width="220" height="101" src="/images/esme-logo/esme-powerd.gif"/>
+  <h1 id="esme_links">ESME links</h1>
+<ul>
+<li><a href="/index.html">Home</a></li>
+<li><a href="/team.html">Project Team</a></li>
+<li><a href="/docs/buildfromSVN.html">Building ESME</a></li>
+<li><a href="/faq.html">FAQ</a></li>
+<li><a href="/actions.html">Actions</a></li>
+<li><a href="/docs/apis/api.html">APIs</a></li>
+<li><a href="/docs/clients/apache-esme-clients.html">Clients</a></li>
+<li><a href="/docs/collaboration.html">Collaboration</a></li>
+<li><a href="/docs/install.html">Installation Guides</a></li>
+<li><a href="/docs/yql.html">YQL</a><br />
+</li>
+</ul>
+<h1 id="asf_links">ASF links</h1>
+<ul>
+<li><a href="http://www.apache.org">Apache Software Foundation</a></li>
+<li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
+<li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+<li><a href="http://www.apache.org/foundation/sponsorship.html">Become a Sponsor</a></li>
+<li><a href="http://www.apache.org/security/">Security</a></li>
+</ul>
+  </div>
+
+  <div id="content">
+    <h1 class="title">CE Installation Guide</h1>
+    <p><em>Note: this is currently a work in progress.</em></p>
+<p>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.</p>
+<p><a name="CEInstallationGuide-1.BuildESMEfromthelatestcodedrop"></a></p>
+<h3 id="1_build_esme_from_the_latest_code_drop">1. Build ESME from the latest code drop</h3>
+<p><a name="CEInstallationGuide-2.Converttheesme.warintoadeployableelement"></a></p>
+<h3 id="2_convert_the_esmewar_into_a_deployable_element">2. Convert the esme.war into a deployable element</h3>
+<p>On your CE installation, there are <a href="http://help.sap.com/saphelp_nwce71/helpdata/en/46/1bd4293d034f08e10000000a114a6b/content.htm">scripts</a>
+ to do such actions</p>
+<p>D:usrsapCE1J00j2eedeploymentscripts&gt;make_SDA esme.war -pr
+esme.propertiesContents of esme.properties file</p>
+<div class="codehilite"><pre><span class="n">softwaretype</span><span class="o">=</span><span class="n">single</span><span class="o">-</span><span class="n">module</span>
+<span class="n">subtype</span><span class="o">=</span><span class="n">war</span>
+<span class="n">context</span><span class="o">-</span><span class="n">root</span><span class="o">=/</span><span class="n">esme</span>
+<span class="n">vendor</span><span class="o">=</span><span class="n">esme</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">org</span>
+<span class="n">location</span><span class="o">=</span><span class="n">Deployment</span> <span class="n">Manager</span>
+<span class="n">counter</span><span class="o">=</span><span class="mi">1</span>
+</pre></div>
+
+
+<p><a name="CEInstallationGuide-3.Deploy"></a></p>
+<h3 id="3_deploy">3. Deploy</h3>
+<p><a name="CEInstallationGuide-3.1.viatheNetweaverDeveloperStudio"></a></p>
+<h4 id="31_via_the_netweaver_developer_studio">3.1. via the Netweaver Developer Studio</h4>
+<p>Deploy the war file created in step 2 via the Deplyoment Perspective in
+NWDS.</p>
+<p><a name="CEInstallationGuide-3.2viatelnet"></a></p>
+<h4 id="32_via_telnet">3.2 via telnet</h4>
+<p>you can also deploy using telnet (<a href="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>
+):</p>
+<p><a name="CEInstallationGuide-3.3viascript"></a></p>
+<h4 id="33_via_script">3.3 via script</h4>
+<p>D:usrsapCE1J00j2eedeploymentscripts&gt; deploy
+administrator:abcd1234@localhost:50004 esme.war</p>
+<p><a name="CEInstallationGuide-Tips"></a></p>
+<h3 id="tips">Tips</h3>
+<p><a name="CEInstallationGuide-Usingcontainer-basedautnetication"></a></p>
+<h5 id="using_container-based_autnetication">Using container-based autnetication</h5>
+<p>You must also change the web.xml file</p>
+<div class="codehilite"><pre><span class="nt">&lt;resource-ref&gt;</span>
+<span class="nt">&lt;res-ref-name&gt;</span>esme<span class="nt">&lt;/res-ref-name&gt;</span>
+<span class="nt">&lt;res-type&gt;</span>javax.sql.DataSource<span class="nt">&lt;/res-type&gt;</span>
+<span class="nt">&lt;res-auth&gt;</span>Container<span class="nt">&lt;/res-auth&gt;</span>
+<span class="nt">&lt;/resource-ref&gt;</span>
+</pre></div>
+
+
+<p>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:
+<em> <a href="http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/12141">Creating JDBC Data sources using NWA for different Databases in CE</a>
+</em> <a href="http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/8675">Connecting an Application to an External Database in SAP NW CE 7.1</a></p>
+<p>If you are using derby as your DB to perform tests, the following info is
+useful:
+<em> DB driver class: <em>org.apache.derby.jdbc.EmbeddedDriver</em></em> URL: <em>jdbc:derby:esme_db;create=true</em>
+* JAR_: derby-10.5.1.1.jar_</p>
+  </div>
+
+  <div id="footer">
+    <div class="copyright">
+      <p>
+        Copyright &copy; 2010 The Apache Software Foundation, Licensed under
+        the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+        <br />
+        Apache, ESME and the Apache feather and ESME logos are trademarks of The Apache Software Foundation.
+      </p>
+    </div>
+  </div>
+
+</body>
+</html>

Added: websites/staging/esme/trunk/content/docs/install/esme-mailet-install-guide.html
==============================================================================
--- websites/staging/esme/trunk/content/docs/install/esme-mailet-install-guide.html (added)
+++ websites/staging/esme/trunk/content/docs/install/esme-mailet-install-guide.html Wed Jul 13 13:24:56 2011
@@ -0,0 +1,79 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE- 2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+  <link href="/css/esme.css" rel="stylesheet" type="text/css">
+  <title>Apache ESME - ESME Mailet Install Guide</title>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+  <link rel="icon" type="image/png" href="/images/esme-logo/stanbol-favicon.png"/>
+</head>
+
+<body>
+  <div id="navigation">
+  <img alt="Apache ESME" width="220" height="101" src="/images/esme-logo/esme-powerd.gif"/>
+  <h1 id="esme_links">ESME links</h1>
+<ul>
+<li><a href="/index.html">Home</a></li>
+<li><a href="/team.html">Project Team</a></li>
+<li><a href="/docs/buildfromSVN.html">Building ESME</a></li>
+<li><a href="/faq.html">FAQ</a></li>
+<li><a href="/actions.html">Actions</a></li>
+<li><a href="/docs/apis/api.html">APIs</a></li>
+<li><a href="/docs/clients/apache-esme-clients.html">Clients</a></li>
+<li><a href="/docs/collaboration.html">Collaboration</a></li>
+<li><a href="/docs/install.html">Installation Guides</a></li>
+<li><a href="/docs/yql.html">YQL</a><br />
+</li>
+</ul>
+<h1 id="asf_links">ASF links</h1>
+<ul>
+<li><a href="http://www.apache.org">Apache Software Foundation</a></li>
+<li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
+<li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+<li><a href="http://www.apache.org/foundation/sponsorship.html">Become a Sponsor</a></li>
+<li><a href="http://www.apache.org/security/">Security</a></li>
+</ul>
+  </div>
+
+  <div id="content">
+    <h1 class="title">ESME Mailet Install Guide</h1>
+    <p>The ESME Mailet is a plugin for theOpen source <a href="http://james.apache.org/server/">Mail Server Apache James</a>
+, 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.</p>
+<p>You will find the guide (PDF) and the ESMEMailet.jar file under
+Attatchments. </p>
+  </div>
+
+  <div id="footer">
+    <div class="copyright">
+      <p>
+        Copyright &copy; 2010 The Apache Software Foundation, Licensed under
+        the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+        <br />
+        Apache, ESME and the Apache feather and ESME logos are trademarks of The Apache Software Foundation.
+      </p>
+    </div>
+  </div>
+
+</body>
+</html>