Skip to content

Commit 39ca3a5

Browse files
author
Arun Gupta
committed
Better output message
1 parent 5efdd6d commit 39ca3a5

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

batch/chunk-partition/src/main/java/org/javaee7/batch/sample/chunk/partition/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 out");
9899
out.println("</body>");
99100
out.println("</html>");
100101
} catch (JobStartException | JobSecurityException ex) {

0 commit comments

Comments
 (0)