We have front end web page developed using Java. In the back end we are doing some modelling using r. Now Java to R multiple instances initiation is not happening. Only one user can upload his data and do his analysis on that application web page. Is there a solution to get multiple users upload their data files and do analysis simultaneously without able to see other users data.
We are hosting the application using Tom cat, R server is getting initialized from Java.
Thanks in advance for your answer.