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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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