I have got a requirement where i need to read data continuously from one table and after processing insert into another database table..I have made both web the application separately and they are working fine on Netbeans IDE.
Now as per my requirement i have to install these application on Apache Tomcat so that they can run continuously as per the running status of Apache tomcat..
I am not getting how to accomplish this.
Please guys help me..
Thanks in advance..