WEBLOGIC12C Registering Windows System services

Source: Internet
Author: User

1. Confirm that the java_home=d:\oracle\middleware\jdk160_29 in the operating system environment variable is consistent with the location of the installation deployment;

2, edit D:\Oracle\Middleware\wlserver_12.1\server\bin\installSvc.cmd file, add red part content:

If "%wl_use_amd64dll%" = = "true" Set extrapath=%wl_home%\server\native\win\x64\;%wl_home%\server\bin;%java_home%\ Jre\bin;%java_home%\bin;%wl_home%\server\native\win\x64\oci920_8

Name of @rem Domain
Set Domain_name=base_domain
@rem is generally the default
Set Server_name=adminserver
Path to @rem Domain
Set Userdomain_home=d:\oracle\middleware\user_projects\domains\base_domain
Set wls_pw=weblogic123

REM * * Install the Service
"%wl_home%\server\bin\wlsvc"-install-svcname: "Wlsvc%domain_name%_%server_name%"-javahome: "%JAVA_HOME%"-execdir : "%userdomain_home%"-maxconnectretries: "%max_connect_retries%"-host: "%host%"-port: "%PORT%"-extrapath: "% extrapath% "-password:"%wls_pw% "-cmdline:%cmdline%

3. Run >installsvc.cmd in the DOS window

After the successful execution will appear in the system service "Wlsvc base_domain_adminserver" service, can be started;

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.