Re: Need help : how to shutdown & restart Tomcat, how to reload servlet

2003-08-14 Thread Aurele Venet
Hello Vincent, fro problem 1: you are using the correct procedure, but it looks like your server was never started in the first place. The connection refused is due to the fact that it tries to connect to a port (for shutdown procedure) which is not open. Alternatively, tomcat can some time g

Need help : how to shutdown & restart Tomcat, how to reload servlet

2003-08-07 Thread Vincent SEPM MIS
Dear Tomcat user, I have two problem here, hope anyone who know can help to teach me. Problem 1: How to shutdown and restart tomcat server? Description: I try to shutdown and restart Tomcat using shutdown and startup batch file. I notice some error prompt out when I running shutdown.bat and start

AW: reload servlet after any Exception

2002-07-10 Thread Ralph Einfeldt
TED]] > Gesendet: Mittwoch, 10. Juli 2002 16:56 > An: Tomcat Users List > Betreff: reload servlet after any Exception > > my servlet opens a jdbc connection in init() (connection > pooling) and saves the connection in a variable. > If the database becomes out of service for any rea

RE: reload servlet after any Exception

2002-07-10 Thread Shapira, Yoav
mailto:[EMAIL PROTECTED]] >Sent: Wednesday, July 10, 2002 10:56 AM >To: Tomcat Users List >Subject: reload servlet after any Exception > >Hi, > >my servlet opens a jdbc connection in init() (connection pooling) and saves >the connection in a variable. >If the database beco

reload servlet after any Exception

2002-07-10 Thread Günter Kukies
Hi, my servlet opens a jdbc connection in init() (connection pooling) and saves the connection in a variable. If the database becomes out of service for any reason, the connection gets corrupted and the servlet throws a SQLException. Is it possible to reload (init()) the servlet after an Except

Re: Reload servlet

2002-02-02 Thread rakesh
January 30, 2002 4:21 AM Subject: Reload servlet > Hi , I have a problem with servlet's reloadable. I run Tomcat4.0 on > Linux7.2 and connect to > Apache using mod_webapps connector. I do set the reloadable="true" in the > context. But It seems > that It doesn

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]' >&

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 &

Reload servlet

2002-01-29 Thread Harry Long
Hi , I have a problem with servlet's reloadable. I run Tomcat4.0 on Linux7.2 and connect to Apache using mod_webapps connector. I do set the reloadable="true" in the context. But It seems that It doesn't work at all. Every time I change something on the servlet and recompile it , I have to resta

RE: reload servlet automatically

2001-10-28 Thread Martin van den Bemt
Markus Kramer [mailto:[EMAIL PROTECTED]] > Sent: Sunday, October 28, 2001 8:58 AM > To: [EMAIL PROTECTED] > Subject: reload servlet automatically > > > hi, > > I've a problem reloading my servlets without restarting tomcat. >docBase="/usr/local/httpd/htdocs/

reload servlet automatically

2001-10-28 Thread Markus Kramer
hi, I've a problem reloading my servlets without restarting tomcat. If i recompile my servlet, tomcat doesn't use the new .class-file. I have tomcat 3.2.3 running and cannot upgrade to tomcat 4. thanks, Markus -- To unsubscribe, e-mail: For additional commands,

Reload Servlet problems

2001-05-07 Thread Jean-Francois Pelletier
I work with tomcat 3.2.1 and apache. I set reload=true in the server.xml. The servlet refresh well without restart tomcat. But, when I call a servlet by a jsp file and the servlet crash( ClassCastException for example) the servlet stop reloading for new one. I need to restart tomcat and I don't w