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 do I debug weblogic server using visual cafe 4.1? : BEA Weblogic
What happens when a failure occurs and the stub cannot connect to a weblogic server instance?
Explain where are the files placed while deploying the resource adapter in web logic server?
Explain how can os authentication be connected with weblogic jdriver for oracle and connection pools?
How do you do performance tuning of wls? What are various areas to do it
What are the capabilities of weblogic server?
How is security handled in the weblogic j2ee connector architecture? : BEA Weblogic
What is bootup process?
what happen if we deploy our component in weblogic server
What are the uses of a middleware server?
What are the different groups under web logic security?.
Explain the performance tuning in jvm, jdbc, jms?