There are three different configuration tools to configure the AS Java server nodes. This is a bit confusing at first glance, but it is due to when which tool was developed, or for what purpose the tool is used.
In day-to-day operation, most of the configuration tasks can be completed with the SAP NetWeaver Administrator.
If none of the instances can be started, you will inevitably have to use the Config Tool. There are also a few things that can still only be done with the Config Tool today.
In very special cases or because you prefer a tool based on command line mode, you use the Shell Console Adminstrator.
In the following we want to get an overview of the configuration tools.
system only available in English

SAP NetWeaver Administrator
The SAP NetWeaver Administrator (NWA) combines the most important administration, configuration and monitoring tools for Java systems in a browser-based user interface.
system only available in English

With the NWA, the standard HTTP port of the AS Java instance is used. As tool a supported browser is needed. At least one application server of the SAP system must be started in order to use the SAP NetWeaver Administrator. It can be called using the following URL: http://<hostname>:<http-port of AS Java>/nwa.
Config Tool
You use the Config Tool to maintain the settings for AS Java in the database. It is therefore necessary that the database is started, so that you can change the settings with the Config Tool.
system only available in English

The settings that you make with the Config Tool only take effect when AS Java is started; that is, you must restart AS Java after maintaining settings.
The Config Tool is available in the file system of each application server. Authentication on the database is usually carried out via Secure Store.
Shell Console Administrator
The Shell Console Administrator can also be used to access an AS Java instance. This connection works via telnet and requires at least an up and running Java instance. telnet is available on many operating systems and can therefore be used for administration without additional installation. However, for security reasons the telnet access is by default set to localhost (see Note below). A remote access can be set up by configuring the associated ICM parameter.
Note
For security reasons, access to the SAP system over Telnet is limited to host IP address 127.0.0.1 (localhost).
system only available in English

You can use the Shell Console Administrator to display basic information about an AS Java system. The Shell Console Administrator is also suitable for starting and stopping services.
If necessary, you can use the Shell Console Administrator to shut down the AS Java instance by stopping the ICM and the server processes.
You can use the Shell Console Administrator to configure the services and managers of all Java instances in the Cluster. It is significantly easier to make the changes to managers and services with the Config Tool. Therefore, only specialists should make changes to managers and services using the Shell Console Administrator.