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 |
What is a messaging bridge?
Tell me what are the steps involved in configuring the jms?
Are WebLogic Servers password secure?
How many weblogic severs can be installed in a multi cpu machince and how can you figure out how many servers?
Why do I get an exception when trying to find a connection factory? : BEA Weblogic
Can I use a native two-tier driver for a browser applet? : BEA Weblogic
What are the ways in which the dns request of failed servers handled?
How does concurrency work for message-driven beans? : BEA Weblogic
What technologies are included in j2ee?
How do I configure jms security? : BEA Weblogic
Write a program to bind string values in a preparedstatement?
What is a cluster? What is High Availability and Fail over?