java - Starting an application when starting Apache Server -


is there way start java application when launching apache server? need generate report of server's statistics, periodically, separate application.

on windows: create batch file; start both apache , tomcat services 1 after another. see below:

sc start myservice 

Comments

Popular posts from this blog

python 3 IndexError: list index out of range -

android - How to save instance state of selected radiobutton on menu -

IF statement in MySQL trigger -