---------------------------------------------------------------- BEFORE YOU POST, search the faq at <http://java.apache.org/faq/> WHEN YOU POST, include all relevant version numbers, log files, and configuration files. Don't make us guess your problem!!! ---------------------------------------------------------------- Anupam Miharia wrote: > ---------------------------------------------------------------- > BEFORE YOU POST, search the faq at <http://java.apache.org/faq/> > WHEN YOU POST, include all relevant version numbers, log files, > and configuration files. Don't make us guess your problem!!! > ---------------------------------------------------------------- > > Thanks everyone for the responses. I put my servlet in the startup section and > found that the init method of my servlet is called evreytime Jserv startsup > (either load balanced or automatic). As you pointed out, I would have loved to > have the startup be able to take a request and then call the servlet with the > specified request, but I think I can live with the init() call for now. > Is there any way I can submit this as an enhancement request without being asked > to implement it myself? :-) > I am not 100% sure what you are asking, but I suppose the easiest thing to do would be to change the logic of your servlet (maybe using initialization parameters for any info you need), but if you really insist on having a request being received before doing initialization then maybe write another servlet (also in startup) to fire off a request to the other servlet - yuk !! Simon. -- -------------------------------------------------------------- Please read the FAQ! <http://java.apache.org/faq/> To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Search Archives: <http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/> Problems?: [EMAIL PROTECTED]

Reply via email to