What are the different weblogic installation types?
Answer Posted / 2906
Three modes of installation of WebLogic Server:
1) GRAPHICAL: windows> double click; UNIX> chmod a+x filename.bin, ./filename.bin.
2) CONSOLE: WLServerXXX_win32.exe -mode=console; UNIX: chmod a+x filename.bin
./filename.bin -mode=console.
3) SILENT: Windows> WLServerXXX_win32 -mode=silent –silent_xml=path_of_silent.xml
Unix: chmod a+x WLServerXXX, ./ WLServerXXX.bin -mode=silent -silent_xml=/path_to_silent.xml
-log=/home/logs/platform_install.log
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How does a file store compare with a jdbc store? : BEA Weblogic
How to debug my ant script?
What is node manager?
What are the types of gc and in which different scenarios each should be used?
Why do I get an error while trying to retrieve the text for ora-12705? : BEA Weblogic
How do I identify the document type of an xml document? : BEA Weblogic
What are the uses of a middleware server?
How to configure a DB connection pool ?
What is clustering and what is achieved through it?
Is it ok to add new sessions and subscribers to a queue or topic connection once it has been started? : BEA Weblogic
Do you know what are the steps required to modify config.xml file of web logic server?
What Is Boot.proerties File In Weblogic Server ?
Difference between multicast and unicast?
What are the advantages node manager?
How do I provide user credentials for starting a server?