What are the intalation modes in Weblogic
Answer / neeraj chansoria
The modes of deploymnet are: Stage,No-stage and External
STAGE: The Administration Server first copies the
deployment unit source files to the staging directories of
target servers specified by the Staging Directory Name
attribute.
The target servers then deploy using their local copy of
the
NOSTAGE: The Administration Server does not copy
deployment unit files. Instead, all servers deploy using
the same physical copy of the deployment files, which must
be directly accessible by the Administration Server and
target servers.
With nostage deployments of exploded archive directories,
WebLogic Server automatically detects changes to a
deployment's JSPs or Servlets and refreshes the deployment.
(This behavior can be disabled if necessary.)
EXTERNAL_stage: The Administration Server does not copy
deployment files. Instead, the Administrator must ensure
that deployment files are distributed to the correct
staging directory location before deployment (for example,
by manually copying files prior to deployment).
With external_stage deployments, the Administration Server
requires a copy of the deployment files for validation
purposes. Copies of the deployment files that reside in
target servers' staging directories are not validated
before deployment.
| Is This Answer Correct ? | 7 Yes | 0 No |
Why is middleware important?
what is oracle fusion middleware?
Explain about virus in RFID?
Why does Orbix 2000 reject large messages from TAO?
How to connect to trading network in webmethods
How does SESAME work?
Difference between Trigger disable and trigger suspend?trigger queue physical location ?
What is involved with using std library (inc stl) with ACE/TAO?
Difference between Storedprocedure notification, stored procedure with signature notification?
tell me WebLogic Architecture briefly ?
Why does ORB_init change the order of the command line arguments if we pass argv to ORB_init(argc, argv)?
a queue contains 100 msgs i have to delete msgs from 20 to 30 msgs how is it possible