Hi, I am trying to write an application using custom tags.Can anybody tell me whta's the difference b/w GetPreviousOut and GetEnclosingWriter.... and which one should be used where? Thanks Surabhi -----Original Message----- From: Ganapathi, Saravanan A. [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 02, 2000 11:19 AM To: [EMAIL PROTECTED] Subject: Re: How can I schedule a Job in JSP or servlet... Check out this one too.. JRunScheduler has been written to the Java Servlet API version 1.0 and allows you to schedule servlets on any interval and for any future date. JRunScheduler uses a Unix "cron"-like scheduling file, making it easy to configure and modify. JRunScheduler comes with a sample schedule file for you to modify for your own requirements. Be sure to visit the Live Software web site at http://www.livesoftware.com/ for more examples and tutorials as they become available. Thanks, Saru -----Original Message----- From: Jim Bailey [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 02, 2000 11:00 AM To: [EMAIL PROTECTED] Subject: Re: How can I schedule a Job in JSP or servlet... Resin has a built in cron scheduler for servlets. I haven't used it but it sounds like exactly what you need. <http://www.caucho.com/products/resin/index.xtp> -----Original Message----- From: Krishnan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 02, 2000 8:31 AM To: [EMAIL PROTECTED] Subject: How can I schedule a Job in JSP or servlet... Hi pals, We have to run a servlet or JSP automatically on saturday night at 12. We are planning to write a servlet and in the init method of that servlet, planning to invoke a thread which checks for the specified time and if satisfies, do the necessary operations. We will load that servlet at startup of the server. I want to know, is there is any other possible way of achieving the same. Your replies are highly appreciated. =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
