SEAppinstall is a new tool that is available in WebSphere
4.0 Advanced Single Server Edition. It provides a command line interface
to perform the following functions:
- Install an Application
- Uninstall an Application
- Export an installed application
- List all installed applications
SEAppInstall's -install option is used to install an application to a
server. By default the installation directory is
"<WebSphereInstallRoot>\installedApps". To change the installation
directory, use the "expandDir" option available with SEAppInstall.
For example, use the following command to install the application
SampleApp.ear into the installation directory C:\MyInstallDir:
SEAppinstall -install C:\SampleApp.ear
-configFile %WAS_ROOT%\config\server-cfg.xml -expandDir
C:\MyInstallDir
|