Project

General

Profile

Actions

Deploy ws-status

See also Build components from sources

Before continue, please prepare the following information:

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

Steps:
  1. checkout the project from SVN
    http://192.168.2.13:50000/svn/qconnector/tags/ws-status_{component_version}/ws-status
    
  2. cd to the checkout-ed folder, ws-status
    cd ws-status
    
  3. execute the maven command to compile and build the module:
    1. if deploy to jboss 4.2.x
      $ mvn clean package
      
    2. if deploy to jboss 4.0.x
      $ mvn -P jboss-4.0 clean package 
      
    3. Note: You could skip the unit tests but strongly not recommended:
      1. if deploy to jboss 4.2.x
        $ mvn -Dmaven.test.skip=true clean package
        
      2. if deploy to jboss 4.0.x
        $ mvn -Dmaven.test.skip=true -P jboss-4.0 clean package
        
  4. if no error, the binary file of the module can be found in target directory
  5. rename the deployment(packaged) file to ws-status.war
  6. upload the deployment file to the target server
    ../jboss-x.x.x/server/{profile name}/deploy
    
  7. restart the jboss
  8. done

Updated by chin-yeh almost 14 years ago · 2 revisions