Suppose I have a simple web application running Apache Tomcat running on a public facing IP/port.
According to the Honeyd website it says " Honeyd improves cyber security by providing mechanisms for threat detection and assessment. It also deters adversaries by hiding real systems in the middle of virtual systems." If my web app is running at "localhost:8080" how do I configure honeyd to detect threats towards my webapp at localhost:8080 ?
Is there a tutorial that explains how to get it a simple example web app configured?