RE: Reloadable Hangs

2005-05-27 Thread Serlet Jean-Claude
Hello How did you deploy the application ? with a WAR file ? or by installing an unpacked directory ? I read in the "Professional Apache Tomcat5" book that the relaod attribute work fine only with an application installed from an unpacked directory not with a WAR file Jean-Claude -Message d'

Re: Reloadable Hangs

2005-05-27 Thread Ari Suutari
Hi, Context Reloadable == true When we compile .java into .class, Tomcat will not serve page anymore. We have to restart Tomcat inside Services or from the Monitor Tomcat menu. We have seen same here. Tomcat >= 5.0.28 hangs, there seems to be a ThreadDeath exception sometimes when re

RE: reloadable

2003-11-18 Thread Shapira, Yoav
Howdy, It would be fair to say that nothing is always guaranteed to work correctly. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Andoni [mailto:[EMAIL PROTECTED] >Sent: Tuesday, November 18, 2003 11:24 AM >To: Tomcat Users List >Subject: Re: r

Re: reloadable

2003-11-18 Thread Andoni
: "Shapira, Yoav" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, November 18, 2003 3:43 PM Subject: RE: reloadable Howdy, Tomcat will recompile the JSP. Reloadable affects only runtime performance. Yoav Shapira Millennium ChemInfo

RE: reloadable

2003-11-18 Thread Shapira, Yoav
Howdy, Tomcat will recompile the JSP. Reloadable affects only runtime performance. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Laurent Michenaud [mailto:[EMAIL PROTECTED] >Sent: Tuesday, November 18, 2003 10:42 AM >To: [EMAIL PROTECTED] >Subject: reloadable > >Hi

RE: Reloadable Servlet?

2003-08-14 Thread Shapira, Yoav
53 AM >To: Tomcat Users List >Subject: RE: Reloadable Servlet? > >Doh. 4.1.27. :-) > >The hotfix is available here: > >http://jakarta.apache.org/site/binindex.cgi > >Click on the Tomcat 4.1.27 link. It's hotfix 22096 apparently. > >Not sure what the bug number is,

RE: Reloadable Servlet?

2003-08-14 Thread Johnson, David
> To: Tomcat Users List > Subject: RE: Reloadable Servlet? > > > > Howdy, > Your servlet doesn't need to explicitly be "reloadable" but > your context > does. Set reloadable=true in your context definition. > > Yoav Shapira > Millennium Ch

RE: Reloadable Servlet?

2003-08-14 Thread Shapira, Yoav
Howdy, Your servlet doesn't need to explicitly be "reloadable" but your context does. Set reloadable=true in your context definition. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: John Blanco [mailto:[EMAIL PROTECTED] >Sent: Wednesday, August 13, 2003 1:33 AM >To:

Re: Reloadable Servlet?

2003-08-14 Thread John Blanco
>/ > > Yoav Shapira > Millennium ChemInformatics > > >-Original Message- > > From: Johnson, David > [mailto:[EMAIL PROTECTED] > > >Sent: Wednesday, August 13, 2003 9:53 AM > >To: Tomcat Users List > >Subject: RE: Reloadable Servlet? > >

RE: Reloadable Servlet?

2003-08-14 Thread Shapira, Yoav
Howdy, If you're using tomcat 1.4.27 you might have more than just this problem ;) >Also, if you're using Tomcat 1.4.27 then there's a bug which stops the >reload from working properly. A hotfix is available from the jakarta >website. What bug and fix are you referring to? Yoav Shapira Millenni

RE: Reloadable Servlet?

2003-08-14 Thread Johnson, David
n about it on this list a couple of weeks ago. Dave > -Original Message- > From: Shapira, Yoav [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 13, 2003 2:42 PM > To: Tomcat Users List > Subject: RE: Reloadable Servlet? > > > > Howdy, > If you're

Re: reloadable='true' and MBean

2003-06-25 Thread Tim Funk
Look at Tomcat5 and the JMXProxy servlet in the manager application. http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-catalina/webapps/manager/WEB-INF/classes/org/apache/catalina/manager/JMXProxyServlet.java?rev=1.4&content-type=text/vnd.viewcvs-markup And you can write your own app to allow user

Re: reloadable [bayes][adr]

2002-11-25 Thread james
Hi, Raja: I am using Tomcat 4.1, it doesn't work for me. Did you change anything? Thanks for you help. James - Original Message - From: "Raja Nasrallah" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, November 25, 2002 9

RE: reloadable [bayes][adr]

2002-11-25 Thread Raja Nasrallah
Hello, Thanks you, it works raja -Original Message- From: Jon Eaves [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 26, 2002 10:28 PM To: Tomcat Users List Subject: Re: reloadable [bayes][adr] Importance: Low Hi Raja, The default behaviour setting for the class reloading is a

Re: reloadable

2002-11-25 Thread james
Hi, But I can't start Tomcat after I put the following to server.xml, and the error msg can't be logged. James - Original Message - From: "Jon Eaves" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, Novembe

Re: reloadable

2002-11-25 Thread Jon Eaves
Hi Raja, The default behaviour setting for the class reloading is a touch on the slow side, so include a in the that looks like this one: And you'll find that it will now check every second, rather than the default 15 seconds. Cheers, -- jon Raja Nasrallah wrote: Hello, I set the att

Re: reloadable=true

2002-09-27 Thread Lindomar
ot; <[EMAIL PROTECTED]> Sent: Friday, September 27, 2002 11:48 AM Subject: RE: reloadable=true Quer ter seu próprio endereço na Internet? Garanta já o seu e ainda ganhe cinco e-mails personalizados. DomíniosBOL - http://dominios.bol.com.br Have you tried using the Manager app? How are you upd

RE: reloadable=true

2002-09-27 Thread Turner, John
Have you tried using the Manager app? How are you updating your classes? Just deleting them and adding the new one? John > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Friday, September 27, 2002 10:55 AM > To: Tomcat Users List &

Re: reloadable=true

2002-09-27 Thread busch
I have the same problem. I have changed any Context in web.xml and also checked the server.xml file for DefaultContext and stuff, but Tomcat just won't reload classes. I am using latest Tomcat 3.3 version, JDK1.3 IBM Linux Regards Danny On 27 Sep 2002, at 11:07, Lindomar wrote: > Hi everybody

Re: reloadable=true just not working. Any ideas gentlefolk?

2002-05-22 Thread Louis Voo
List" <[EMAIL PROTECTED]> Sent: Tuesday, May 21, 2002 8:18 PM Subject: Re: reloadable=true just not working. Any ideas gentlefolk? > I don't believe the class loader recognizes any new code other > than servlets and jsp files. If you have new classes called by > servlets

Re: reloadable=true just not working. Any ideas gentlefolk?

2002-05-21 Thread Jason Koeninger
I don't believe the class loader recognizes any new code other than servlets and jsp files. If you have new classes called by servlets, they won't be reloaded. If you search in the archives, you should find a lot of discussions on this topic. If you have servlets or jsp's that aren't reloadi

Re: reloadable=true just not working. Any ideas gentlefolk?

2002-05-21 Thread Michael Teter
I don't have the answer to why reloading isn't working, but I can recommend using the tomcat manager app to "remove" and "install" your app to freshen it. That doesn't require a restart of tomcat. One important note though, if your webapp's main directly exists, this won't work. You have to blo

Re: reloadable=true not working---> problems with reloading servlets

2002-05-18 Thread Craig R. McClanahan
On Sat, 18 May 2002, kelly, Burrowa wrote: > Date: Sat, 18 May 2002 15:34:31 +0100 (BST) > From: "kelly, Burrowa" <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Re: re

Re: reloadable=true not working---> problems with reloading servl ets

2002-05-18 Thread kelly, Burrowa
Why is it that during reloading of changed classes, tomcat clears all variables from HTTPSession? kB __ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com -- To unsubscri

RE: reloadable=true not working---> problems with reloading servl ets

2002-05-17 Thread Bing Zhang
AM Subject: Re: reloadable=true not working---> problems with reloading servl ets Yes the manager app will restart and the Tomcat will reload but I want Tomcat to detect newly compiled class files and reload without restarting, whether via the command line or via the manager web app. This w

Re: reloadable=true not working---> problems with reloading servl ets

2002-05-17 Thread TMotte
<[EMAIL PROTECTED] To: Tomcat Users List <[EMAIL PROTECTED]> a> cc: Subject: Re: reload

Re: reloadable=true not working---> problems with reloading servl ets

2002-05-17 Thread Ray Letts
Yes the manager app will restart and the Tomcat will reload but I want Tomcat to detect newly compiled class files and reload without restarting, whether via the command line or via the manager web app. This will avoid developers asking each other if they can 'restart' Tomcat while working

RE: reloadable=true not working---> problems with reloading servlets

2002-05-17 Thread Sefton, Adam
I've found this to be true on occassions, but I've never found out any reason why. If you restart your app using the manager application, then it seems to reload it properly. Manager application runs from the URL, details can be found here: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/manag

Re: reloadable doesn't work with warpconnector

2002-03-20 Thread James Williamson
Hi Mike, I posted a bug about this, warp connector shows all sorts of odd behaviour with the manager app. because the way applications are indexed internally to tomcat. Example: you stop on application, then re-install it. When you reinstall it, tomcat gives it a incremented id, yet webapp is sti

RE: reloadable="true" not working in 4.0.3?

2002-03-13 Thread Neil Aggarwal
ECTED]]On Behalf Of Jean-Luc BEAUDET > Sent: Wednesday, March 13, 2002 10:54 AM > To: Tomcat Users List > Subject: Re: reloadable="true" not working in 4.0.3? > > > Neil Aggarwal a écrit : > > > Hello: > > > > Is reloadable="true" working in 4.0.

Re: reloadable="true" not working in 4.0.3?

2002-03-13 Thread Jean-Luc BEAUDET
Neil Aggarwal a écrit : > Hello: > > Is reloadable="true" working in 4.0.3? > Tomcat does not seem to be reloading my classes when I upload a newer > version to the server. > > Here is what I put in my /usr/local/jakarta-tomcat-4.0.3/conf/server.xml > file: > > d

Re: reloadable

2002-01-17 Thread Tom
oad page(HTML), enter in the servlet name, then submit the form. Presto Chango...the jsp now should be reloaded. Hope this helps. Tom. - Original Message - From: "Rastislav Vasil" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Janu

RE: reloadable

2002-01-17 Thread Anthony Muller
You have surely a problem with the date on ur server ? Tomcat also doesnt' get that it must recompile it because the date of the new file isn't more recent than the old... i don't know if it's the problem but it could be... Anthony MÜLLER, Développeur Internet HyperOffice 6, rue Jacques Daguer

Re: reloadable

2002-01-17 Thread RSEQUEIRA
"Krzysztof Janiszewski" <[EMAIL PROTECTED]> on 01/17/2002 06:46:17 AM Please respond to "Tomcat Users List" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> cc: Subject: reloadable Hi! I have little problem with re-compiling JSP pages by Tomcat after modyfing them. I h

RE: reloadable

2002-01-17 Thread Justin Rowles
> file a.jsp which includes b.jsp > I'm viewing a.jsp in browser, then I modify b.jsp and reload page in > browser, but I can't see changes - b.jsp doesn't recompile :-( Can you view b? If you do, it will recompile. Justin. -- You're only jealous cos the little penguins are talking to me.

Re: reloadable

2002-01-17 Thread Anton Brazhnyk
zewski" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, January 17, 2002 3:12 PM Subject: RE: reloadable > Hi! > > >You must either modify and save a.jsp, or delete .java and .class files for > >a.jsp in Tomcat's w

RE: reloadable

2002-01-17 Thread Rastislav Vasil
Users List Subject: RE: reloadable Hi! >You must either modify and save a.jsp, or delete .java and .class files for >a.jsp in Tomcat's work folder. Is there any other method? I can't give access to tomcat's work directory to my customer. Pozdrawiam Krzysztof Janiszewsk

RE: reloadable

2002-01-17 Thread Krzysztof Janiszewski
Hi! >You must either modify and save a.jsp, or delete .java and .class files for >a.jsp in Tomcat's work folder. Is there any other method? I can't give access to tomcat's work directory to my customer. Pozdrawiam Krzysztof Janiszewski IT Partner http://www.it-partner.com.pl/ - oprogramowanie

RE: reloadable

2002-01-17 Thread Rastislav Vasil
You must either modify and save a.jsp, or delete .java and .class files for a.jsp in Tomcat's work folder. Reloadable = "true" is for reloading class files in WEB-INF/classes folder. Rasto -Original Message- From: Krzysztof Janiszewski [mailto:[EMAIL PROTECTED]] Sent: Thursday, January

Re: reloadable=true in 4.01

2002-01-04 Thread Amine AMAR
Hi, It's working :) The only thing you should check is that your classes are in the directory "myApp/WEB-INF/classes" this is the only place TC looks for changed files. Amine - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 04, 2002 4:25 PM Sub