<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to GettingStarted</title><link>https://sourceforge.net/p/wzz-bridge/wiki/GettingStarted/</link><description>Recent changes to GettingStarted</description><atom:link href="https://sourceforge.net/p/wzz-bridge/wiki/GettingStarted/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 26 May 2014 21:55:38 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/wzz-bridge/wiki/GettingStarted/feed" rel="self" type="application/rss+xml"/><item><title>GettingStarted modified by Mark</title><link>https://sourceforge.net/p/wzz-bridge/wiki/GettingStarted/</link><description>&lt;div class="markdown_content"&gt;&lt;h2 id="to-install-and-run"&gt;To install and run&lt;/h2&gt;
&lt;h3 id="genericstandard"&gt;Generic/Standard&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Install&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Download the war file to an appropriate directory&lt;/li&gt;
&lt;li&gt;&lt;a href="http://sourceforge.net/projects/wzz-bridge/files/0.0.5/wzz-bridge-core.war"&gt;http://sourceforge.net/projects/wzz-bridge/files/0.0.5/wzz-bridge-core.war&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;To run&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;'''java -jar wzz-bridge-core.war'''&lt;/li&gt;
&lt;li&gt;Wzz-Bridge Application Home:  '''/home/username/wzz-bridge'''&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="as-a-service-on-centos-4x"&gt;As a service on CentOs 4.x&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Install&lt;ul&gt;
&lt;li&gt;You will need to install with a user with sudo privileges &lt;/li&gt;
&lt;li&gt;The service will be installed under the username WzzBridge&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;
&lt;p&gt;# &lt;a href="https://sourceforge.net/p/wzz-bridge/code/HEAD/tree/trunk/extras/wzz-bridge-service/CentOs_4.x/"&gt;https://sourceforge.net/p/wzz-bridge/code/HEAD/tree/trunk/extras/wzz-bridge-service/CentOs_4.x/&lt;/a&gt;&lt;br /&gt;
cd CentOs_4.x&lt;br /&gt;
chmod +x install.sh &amp;amp;&amp;amp; ./install.sh&lt;/p&gt;
&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;To run&lt;ul&gt;
&lt;li&gt;This will install the service to '''/etc/init.d/wzz-bridge''' (start|stop|restart|status)&lt;/li&gt;
&lt;li&gt;Wzz-Bridge Application Home:  '''/home/WzzBridge/wzz-bridge'''&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="setting-up"&gt;Setting up&lt;/h2&gt;
&lt;h3 id="web-accesssecurity"&gt;Web Access/Security&lt;/h3&gt;
&lt;p&gt;Once you have run the above application (wzz-bridge-core.war) you will need to edit the application.properties file in your home directory to allow external access.  For example.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Linux&lt;blockquote&gt;
&lt;p&gt;/home/username/wzz-bridge/ApplicationHome/application.properties&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/li&gt;
&lt;li&gt;Windows XP&lt;blockquote&gt;
&lt;p&gt;C:\Documents and Settings\username\wzz-bridge\ApplicationHome\application.properties&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/li&gt;
&lt;li&gt;Vista&lt;blockquote&gt;
&lt;p&gt;C:\Users\username\wzz-bridge\ApplicationHome\application.properties&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Edit the following parameters to expected values.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Comma separated list of access tokens.  Below is an example for an access token of ''monkey''&lt;blockquote&gt;
&lt;p&gt;web.access.tokens#monkey&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/li&gt;
&lt;li&gt;Comma separated list of ip addresses.  No values means all ip addresses are valid.&lt;blockquote&gt;
&lt;p&gt;web.access.whitelist#&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="database-jdbc-libraries"&gt;Database JDBC Libraries&lt;/h3&gt;
&lt;p&gt;For example for an Oracle database JDBC connection&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Add the ojdbc14.jar file to wzz-bridge/ApplicationHome/lib/ directory&lt;/li&gt;
&lt;li&gt;Edit the wzz-bridge/ApplicationHome/application.properties file&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;
&lt;p&gt;database.oracle.driver#oracle.jdbc.OracleDriver&lt;br /&gt;
database.oracle.url#jdbc:oracle:thin:@host_name:1521:database_name&lt;br /&gt;
database.oracle.username#username&lt;br /&gt;
database.oracle.password#password&lt;/p&gt;
&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;Restart the wzz-bridge application&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mark</dc:creator><pubDate>Mon, 26 May 2014 21:55:38 -0000</pubDate><guid>https://sourceforge.nete9cd654c778f62857b13f1d8b0988c19d4aadb49</guid></item></channel></rss>