To deploy applications on
WebLogic Server, you must have a WebLogic Server domain. A domain is
the basic administrative unit for WebLogic Server. Here are the
two basic types of WebLogic Server domains:
Domain with Managed Servers (recommended): A production
environment typically consists of an Administration Server with
one or more Managed Servers. The Administration Server is used to
perform management operations; the applications and resources are
deployed to individual Managed Servers.
Standalone Server Domain: This type of domain can be used
for development or test environments in which a single server instance
acts as both Administration Server and Managed Server. This option
is easier to manage and allows you to use the hot deploy feature
in WebLogic on a development environment (not recommended).
Note: In production environments, Oracle recommends
that you deploy applications only on Managed Servers in the domain;
the Administration Server should be reserved for management tasks.