1. SAP Help Portal
SAP NetWeaver Application Server for Java 7.5
"Startup
Operation
and Shutdown of an SAP System": This document states
"The SAP start service sapstartsrv starts and stops the instances on a host... For each instance
sapstartsrv starts the jstart process according to the parameters in the instance profile." This clearly identifies sapstartsrv as the initiator that subsequently calls jstart.
2. SAP Help Portal
SAP NetWeaver Application Server for Java 7.5
"Startup Framework for AS Java": This section details the process flow
explaining that the startup of an AS Java instance is performed by sapstartsrv and jstart. It clarifies that sapstartsrv is the service that receives the external start command and then executes the jstart program to bring up the Java instance.
3. SAP Course TADM12 - SAP S/4HANA Installation and Upgrade
Unit: Starting and Stopping SAP Systems: The course material explains that the SAP Start Service (sapstartsrv) is the key process for starting and stopping any SAP instance (ABAP or Java). It acts as the receiver for commands from administration tools and is responsible for reading the profile and launching the subsequent processes required for the instance type.