RE: reload servlet after any Exception

2002-07-10 Thread Shapira, Yoav
Hi, So you want the servlet to always keep the connection open and available? If your web-server is long-lived, that may not be the best idea. How about having some singleton that keeps the connection, and a monitor thread that periodically validates the connection? If the connection is corrupt

Re: Reload servlet

2002-02-02 Thread rakesh
Tomcat looks all the servlet under WEB-INF/classes directory so amke ythese directories under ur servlet directory and put all the class files there thanks rakesh - Original Message - From: "Harry Long" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 30, 2002 4:21 A

RE: Reload servlet

2002-01-31 Thread Craig R. McClanahan
On Thu, 31 Jan 2002, Emerson wrote: > Date: Thu, 31 Jan 2002 13:41:04 -0300 > From: Emerson <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: RE: Reload servlet > > If i´m not wron

RE: Reload servlet

2002-01-31 Thread Emerson
If i´m not wrong, the manager comes with TC 4 just, am I right??? At 09:53 31/1/2002 +0200, you wrote: >Hi, > >> -Original Message- >> From: Emerson [mailto:[EMAIL PROTECTED]] >> Sent: Wednesday, January 30, 2002 7:38 PM >> To: Tomcat Users List

RE: Reload servlet

2002-01-30 Thread Anton Brazhnyk
Hi, > -Original Message- > From: Emerson [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 30, 2002 7:38 PM > To: Tomcat Users List > Subject: RE: Reload servlet > > > Have you create a html manager??? > may you share that??? > No, I haven't

RE: Reload servlet

2002-01-30 Thread Emerson
Have you create a html manager??? may you share that??? At 16:11 30/1/2002 +0200, you wrote: >Hi, > >> -Original Message- >> From: Harry Long [mailto:[EMAIL PROTECTED]] >> Sent: Wednesday, January 30, 2002 12:51 AM >> To: '[EMAIL PROTECTED]' >> Subject: Reload servlet >> >> >> Hi , I

RE: Reload servlet

2002-01-30 Thread Anton Brazhnyk
Hi, > -Original Message- > From: Harry Long [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 30, 2002 12:51 AM > To: '[EMAIL PROTECTED]' > Subject: Reload servlet > > > Hi , I have a problem with servlet's reloadable. I run Tomcat4.0 on > Linux7.2 and connect to > Apache using mo

RE: reload servlet automatically

2001-10-28 Thread Martin van den Bemt
How about upgrading to 3.3, reloading is working there most of the time (just for servlets, not for supporting classes btw). In short : 3.3 is a big improvement (also in other ways) to the 3.2 versions (at least that is my opinion). Mvgr, Martin > -Original Message- > From: Markus Kramer