Use the serviceDeploy command to install Service Component Architecture (SCA) compliant modules on a server without using the administrative console. The command is useful when performing batch installs.
>>-serviceDeploy----inputarchive--------------------------------> >--+--------------------------------+---------------------------> '- -workingDirectory----temppath-' >--+------------------------------------------------+-----------> '- -outputApplication----+-inputarchiveApp.ear-+-' '-outputpathname.ear--' >--+----------------+--+------------+---------------------------> '- -noJ2eeDeploy-' '- -freeform-' >--+-----------------------+--+--------+--+----------------+----> '- -cleanStagingModules-' '- -keep-' '- -ignoreErrors-' >--+----------------------------------------------------+-------> '- -classpath----jarpathname--;--rarpathname--;--...-' >--+---------------------------+--+--------+------------------->< '- -fileEncoding----charset-' '- -help-'
When serviceDeploy completes processing, it creates an .ear file in the directory from which the command is run unless the -outputApplication parameter is specified.
N/A
servicedeploy MyValueModule.jar -classpath "c:\java\myvaluemoduleres.rar;c:\java\commonres.jar" -noj2eedeploy -freeform true -keep
Last updated: Tue 24 Oct 2006 09:37:07
(c) Copyright IBM Corporation 2005, 2006.
This information center is powered by Eclipse technology (http://www.eclipse.org)