What are the different weblogic installation types?
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 |
how to enable conection poole shrinking??
Explain where are the files placed while deploying the resource adapter in web logic server?
Which memory space does thread stack get allocated from?
What is http tunneling? How can we configure it on weblogic?
Why do I get unexpected characters from 8-bit character sets in weblogic jdriver for oracle? : BEA Weblogic
Why the node manager is required?
What is SSL in weblogic ?
How do you do performance tuning of wls? What are various areas to do it
how can we sync the nodes with administration server in weblogic.
Can an mdb be a message producer or both a producer and consumer? : BEA Weblogic
Is it possible to send or receive a message from within a message listener? : BEA Weblogic
What is the emergency log message?