I am developing a web application which reads data from excel file (xlsx). I am using POI for reading excel sheet. The problem is when I try to read excel file, the server t
You should probably change the settings of you JVM. Try to add -Xmx1024 -Xms1024 to the launcher.
-Xmx1024 -Xms1024