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 where are the files placed while deploying the resource adapter in web logic server?
What are servers?
Can you explain how can os authentication be connected with weblogic jdriver for oracle and connection pools?
Explain the difference between dynamic and non-dynamic changes in the console?
If a java process keeps going down due to an out of memory error, what all java options would you start with that would tell you what was in memory at the time of the out of memory error?
How is the security handled in web logic j2ee connector architecture?
What is the difference in the web.xml and weblogic.xml ?
Difference between weblogic development and production mode?
When we will take thread dump? Please give us some examples?
What are weblogic clusters?
What are the different versions of nm?
How does a server know when another server is unavailable ?
What are web logic servers?
What are the prerequisites of starting a server?
What are pending messages in the console? : BEA Weblogic