I’ve developed a script which will check all different parameters on server and create an output.html file. So there is .bat script which calls powershell script and finally the html output is generated. So everytime I have to login to server, run the batch script and then view the html file.
Now we have Tomcat web application installed on same server. How I can deploy or whatever something, so that when I hit the specific URL point “http://tomcat:8080/monitoring/xxx” it should display me the output.
A general idea or link to any page which has more detail would be really helpful.
Thanks