response.sendError(HttpServletResponse.SC_INTERNAL_SERVER_ERROR);
}
// run testSubject class.
testSubject subj = new testSubject(id, maxRounds, CURRDIR);
subj.testThisSubject();
}
/**
* @see HttpServlet#doPost(HttpServletRequest request, HttpServletResponse response)
*/