Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有一个要求,我目前正在使用 wget 命令从 shell 脚本调用 Servlet。servlet 执行生成报告并将电子邮件发送到用户列表的工作。
当我计划安排这项工作时,我想知道 Servlet 是否成功完成。如果 Servlet 抛出任何异常,我想从 shell 脚本中找出它,从而将作业标记为成功或失败。
有人可以为此提供解决方案吗...?
如果有未处理的异常,servlet 应回复 500 Internal Server Error 状态代码。检查 wget 是否允许以某种方式识别 http 响应状态代码。