Project

General

Profile

Wiki old » History » Version 40

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