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 happens if remove( ) is never invoked on a session bean?
In what ways can a web logic servers performance be improved upon?
Do you know what type of object is returned by resultset.getobject()?
Hi! friends pls tel me best institute for Weblogic Server Admin and Weblogic Poratal?
What are the prerequisites of starting a server?
What is http tunneling? How can we configure it on weblogic?
When we will take thread dump?
How to delete connection pool?
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 are stubs and how do they function in a web logic cluster?
How are notifications made when a server is added to a cluster?
Can two jms servers share the same persistent store? : BEA Weblogic