WAS v8.5 >Deploy applications
Deploy applications that use specific technologies or components, such as portlets, SIP servlets, enterprise beans, Web services. Find programming information that focuses on specific concerns, such as security, messaging, transaction support, naming and directory, data access.
This section focuses on deploying applications to the WebSphere Application Server full profile. If we are using the Liberty profile, see Deploy applications to the Liberty profile.
Subtopics
- New features overview for deploying applications
View the topics in the following list to learn more about installing applications or modules on product deployment targets.- Liberty profile: Deploying applications
This page provides a starting point for finding out how to deploy applications to the Liberty profile, which provides a highly composable, lightweight, and very quick, application server.- How do I deploy applications?
Follow these shortcuts to get started quickly with popular tasks.- Deploy enterprise applications
Deploying Java EE application files consists of placing assembled enterprise application, web, EJB, or other installable modules on a server configured to hold the files. Installed files that start and run properly are considered deployed.- Deploy business-level applications
Deploying a business-level application consists of creating the business-level application on a v7.0 or later server.- Troubleshooting deployment
When you are having problems deploying an application, perform some basic diagnostics and verify the system configuration to solve the problem.- Deploy client applications
Deploying a client application depends on installing appropriate supporting files on the client machine, usually some configuring actions, and adding the program files for the client application. When the client application has been deployed, the application can run.- Deploy data access resources
This page provides a starting point for finding information about data access. Various enterprise information systems (EIS) use different methods for storing data. These backend data stores might be relational databases, procedural transaction programs, or object-oriented databases.- Deploy EJB applications
This page provides a starting point for finding information about enterprise beans.- Deploy messaging resources
This page provides a starting point for finding information about deploying asynchronous messaging resources for enterprise applications with WAS.- Deploy OSGi applications
This page provides a starting point for finding out how to deploy OSGi applications.- Deploy SCA composites
This page provides a starting point for finding information about SCA composites, which consist of components that implement business functions in the form of services.- Deploy SIP applications
Use the dmgr console to customize your Session Initiation Protocol (SIP) application installation- Deploy web applications
Web applications are comprised of one or more related files managed as a unit, including:- Deploy web services
- Deploy web services - RESTful services
We can use Java API for RESTful Web Services (JAX-RS) to develop services that follow REST principles. RESTful services are based on manipulating resources. Resources can contain static or dynamically updated data. By identifying the resources in the application, we can make the service more useful and easier to develop.- Deploy web services - Security (WS-Security)
The Web Services Security specification defines core facilities for protecting the integrity and confidentiality of a message, and provides mechanisms for associating security-related claims with a message.- Deploy web services - Transports
Transport chains represent a network protocol stack used for I/O operations within an application server environment. Transport chains are part of the channel framework function that provides a common networking service for all components.
Related concepts:
How do I?...
Overview
Web resources
Reference:
What is new