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
What are the various causes for out of memory?
What is the name of default jvm that is made used for weblogic?
How do I restrict access to servlets and jsps? : BEA Weblogic
What are pending messages in the console? : BEA Weblogic
What Is A Weblogic Server Cluster ?
How are the notifications generated when a server is added to a cluster?
What is ticketing tool used in your project?
which protocol it user to connect manage server to admin ? where it is defined ?
Explain how a web logic server works?
What is the no_acknowledge acknowledge mode used for? : BEA Weblogic
How do I bind string values in a preparedstatement? : BEA Weblogic
What are the ways in which the dns request of failed servers handled?
Define memory leak ?
How to update license?
What is mulicast and unicast in weblogic?