I have a number of applications on a Tomcat server, and I have a sql server 2012 database. Initially, the database will send a message to the application, saying that the database is changing. Then the application (Tomcat server) starts a query to retrieve data from the database.
In my scenario, the user does not have access to the application (java, webMathematica, etc.), he only has access to the database to modify the data. Initially, I start the tomcat server and sql server, then I can use the JDBC driver to connect the application server to the sql server.
Now I want to know if the database can identify the tomcat server before the application server establishes a connection to the database server in order to send a data update message.
niren source share