Steps to install WLS by using Console Mode:-
- Check the prerequisites like disk space, file permissions and compatibility
- Execute Weblogic setup executable file by using <setupfile> -mode=console (Ex F:\Softwares\Weblogic_10.3.3>wls1033_win32 -mode=console)
- By default it will install in the location /opt/oracle/Middleware directory
- 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.
- Then we have to create domains to deploy your applications.
Recent Posts