I have number of applications in Tomcat server and I have sql server 2012 Database. Initially the Database will send the message to application says that database getting changed. Then the application(Tomcat server) fire the query to fetch the data from database.
In my scenario user doesn't have access to application(java, webMathematica, etc.) he has only access to Database to modify data. Initially I start the tomcat server and sql server then I can use JDBC driver to connect application server to sql server.
Now I want know whether database can identify the tomcat server before application server establish the connection to database server to send the message about the data updation.