Chapter 4. Installing and configuring the products for the migration 87
puts "Application manager not found"
} else {
$AdminControl invoke $applicationManager startApplication
$applicationName
}
}
#===============
# Main method
#===============
if { !($argc == 1) } {
puts "Please specify the application name"
} else {
set applicationName [lindex $argv 0]
startApplication $applicationName
}
Follow these instructions to run the script shown in Example 4-3:
1. Save the script to:
<was_home>\profiles\<profile_name>\bin\startApp.jacl
2. Execute the script with the following command:
wsadmin -f startApplication.jacl “application_name”
4.5 Installing DB2 Universal Database Express Edition
V8.2
This section covers the steps that we followed to install and configure DB2
Universal Database™ Express Edition V8.2. For further installation and
configuration instructions for DB2, refer to the DB2 Information Center at:
http://publib.boulder.ibm.com/infocenter/db2help/index.jsp
You can download DB2 Universal Database V8.2 Express Edition from:
http://www.ibm.com/developerworks/downloads/im/udbexp
Before you start, make sure that you perform the installation with a user that
belongs to the Administrators group and with the authority to create users and
groups.
88 Migrating from WebSphere Application Server Community Edition to WebSphere Application Server
To install DB2 Universal Database Express Edition V8.2, follow these steps.
1. Run the setup program. You see a window similar to Figure 4-29. In the setup
launchpad window, select Install Product.
Figure 4-29 Launch pad for DB2 Universal Database Express Edition V8.2
Chapter 4. Installing and configuring the products for the migration 89
2. Select DB2 UDB Express and click Next (Figure 4-30).
Figure 4-30 Select the products to install
90 Migrating from WebSphere Application Server Community Edition to WebSphere Application Server
3. Click Next in the welcome window.
4. In the license agreement page, read and accept the terms of the license
agreement and click Next (Figure 4-31).
Figure 4-31 License Agreement window
Chapter 4. Installing and configuring the products for the migration 91
5. Select Typical installation and click Next (Figure 4-32).
Figure 4-32 Type of installation

Get Migrating from WebSphere Application Server Community Edition to WebSphere Application Server now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.