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
Explain the types of application deployed in wls?
Can you explain what are the ways in which the dns request of failed servers handled?
What is thread stack size? What is the default thread stack size in windows?
How to start node manager?
How does sorting on message priority work? : BEA Weblogic
What is the boot? What is the significance of it?
What is the difference between creating a distributed application using rmi and using a ejb architecture?
Inclined to build a profession as oracle weblogic developer?
What are the admin default ports?
How do I look up an ora sqlexception? : BEA Weblogic
What Is A Weblogic Server Cluster ?
What are the steps in which unicode codesets can be set with the weblogic jdriver?
How do I issue the close() method within an onmessage() method call and what are the semantics of the close() method? : BEA Weblogic
Explain the functionality of iiop ?
What is meant by gc, prallel gc, full gc and explain it?