startNodeManager and startWeblogic as service on Oracle Linux (start on boot)
Hi community,
I hope you 're doing great.
I install a Weblogic EE 12.2.1.3 on Oracle Linux 7.7.
I'm trying (without success ) to start both Nodemanager and Weblogic on the server boot. I googled the subject and the most usual approach is to create service scripts and place them under the /etc/init.d/ directory. Most of the scripts I tried to implement functions such as start, stop, status, restart. Eventually, these service scripts call the startNodemanger.sh and startWeblogic.sh shell scripts.
The startNodemanger.sh and startWeblogic.sh scripts work ok when executed manually.
I have two questions:
1) Does this approach is the correct one?