<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Installation</title><link>https://sourceforge.net/p/lirejarp/wiki/Installation/</link><description>Recent changes to Installation</description><atom:link href="https://sourceforge.net/p/lirejarp/wiki/Installation/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 23 Mar 2014 20:04:09 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/lirejarp/wiki/Installation/feed" rel="self" type="application/rss+xml"/><item><title>Installation modified by Anett Hübner</title><link>https://sourceforge.net/p/lirejarp/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -24,3 +24,7 @@
    - redeployApplication.bat
    - startTomee.bat
    - stopTomee.bat
+
+Open application
+---------------------
+In your browser, go to http://localhost:8080/lirejarp/
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anett Hübner</dc:creator><pubDate>Sun, 23 Mar 2014 20:04:09 -0000</pubDate><guid>https://sourceforge.net7a86362f9b41ddddcf932371c8c85e401d08a42a</guid></item><item><title>Installation modified by Anett Hübner</title><link>https://sourceforge.net/p/lirejarp/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,20 +1,11 @@
 Prequisites
 ============
-- tomee and lirejarp folder are checked out under the same root folder
-- install Maven (3.0.4) and add the "bin" folder to your "Path" environment-variable
-- install JRE (I used 1.7.0_45) and create a JAVA_HOME environment-variable to the installation folder
+- the tomee and lirejarp folders are checked out under the same root folder
+- Maven (3.0.4) is installed and the "bin" folder is added to your "Path" environment-variable
+- JRE (I used 1.7.0_45) is installed and the JAVA_HOME environment-variable is created

 Build and start application
 =============================
-Via Window batch-scripts
---------------------------
-- Under Windows you can use the scripts in "tomee/scripts" folder:
-   - reinstallTomee.bat to install tomee for development --&gt; the tomee is installed under "tomee/target/apache-tomee"
-   - buildApplication.bat
-   - redeployApplication.bat
-   - startTomee.bat
-   - stopTomee.bat
-
 Via Maven
 ----------
 - Also you can execute followoing steps
@@ -24,3 +15,12 @@
    - undeploy application: delete "tomee/target/apache-tomee/webapps/lirejarp.war" and "tomee/target/apache-tomee/webapps/lirejarp"
    - start tomee: goto tomee/target/apache-tomee/bin and execute "catalina.bat start"
    - stop tomee: goto tomee/target/apache-tomee/bin and execute "catalina.bat stop"
+
+Via Window batch-scripts
+--------------------------
+- Under Windows you can use the scripts in "tomee/scripts" folder:
+   - reinstallTomee.bat to install tomee for development --&gt; the tomee is installed under "tomee/target/apache-tomee"
+   - buildApplication.bat
+   - redeployApplication.bat
+   - startTomee.bat
+   - stopTomee.bat
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anett Hübner</dc:creator><pubDate>Sun, 23 Mar 2014 13:12:45 -0000</pubDate><guid>https://sourceforge.net25243911f9df104fe837ffcd4144958d472a2f70</guid></item><item><title>Installation modified by Anett Hübner</title><link>https://sourceforge.net/p/lirejarp/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="prequisites"&gt;Prequisites&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;tomee and lirejarp folder are checked out under the same root folder&lt;/li&gt;
&lt;li&gt;install Maven (3.0.4) and add the "bin" folder to your "Path" environment-variable&lt;/li&gt;
&lt;li&gt;install JRE (I used 1.7.0_45) and create a JAVA_HOME environment-variable to the installation folder&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id="build-and-start-application"&gt;Build and start application&lt;/h1&gt;
&lt;h2 id="via-window-batch-scripts"&gt;Via Window batch-scripts&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Under Windows you can use the scripts in "tomee/scripts" folder:&lt;ul&gt;
&lt;li&gt;reinstallTomee.bat to install tomee for development --&amp;gt; the tomee is installed under "tomee/target/apache-tomee"&lt;/li&gt;
&lt;li&gt;buildApplication.bat&lt;/li&gt;
&lt;li&gt;redeployApplication.bat&lt;/li&gt;
&lt;li&gt;startTomee.bat&lt;/li&gt;
&lt;li&gt;stopTomee.bat&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="via-maven"&gt;Via Maven&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Also you can execute followoing steps&lt;ul&gt;
&lt;li&gt;reinstall tomee: goto "tomee"-folder and execute "mvn tomee:build"&lt;/li&gt;
&lt;li&gt;build application: goto "lirejarp"-folder and execute "mvn clean install" the lirejarp.war-file is created under "lirejarp/business/target"&lt;/li&gt;
&lt;li&gt;deploy application: copy lirejarp.war from "lirejarp/business/target" to "tomee/target/apache-tomee/webapps/lirejarp.war"&lt;/li&gt;
&lt;li&gt;undeploy application: delete "tomee/target/apache-tomee/webapps/lirejarp.war" and "tomee/target/apache-tomee/webapps/lirejarp"&lt;/li&gt;
&lt;li&gt;start tomee: goto tomee/target/apache-tomee/bin and execute "catalina.bat start"&lt;/li&gt;
&lt;li&gt;stop tomee: goto tomee/target/apache-tomee/bin and execute "catalina.bat stop"&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anett Hübner</dc:creator><pubDate>Sun, 23 Mar 2014 12:51:11 -0000</pubDate><guid>https://sourceforge.net2c6f7822255122a69ebaacb50bf301a1353700a8</guid></item></channel></rss>