What is advantage if silent mode installation...urgent..need
answer to this question
Answers were Sorted based on User's Feedback
Answer / mohit
Hello,
The biggest advantage of silent mode installation is that it is non-interactive and hence your intervention is not required during installation.
All the parameters to be used during installation are defined in xml file (usually silent.xml)
eg:./filename.bin -mode=silent -silent_xml=silent.xml
Is This Answer Correct ? | 11 Yes | 0 No |
Answer / jagadeesh
for this sailent mode of installation you need to specify
the log file and xml file. The difference between command
and sailent mode is command -mode=console i.e here step by
step are visible but in sailent mode every thing is
configured.
Is This Answer Correct ? | 4 Yes | 2 No |
Answer / nagu
For installing weblogic in silent mode we have to write one
xml.file.In that file we have to include all the components
which we want.In silent mode installation we can't see
anything,its better to add log attribute to see the
details.save that will in the path where your set up file
is there...and run like this
wlserver10.3 -mode=silent -silent_xml="path of the xml
file" -log="path where u want to create log file"
Is This Answer Correct ? | 2 Yes | 0 No |
Define the list of pre-configured queues?
How can classpath be set?
Explain how can os authentication be connected with weblogic jdriver for oracle and connection pools?
Explain the Command line utilities in wls?
Why ca not I boot weblogic server when using the ldap security realm? : BEA Weblogic
What can be the various reasons for a server crash?
How to write a program to bind string values in a preparedstatement?
How many weblogic severs can be installed in a multi cpu machince and how can you figure out how many servers?
You are noticing a performance impact on your application and you suspect the underlying operating systemresources might be causing the issue, what steps would you take to narrow down the issue?
If you get Null point exception at the time of ear deployment from console what will be you next steps to resolve the problem.
How do I handle request/response using jms? : BEA Weblogic
In web logic how are new threads assigned?