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

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -

android - MPAndroidChart - How to add Annotations or images to the chart -