Elastic Enterprise Search is starting successfully but URL doesn't works

Thank's everyone.

But I triyed to make work app-search for last time.

I've make a new virtual machine (centos7) and install only elastic, kibana and app-search. All configured on localhost and very simply. But app-search doesn't works from local http://localhost:3002

This are the files:

*******************
elasticsearch.yml:
*******************
cluster.name: Ecluster
#
node.name: Ecluster-node1
#
path.data: /var/lib/elasticsearch
#
path.logs: /var/log/elasticsearch
#
network.host: 0.0.0.0
#
http.port: 9200
#
discovery.seed_hosts: ["localhost"]

*******************
kibana.yml
*******************
server.port: 5601
#
server.host: "localhost"
#
elasticsearch.hosts: ["http://localhost:9200"]
#
enterpriseSearch.host: "http://localhost:3002"

*******************
app-search.yml
*******************
allow_es_settings_modification: true
#
elasticsearch.host: http://localhost:9200
#
app_search.listen_host: localhost
app_search.listen_port: 3002
#
app_search.auth.source: elasticsearch-native
#
secret_session_key: c10c86ec76ccb29e44d4a0e091d58375184d63a204088bbae4ae0ada4119d46b662ad4ff2d095b2d11e2dddddaeb11de2dec369c0b02914abe67b7c3fcc9e530

I don't know where is the problem but I will continue my work without this,
Rams1