Skip to content

Commit 9c13a67

Browse files
author
Arun Gupta
committed
Adding prompt to check server.log
1 parent 390565a commit 9c13a67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

batch/decision/src/main/java/org/javaee7/batch/decision/TestServlet.java

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

0 commit comments

Comments
 (0)