Skip to content

Commit a6f9cd2

Browse files
author
Arun Gupta
committed
Adding prompt to check server.log
1 parent 4a22d92 commit a6f9cd2

File tree

1 file changed

+1
-0
lines changed
  • batch/chunk-simple-nobeans/src/main/java/org/javaee7/batch/samples/chunk/simple/nobeans

1 file changed

+1
-0
lines changed

batch/chunk-simple-nobeans/src/main/java/org/javaee7/batch/samples/chunk/simple/nobeans/TestServlet.java

+1
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)