Skip to content

Commit d5ffe67

Browse files
author
Arun Gupta
committed
Adding a statement to check server.log
1 parent c6567b2 commit d5ffe67

File tree

1 file changed

+1
-0
lines changed
  • batch/batchlet-simple/src/main/java/org/javaee7/batch/batchlet/simple

1 file changed

+1
-0
lines changed

batch/batchlet-simple/src/main/java/org/javaee7/batch/batchlet/simple/TestServlet.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ protected void processRequest(HttpServletRequest request, HttpServletResponse re
8484
out.println("Got the job operator: " + jo + "<br>");
8585
jo.start("myJob", new Properties());
8686
out.println("Job submitted<br>");
87+
out.println("<br><br>Check server.log for output");
8788
out.println("</body>");
8889
out.println("</html>");
8990
} catch (JobStartException ex) {

0 commit comments

Comments
 (0)