Project

General

Profile

Wiki old » History » Version 41

chin-yeh, 12/02/2011 04:33 PM

1 25 chin-yeh
{{toc}}
2
3 1 System
h1. Wiki
4
5 26 chin-yeh
The wiki page for this project. 
6 2 System
7 39 chin-yeh
h2. Documentation
8 18 chin-yeh
9 24 chin-yeh
See [[Documentation]]
10 18 chin-yeh
11 40 chin-yeh
See [[Programming Guide - Web Services (RESTful)]]
12
13 41 chin-yeh
See [[Programming Guide - Web Services Client (RESTful)]]
14
15 34 chin-yeh
h2. Specification
16
17
See [[Specification]]
18
19 19 chin-yeh
h2. SCM
20
21 28 chin-yeh
The SVN URL for this project:
22
> Components: 
23
>> http://192.168.2.13:50000/svn/qconnector
24
> Commons libraries:
25
>> http://192.168.2.13:50000/svn/commons
26
> Configuration files:
27
>> http://192.168.2.13:50000/svn/qconnector/trunk/qconnector-config
28 21 chin-yeh
29
The versioning scheme is:
30
> major.minor[.bugfixes] 
31
32
General guidelines:
33
* all development works should put in the *trunk*
34 27 chin-yeh
* all of the released version *should be tagged* by following the versioning scheme above
35 21 chin-yeh
** no further modification on those tagged version
36
* you could commit your development works in the *branches*
37 19 chin-yeh
38 35 chin-yeh
h2. Test Result
39 1 System
40 35 chin-yeh
* [[Load Test Prototype]] - load test's result on the prototype
41
* [[Load Test Integrated]] - load test's result on the fully integrated system
42 37 chin-yeh
* [[Benchmark]] - the benchmark's result
43 9 chin-yeh
44 38 chin-yeh
h2. Operation Guide on cwapp8
45
46
*This guide will be discarded after goes live.*
47
48
Login as *etpm* user to execute the follow commands.
49
50
51
h3. Start/Stop Jboss 4.2.2
52
53
*Start:*
54
<pre>
55
$ /etc/init.d/jboss422 start
56
</pre>
57
58
*Stop:*
59
<pre>
60
$ /etc/init.d/jboss422 stop
61
</pre>
62
63
h3. Start/Stop Jboss 5.1
64
65
*Start:*
66
<pre>
67
$ /etc/init.d/jboss5hq start
68
</pre>
69
70
*Stop:*
71
<pre>
72
$ /etc/init.d/jboss5hq stop
73
</pre>
74
75
76
h3. Start/Stop Nginx
77
78
*Start:*
79
<pre>
80
$ /etc/init.d/nginx start
81
</pre>
82
83
*Stop:*
84
<pre>
85
$ /etc/init.d/nginx stop
86
</pre>
87
88
89 9 chin-yeh
h2. Guide
90 12 chin-yeh
91 35 chin-yeh
Refer to [[General Info:]]