I have a Java Servlet which maintains the JDBC connection to Oracle server.
When a Notes form is opened in the browser, I want to run a Java Agent which will call the Java Servlet. Java Servlet then connects to Oracle database to retrive the necessary data and must pass these values to the calling agents.
Java Servlets works fine independently. Can some one help me how to make the connectivity between Java Agents and Servlets work.
Thank you