Install WLS by using Console Mode

          Steps to install WLS by using Console Mode:-

  1. Check the prerequisites like disk space, file permissions and compatibility
  2. Execute Weblogic setup executable file by using <setupfile> -mode=console (Ex F:\Softwares\Weblogic_10.3.3>wls1033_win32 -mode=console)
  3. By default it will install in the location /opt/oracle/Middleware directory
  4. 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> directory. In registry.xml file we can see the complete version of weblogic and what are the components that are installed.
  5. Then we have to create domains to deploy your applications.

 

Recent Posts