Steps to install WLS by using Silent Mode:-

  1. Download sample silent.xml file
  2. Specify the values for the parameters BEAHOME, WLS_INSTALL_DIR and specify the neccessary components to be installed
  3. Check the prerequisites like disk space, file permissions and compatibility
  4. Execute the silent.xml file by using a command F:\Softwares\Weblogic_10.3.3>wls1033_win32 -mode=silent -silent_xml=”<location of the modified silent.xml file” -log=/tmp/wl_install.log
  5. By default it will install in the location /opt/oracle/Middleware directory
  6. Once installation is success, check the status in a log file log.txt available under <middleware_home>/logs directory, and also we can check in registry.xml available under <middleware_home> dir2ectory. In registry.xml file we can see the complete version of weblogic and what are the components that are installed.

7. Then we have to create domains to deploy your applications

Recent Posts

Start typing and press Enter to search