WAS v8.5 > Deploy applications > Deploy business-level applicationsCreate business-level applications
We can create an empty business-level application and then add assets, shared libraries, business-level applications, and other artifacts as composition units to the empty business-level application.
Configure each target application server as needed. You must deploy a business-level application to a v7.0 or later server.
Optionally, determine what assets or other files to add to your business-level application and whether the application files can run on your deployment targets. We can create business-level applications using the dmgr console, programming, or wsadmin.
- Select a way to create your business level application.
Ways to create business level applications. We can create business-level applications using the dmgr console, programming, or wsadmin.
Option Method Administrative console business-level application creation wizard Click Applications > New application > New Business-level Application and follow instructions in the wizard. Administrative console Java EE application installation wizard Click Applications > New application > New Enterprise Application and follow instructions in the wizard. WAS v8.5 creates a new business-level application with the enterprise application that you install or makes the enterprise application a composition unit of an existing business-level application. See the Business-level application name setting on the Select installation options wizard page.
Java application programming interfaces See Create an empty business-level application using programming.
Use programming to create an empty business-level application. wsadmin scripts Use the wsadmin scripting tool to create an empty business-level application. - Create your business-level application using the dmgr console, programming or wsadmin.
- Save the changes to your administrative configuration.
Results
The name of the application is shown in the list on the Business-level applications page.
After creating a business-level application, we can do the following to add composition units to it:
- Import any assets needed by your business-level application.
- Add assets, shared libraries, or other business-level applications as composition units.
- Save the changes to your administrative configuration.
- Start the business-level application.
If the application does not run as desired, edit the application configuration, then save and run it again.
Subtopics
- Create business-level applications with the console
We can create an empty business-level application and then add assets or business-level applications as composition units to the empty business-level application.- Business-level application settings
Use this page to configure a business-level application.- Composition unit settings
Use this page to view composition unit settings and to change the configuration properties of a composition unit. The specific settings available for configuration can vary, depending upon the contents of the composition unit. For example, there are additional configuration settings if the asset contained in the composition unit is an SCA composite, or an OSGi application.- Example: Creating a business-level application
We can add many different types of artifacts to business-level applications. For example, we can add Java EE applications or modules, Java archives (JAR files), data in compressed files, and other business-level applications.- Create business-level applications with the console
We can create an empty business-level application and then add assets or business-level applications as composition units to the empty business-level application.- Business-level application settings
Use this page to configure a business-level application.- Composition unit settings
Use this page to view composition unit settings and to change the configuration properties of a composition unit. The specific settings available for configuration can vary, depending upon the contents of the composition unit. For example, there are additional configuration settings if the asset contained in the composition unit is an SCA composite, or an OSGi application.- Example: Creating a business-level application
We can add many different types of artifacts to business-level applications. For example, we can add Java EE applications or modules, Java archives (JAR files), data in compressed files, and other business-level applications.
Related
Administer application servers
Create an empty business-level application using programming
Start a business-level application using programming
Set up business-level applications using wsadmin.sh
Start business-level applications using scripting
Deploy business-level applications