Project

General

Profile

How to deploy » History » Version 2

chin-yeh, 02/09/2012 05:01 PM

1 1 chin-yeh
{{toc}}
2
3
h1. How to deploy
4
5
_see also:_
6 2 chin-yeh
> [[Build from source files]]
7
8
This section describes how to obtain the required binary files and deploy it to the server. You are required to deploy *ecosproxy* only.
9
10
h2. Steps
11
12
# Obtain the [[Wiki#Latest-Stable-Version|latest stable version]] of *ecosproxy*
13
# Search the artifact *ecosproxy* in "Nexus":http://192.168.2.13:8081/nexus/index.html and download the version (_war_) that obtained in the previous step
14
# Rename the downloaded file to *ecosproxy.war*
15
# Login remotely to the [[Wiki#Remote-Support|MLM Union Server]]
16
# Launch the *services.msc* via *Run* and stop the *JBOSS* service
17
# Backup the *ecosproxy.war* in:
18
<pre>
19
c:/apps/jboss-4.2.2.GA/server/default/deploy
20
</pre>
21
# Delete the *ecosproxy.war* in:
22
<pre>
23
c:/apps/jboss-4.2.2.GA/server/default/deploy
24
</pre>
25
# Deploy the downloaded file to:
26
<pre>
27
c:/apps/jboss-4.2.2.GA/server/default/deploy
28
</pre>
29
# Start the *JBOSS* service and then verify if the application has been successfully deployed
30
# Done