Wiki old » History » Revision 40
Revision 39 (chin-yeh, 07/25/2011 10:39 AM) → Revision 40/41 (chin-yeh, 12/02/2011 04:28 PM)
{{toc}}
h1. Wiki
The wiki page for this project.
h2. Documentation
See [[Documentation]]
See [[Programming Guide - Web Services (RESTful)]]
h2. Specification
See [[Specification]]
h2. SCM
The SVN URL for this project:
> Components:
>> http://192.168.2.13:50000/svn/qconnector
> Commons libraries:
>> http://192.168.2.13:50000/svn/commons
> Configuration files:
>> http://192.168.2.13:50000/svn/qconnector/trunk/qconnector-config
The versioning scheme is:
> major.minor[.bugfixes]
General guidelines:
* all development works should put in the *trunk*
* all of the released version *should be tagged* by following the versioning scheme above
** no further modification on those tagged version
* you could commit your development works in the *branches*
h2. Test Result
* [[Load Test Prototype]] - load test's result on the prototype
* [[Load Test Integrated]] - load test's result on the fully integrated system
* [[Benchmark]] - the benchmark's result
h2. Operation Guide on cwapp8
*This guide will be discarded after goes live.*
Login as *etpm* user to execute the follow commands.
h3. Start/Stop Jboss 4.2.2
*Start:*
<pre>
$ /etc/init.d/jboss422 start
</pre>
*Stop:*
<pre>
$ /etc/init.d/jboss422 stop
</pre>
h3. Start/Stop Jboss 5.1
*Start:*
<pre>
$ /etc/init.d/jboss5hq start
</pre>
*Stop:*
<pre>
$ /etc/init.d/jboss5hq stop
</pre>
h3. Start/Stop Nginx
*Start:*
<pre>
$ /etc/init.d/nginx start
</pre>
*Stop:*
<pre>
$ /etc/init.d/nginx stop
</pre>
h2. Guide
Refer to [[General Info:]]