WebSphere Application Server Network Deployment, Version 6.0.x     Operating Systems: AIX, HP-UX, Linux, Solaris, Windows

Ways to install applications or modules

WebSphere Application Server provides several ways to install application files on a server or cluster.

Installable files include enterprise archive (EAR), enterprise bean (EJB), Web archive (WAR), resource adapter (connector or RAR), and application client modules.

Table 1. Ways to install application files
Option Method Modules Comments Starting after install
Administrative console install wizard

See Installing application files with the console.

Click Applications > Install New Application in the console navigation tree and follow instructions in the wizard. All EAR, EJB, WAR, RAR, and application client files Provides one of the easier ways to install application files. See Preparing for application installation settings for guidance. For applications that do not require changes to the default bindings, select the Generate Default Bindings option and then, on the Summary panel, click Finish. Click Start on the Enterprise Applications page accessed by clicking Applications > Enterprise Applications in the console navigation tree.
wsadmin scripts Invoke AdminApp object install commands in a script or at a command prompt. All EAR, EJB, WAR, RAR, and application client files Getting started with scripting provides an overview of wsadmin. .
Java application programming interfaces Install programs by completing the steps in Managing applications through programming. All EAR files Use MBeans to install the application. Start the application by calling the startApplication method on a proxy.
WebSphere rapid deployment

Refer to articles under Rapid deployment of J2EE applications in this information center.

Briefly, do the following:
  1. Update your J2EE application files.
  2. Set up the rapid deployment environment.
  3. Create a free-form project.
  4. Launch a rapid deployment session.
  5. Drop your updated application files into the free-form project.
All J2EE modules, including EAR files and standalone EJB, WAR, RAR, and application client files WebSphere rapid deployment offers the following advantages:
  • You do not need to assemble your J2EE application files prior to deployment.
  • You do not need to use other installation tools mentioned in this table to deploy the files.
Use any of the above options to start the application. Clicking Start on the Enterprise Applications page is the easiest option.
Java programs Code programs that use J2EE DeploymentManager (JSR-88) methods. All J2EE modules, including EAR files and standalone EJB, WAR, RAR, and application client files Call the J2EE DeploymentManager (JSR-88) method start in a program to start the deployed modules when the module's running environment initializes.



Related tasks
Installing application files with the console
Installing applications with the wsadmin tool
Installing J2EE modules with JSR-88
Customizing modules using DConfigBeans
Managing applications through programming

Concept topic    

Terms of Use | Feedback

Last updated: Mar 17, 2005 4:28:29 AM CST
http://publib.boulder.ibm.com/infocenter/ws60help/index.jsp?topic=/com.ibm.websphere.nd.doc/info/ae/ae/crun_app_install.html

© Copyright IBM Corporation 2004, 2005. All Rights Reserved.
This information center is powered by Eclipse technology. (http://www.eclipse.org)