Skip to content

Commit 3fa9b4a

Browse files
author
Arun Gupta
committed
Adding prompts to check server.log
1 parent ef54aec commit 3fa9b4a

File tree

1 file changed

+1
-0
lines changed
  • batch/chunk-mapper/src/main/java/org/javaee7/batch/sample/chunk/mapper

1 file changed

+1
-0
lines changed

batch/chunk-mapper/src/main/java/org/javaee7/batch/sample/chunk/mapper/TestServlet.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ protected void processRequest(HttpServletRequest request, HttpServletResponse re
9595
for (String j : jo.getJobNames()) {
9696
out.println("--> " + j + "<br>");
9797
}
98+
out.println("<br><br>Check server.log for output");
9899
out.println("</body>");
99100
out.println("</html>");
100101
} catch (JobStartException | JobSecurityException ex) {

0 commit comments

Comments
 (0)