og in to the UNIX system
Navigate to the directory that contains the installation .bin file.
Launch the server installation by executing the following commands:
Install_file_name.bin is the name of the Weblogic installation file. The installation comes with some server examples, If you want them to be installed you must include the following parameter in the installation command If not, the installation may take more time.
Navigate to the directory that contains the installation .bin file.
Launch the server installation by executing the following commands:
chmod a+x Install_file_name.binBy this unix command, you are making the file to be executable
./Install_file_name.binThe GUI Screen will pop-up and you can proceed with the installation
Install_file_name.bin is the name of the Weblogic installation file. The installation comes with some server examples, If you want them to be installed you must include the following parameter in the installation command If not, the installation may take more time.
-Djava.security.egd=file:/dev/./urandomNote: you should be having administration rights to execute the installation.
No comments:
Post a Comment