Just a side note:

If the sole reason for this jsp is the automatic check
then your example can be stripped down to:

SUCCESS

The rest is just to be a little bit more friendly 
to a browser.

> -----Original Message-----
> From: Turner, John [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, February 25, 2003 9:17 PM
> To: 'Tomcat Users List'
> Subject: RE: crontab problems
> 
> <html>
> <head>
> <title>APP Monitor</title>
> </head>
> <body>
> <%
> String myMonitor = "SUCCESS";
> out.println(myMonitor);
> %>
> </body>
> </html>
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to