Question
apache poi and vpn disconnected issue
Hi,
I created a custom extension to get data from Excel files in Thingworx. I basically coded it in Java ( using eclipse by following the extension developer guide ).
The extension uses Apache Poi and works fine on my local machine, where excel files are get the data.
Extension only reads Excel file and puts data into postgresql from thingworx service.
And I'm currently using vpn to connect to thingworx, and every time I upload excel file, vpn is disconnected.
Is that a Tomcat heap-size problem? Then let me know how to check it.

