Project

General

Profile

Wiki old » History » Version 39

chin-yeh, 07/25/2011 10:39 AM

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