Actions
Deploy ws-status¶
See also Build components from sources
Before continue, please prepare the following information:- module or component name, e.g. ecwyadaptor
- module or component version, e.g. 1.0-SNAPSHOT
- the SVN URL, e.g. http://192.168.2.13:50000/svn/qconnector/tags/{module_name}_{module_version}/{module_name}
Component name: ws-status
Component version: x.x.x-x (see Documentation to get the latest released version)
SVN URL: http://192.168.2.13:50000/svn/qconnector/tags/ws-status_{component_version}/ws-status
- checkout the project from SVN
http://192.168.2.13:50000/svn/qconnector/tags/ws-status_{component_version}/ws-status
cd
to the checkout-ed folder, ws-statuscd ws-status
- execute the maven command to compile and build the module:
- if deploy to jboss 4.2.x
$ mvn clean package
- if deploy to jboss 4.0.x
$ mvn -P jboss-4.0 clean package
- Note: You could skip the unit tests but strongly not recommended:
- if deploy to jboss 4.2.x
$ mvn -Dmaven.test.skip=true clean package
- if deploy to jboss 4.0.x
$ mvn -Dmaven.test.skip=true -P jboss-4.0 clean package
- if deploy to jboss 4.2.x
- if deploy to jboss 4.2.x
- if no error, the binary file of the module can be found in target directory
- rename the deployment(packaged) file to ws-status.war
- upload the deployment file to the target server
../jboss-x.x.x/server/{profile name}/deploy
- restart the jboss
- done
Updated by chin-yeh about 14 years ago · 2 revisions