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'
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
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
: "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
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
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,
> 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
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:
>/
>
> 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?
> >
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
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
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
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
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
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
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
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
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
&
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
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
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
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
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
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
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
<[EMAIL PROTECTED] To: Tomcat Users List
<[EMAIL PROTECTED]>
a> cc:
Subject: Re: reload
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
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
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
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.
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
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
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
"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
> 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.
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
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
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
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
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
40 matches
Mail list logo