![]() |
![]() |
e-docs > WebLogic Server > Administration Guide > Deploying Applications |
Administration Guide
|
The following sections discuss installation and deployment of applications and application components on WebLogic Server:
Supported Formats for Deployment
J2EE applications and components can be deployed on WebLogic Servers as Enterprise Application Archive (EAR) files or in exploded directory format. However, if a J2EE application is deployed in exploded format, we recommend that no component other than the Web application component should be in exploded format. If the application is deployed in archived format, then we recommend that all of the components of the application also be in archived format.
Archived components may be EJB archives (JARs), Web Application Archives (WARs), or Resource Adaptor Archives (RAR).
For information about deploying J2EE Applications and an overview of WebLogic Server deployment, see WebLogic Server Application Deployment.
For information about deploying Web Applications see Assembling and Configuring Web Applications.
For information about deploying Resource Adaptors, see Packaging and Deploying Resource Adapters.
For information about deploying EJBs, see Packaging EJBs for the WebLogic Server Container.
Deploying a Web Application Using the (deprecated) weblogic.deploy Utility
The weblogic.Deployer utility is new in WebLogic Server 7.0, and replaces the earlier weblogic.deploy utility, which has been deprecated. Please note that all utilities and APIs using the older, WebLogic Server 6.x deployment protocol are now deprecated. Use the WebLogic Server 7.0 two-phase deployment tools and utilities for all application deployment.
For information about weblogic.Deployer, see weblogic.Deployer Utility/ejb/EJB_packaging.html#1011066.
To deploy a Web Application using the weblogic.deploy utility:
% java weblogic.deploy -port port_number -host host_name
-user username -component application:target deploy
password name application source
For information about permissions for system administration tasks, refer to Protecting System Administration Operations.
java weblogic.deploy -port 7001 -host myhost -component
myWebApp:myserver deploy pswd1234 myWebApp d:\myWebApp.war
WebLogic Server Deployment describes Weblogic Server deployment and deployment tools, procedures, and best practices. :
How to use WebLogic Builder to edit and generate XML deployment descriptor files for J2EE applications and their components. |
|
Understanding Cluster Configuration and Application Deployment |
|
![]() |
![]() |
![]() |
![]() |
||
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |