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
What is the function of t3 in weblogic server? : BEA Weblogic
What is cluster in weblogic?
What is thread stack size? What is the default thread stack size in windows? Which memory space does thread stack get allocated from?
Explain the diffrernces between 8.x and 9.x?
Why is my jms work not part of a user transaction (i.e., Called within a transaction but not rolled back appropriately)? How do I track down transaction problems? : BEA Weblogic
What should an xpath selector look like? : BEA Weblogic
Can you use a foreign jms provider to drive an mdb transactionally? : BEA Weblogic
How to integrate sunone/netscape/iplanet with weblogic?
How Administration Server And Managed Servers Will Interact ?
What is bea weblogic? : BEA Weblogic
What are application servers?
How to find out the listening ports?
What is a Thread dump? How will you take in unix/linux and windows ?
What are the uses of a middleware server?
How do I identify the document type of an xml document? : BEA Weblogic