Actions
- Table of contents
- Wiki
Wiki¶
The wiki page for this project.
Documentation¶
See Documentation
See Programming Guide - Web Services (RESTful)
See Programming Guide - Web Services Client (RESTful)
Specification¶
See Specification
SCM¶
The SVN URL for this project:
Components:
Commons libraries:
Configuration files:
http://192.168.2.13:50000/svn/qconnector/trunk/qconnector-config
The versioning scheme is:
General guidelines:major.minor[.bugfixes]
- 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
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
Operation Guide on cwapp8¶
This guide will be discarded after goes live.
Login as etpm user to execute the follow commands.
Start/Stop Jboss 4.2.2¶
Start:
$ /etc/init.d/jboss422 start
Stop:
$ /etc/init.d/jboss422 stop
Start/Stop Jboss 5.1¶
Start:
$ /etc/init.d/jboss5hq start
Stop:
$ /etc/init.d/jboss5hq stop
Start/Stop Nginx¶
Start:
$ /etc/init.d/nginx start
Stop:
$ /etc/init.d/nginx stop
Guide¶
Refer to General Info
Updated by chin-yeh about 13 years ago ยท 41 revisions