I am using an application which send data to my local tomcat server.
So my question is, how to handle data received in tomcat with java ?
can some one give me an exemple how to use Listener.
I am using an application which send data to my local tomcat server.
So my question is, how to handle data received in tomcat with java ?
can some one give me an exemple how to use Listener.
Build a Java web application and deploy it to your tomcat server.
The web application will need to handle whatever request is being sent to Tomcat.
Do some reading: http://docs.oracle.com/javaee/1.4/tutorial/doc/WebApp.html