Create boot.properties to Start and Stop Servers
If you need to keep the WebLogic Admin Server running, you can launch the start up
            process as a background process. In order to do that, you need to enter the admin user
            and password in a boot.properties file. As a result, the start up
            process uses the user and password from this file instead of prompting for it.
The boot.properties file contains two fields:
- username= - The default value for username is weblogic. You should change this value in this file to a valid value for your WebLogic Admin Server. 
- password=default - You should change the default value in this file to a valid value for your WebLogic Admin Server. 
The information entered is this file are encrypted after the first access. This file must be located in this directory:
<MW_HOME>/user_projects/domains/<your_domain>/servers/<server_name>/security
After you create the machine and start the Node Manager, you can register the WebLogic Server and install the JD Edwards HTML Web Server instance as described in the JD Edwards EnterpriseOne Tools Server Manager Guide.