0

I'm working on a legacy system using Tomcat 6.0 and Elasticsearch 1.3.2 , with Win Server 2019 OS

In CMD, with Tomcat services in a "Stopped" state, I have run the following batch file:

C:\Program Files\elasticsearch-1.3.2\bin>elasticsearch.bat

`[DATE][INFO ][node                     ] [AAA] version[1.3.2], pid[6692], build[dee175d/2014-08-13T14:29:30Z]
[DATE][INFO ][node                     ] [AAA] initializing ...
[DATE][INFO ][plugins                  ] [AAA] loaded [], sites [head]
[DATE][INFO ][node                     ] [AAA] initialized
[DATE][INFO ][node                     ] [AAA] starting ...
[DATE][INFO ][transport                ] [AAA] bound_address {inet[/0:0:0:0:0:0:0:0:9300]}, publish_address {inet[/xx.xx.xx.xx:9300]}
[DATE][INFO ][discovery                ] [AAA] Cluster/qgLsBRQITv-Fi30GYcTcvg
[DATE][INFO ][cluster.service          ] [AAA] new_master [AAA][qgLsBRQITv-Fi30GYcTcvg][WINSERVER][inet[/xx.xx.xx.xx:9300]], reason: zen-disco-join (elected_as_master)
[DATE][INFO ][gateway                  ] [AAA] recovered [0] indices into cluster_state
[DATE][INFO ][http                     ] [AAA] bound_address {inet[/0:0:0:0:0:0:0:0:9200]}, publish_address {inet[/xx.xx.xx.xx:9200]}
[DATE][INFO ][node                     ] [AAA] started`

Supposingly, if I started the Tomcat service at this point, it will trigger the "webapps.war" file in the Tomcat > webapps folder, and mappings will be loaded in elasticsearch in the CMD windows.

However, it did not happen for my scenario. Nothing happened in the CMD windows. The last line remain as: [DATE][INFO ][node ] [AAA] started

Looking forward to some expert to shine me some light.

Much appreciated.

0 Answers0