I have 3 Machines
1) Web Server (Running Tomcat Server, Open to Public)
2) xMII Server (Open to Web Server)
2) SQL Database (Open to Both Web & xMII Server)
I have created a dashboard on xMII Server using data stored in SQL Server. Now, I want this data to be available to public i.e. there should be some mechanism through which I can display the data on my web server. (I mean if i copy certain class file, i get the thing working on web server itself).
Is it possible?