RE: class reloading - a question

2002-09-23 Thread Stefaan Nachtergaele
Hi all, The 3.x version of tomcat only did reloading of servlets, not on other classes. Does the 4.x version do reloading of other classes as well. I'm hoping it does and if it does, I'm hoping someone might provide some clues as to why it's not working for me :). Detection is done via

Re: Class reloading/ HTTPSession

2002-05-16 Thread kelly, Burrowa
Futher, I also observed that my HTTPSession, though is not New, does not have the attributes that were put before the class reloading. Is this the expected behaviour, or am I missing something? I just observed, on using HTTPSessionBindingListener, that when Tomcat 4.0.1 reloads any

Re: Class reloading for JSP /Tomcat 4

2001-07-23 Thread Craig R. McClanahan
On Thu, 19 Jul 2001, Reynir Hübner wrote: Hi, I have a problem : I have Tomcat 4 and a working MVC model. Request are handled by a servlet that starts a servlet chain wich ends with the request being routed to a JSP. The servlets in the chain instanciate beans and put them into the

RE: Class reloading

2001-07-19 Thread Paul Foxton
AFAIK tomcat doesn't support automatic reloading of classes. You do have to restart. Paul -Original Message- From: John Baker [mailto:[EMAIL PROTECTED]] Sent: 19 July 2001 11:36 To: [EMAIL PROTECTED] Subject: Class reloading Hello. If I write a class and use it in a jsp

RE: Class reloading

2001-07-19 Thread Reynir Hübner
does anyone know how this is in tomcat 4 ? thanx -r -Original Message- From: Paul Foxton [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 19, 2001 10:23 AM To: '[EMAIL PROTECTED]' Subject: RE: Class reloading AFAIK tomcat doesn't support automatic reloading of classes. You do have

Re: Class reloading

2001-07-19 Thread John Baker
: Thursday, July 19, 2001 10:23 AM To: '[EMAIL PROTECTED]' Subject: RE: Class reloading AFAIK tomcat doesn't support automatic reloading of classes. You do have to restart. Paul -Original Message- From: John Baker [mailto:[EMAIL PROTECTED]] Sent: 19 July 2001 11:36 To: [EMAIL

RE: Class reloading

2001-07-19 Thread Cory Powers
/Context -Original Message- From: John Baker [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 19, 2001 8:37 AM To: [EMAIL PROTECTED] Subject: Re: Class reloading On Thursday 19 July 2001 12:50 pm, you wrote: does anyone know how this is in tomcat 4 ? Oh, sorry. I was referring

RE: Class reloading

2001-07-19 Thread Dmitri Colebatch
]] Sent: Thursday, July 19, 2001 8:37 AM To: [EMAIL PROTECTED] Subject: Re: Class reloading On Thursday 19 July 2001 12:50 pm, you wrote: does anyone know how this is in tomcat 4 ? Oh, sorry. I was referring to Tomcat 4. It's all I use. I can't live without the newer JSP/Servlet

Re: Class reloading

2001-07-19 Thread John Baker
: Thursday, July 19, 2001 8:37 AM To: [EMAIL PROTECTED] Subject: Re: Class reloading On Thursday 19 July 2001 12:50 pm, you wrote: does anyone know how this is in tomcat 4 ? Oh, sorry. I was referring to Tomcat 4. It's all I use. I can't live without the newer JSP/Servlet features. thanx

Re: Class reloading

2001-07-19 Thread Endre Stølsvik
On Thu, 19 Jul 2001, Paul Foxton wrote: | AFAIK tomcat doesn't support automatic reloading of classes. You do have to | restart. AFAIK all tomcats does support automatic reload, but it (at least 3.2) sucks. If you have very plain servlets, which doesn't put many real objects into the

RE: Class reloading

2001-07-19 Thread Paul Foxton
, Paul -Original Message- From: Endre Stølsvik [mailto:[EMAIL PROTECTED]] Sent: 19 July 2001 15:10 To: '[EMAIL PROTECTED]' Subject: Re: Class reloading On Thu, 19 Jul 2001, Paul Foxton wrote: | AFAIK tomcat doesn't support automatic reloading of classes. You do have

Re: Class reloading

2001-07-19 Thread Bo Xu
Reynir Hübner wrote: does anyone know how this(note: Class-reloading) is in tomcat 4 ? thanx -r [...] Hi :-) * Servlet-auto-reloading in TC4.0b5 from my work, Servlet-auto-reloading works well, but just from my testing, if I put MyServlet in both: - WEB-INF/classes (unpacked

Re: Class reloading

2001-07-19 Thread Alex Fernández
In fact, Tomcat does support automatic reloading of classes. When you declare a context, add a 'reloadable=true' attribute: Context path=/admin docBase=webapps/admin reloadable=true trusted=false See apps-admin.xml or server.xml for an example. In

Re: Class reloading

2001-07-19 Thread Bo Xu
Hello Craig, Thanks for your email! :-)and I have another question because I find you come back to TC-USER List: //haha:-) I have already made my question very short and only-one: is the following (my understanding) right? :-) * In beta-6, the class/jar in the following folder

Re: Class reloading

2001-07-19 Thread Craig R. McClanahan
On Thu, 19 Jul 2001, Bo Xu wrote: Hello Craig, Thanks for your email! :-)and I have another question because I find you come back to TC-USER List: //haha:-) I have already made my question very short and only-one: is the following (my understanding) right? :-) * In

re: Class reloading...

2000-12-03 Thread John Brainard
Hey, Also, I feel this might be of importance: I compile all my classes (including beans, servlets and tags) on my web-server, so the time-stamp shouldn't pose much of a problem there. The only time I have noticed the time-stamp being a problem is with JSP pages written on my NT machine via