I have a txt file have a sequence of integer such as : " 15 20 30 21 17 6 28 34 " I read the file and put the number to a arraylist I want get the value with position in arraylist by a servlet when request to server.
But now I want read txt file as soon as server start . I've put the read file function on the constructor function of servlet but it not run. Please help me.Thanks