JSP compilation problem with tc-4.1.27 if reloadable="true"

2003-08-14 Thread Zsolt Koppany
Hi, I have just moved from tc-4.1.24 to 27 and have the following problem: In " ..." I set reloadable="true". After a Java class file re-compiled and I try to use any JSP pages I always get compilation error messages saying the some classes cannot be found in the classpath. W

Re: JSP compilation problem with tc-4.1.27 if reloadable="true"

2003-08-07 Thread Tim Funk
Probably this: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22096 -Tim Zsolt Koppany wrote: Hi, I have just moved from tc-4.1.24 to 27 and have the following problem: In " ..." I set reloadable="true". After a Java class file re-compiled and I try to use any JS

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

reloadable='true' and MBean

2003-06-25 Thread webmaster
Hi all, I'm using Tomcat 4.1.24 with some virtual users on it. I'd like to give my users the flexibility to change their Context properties on the fly ( like reloadable='false' for instance ), but I don't want to give them access to MBean application. Is it possible ? How can I do a 'wrapper

Clarification about reloadable=true in tomcat 4.1.16

2002-12-09 Thread Brandon Cruz
I think the answer is yes, but do contexts configured in tomcat 4.1.16 default to reloadable=true? If that is the case, will this work for me...? I have a couple hundred vhosts all with a few contexts each. Right now, I don't have any default context configured, but I do have a default

RE: Negatives to reloadable=true

2002-11-21 Thread Shapira, Yoav
Hi, Yes. Significant performance implications can be assumed. Don't set reloadable="true" in a production server. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Mike Millson [mailto:[EMAIL PROTECTED]] >Sent: Thursday, November 21, 2002 11

Negatives to reloadable=true

2002-11-21 Thread Mike Millson
Are there any downsides/negatives to setting reloadable=true in a context? e.g. Are there security or performance implications? Thank you, Mike -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Cocoon 2.1 + Tomcat 4.1 + reloadable="true"

2002-10-09 Thread Ilya A. Kriveshko
ow 128 MB of RAM (out of 512 physical), >with "catalina run" command to see more console log. >Cocoon 2.1-dev from CVS. >JDK 1.3.1 >Windows NT4 SP6 >Few other apps running, at least memory is not fully used. >Eclipse 2.0.1 to edit and compile java code. >reloadable=&qu

Cocoon 2.1 + Tomcat 4.1 + reloadable="true"

2002-10-09 Thread Barbara Post
.1 Windows NT4 SP6 Few other apps running, at least memory is not fully used. Eclipse 2.0.1 to edit and compile java code. reloadable="true" for my webapp (other webapps are defined in server.xml and also reloadable but I don't call their URI. Issue : I change some code in a ja

Re: Cannot get Tomcat to do reloadable="true"

2002-10-02 Thread Lindomar
gt; Sent: Monday, September 30, 2002 4:43 PM Subject: Cannot get Tomcat to do reloadable="true" > I have tried everything, but Tomcat (4.1.10) simply will reload any class > files that I change. I have to stop and restart Tomcat inorder for changes > to be picked up. I even c

Re: Cannot get Tomcat to do reloadable="true"

2002-09-30 Thread Stan von Miller
e"> > cachingAllowed="true" > charsetMapperClass="org.apache.catalina.util.CharsetMa pper" cookies="true" > crossContext="false" debug="0" displayName="Tapestry Tutorial" > docBase="victory/brooklyn" &

Cannot get Tomcat to do reloadable="true"

2002-09-30 Thread Adam Greene
I have tried everything, but Tomcat (4.1.10) simply will reload any class files that I change. I have to stop and restart Tomcat inorder for changes to be picked up. I even copied a working config from another computer that does work, and that still didn't fix it. Does anyone have any ideas wha

reloadable=true its OK

2002-09-30 Thread Lindomar
For somebody that was the same problem, i'll check the problem... I placed my driver in /WEB-INF/lib and /shared/lib, then, when i changed some class, my application didn´t connect with my database again. If you only place in /shared/lib, works! That´s all folks.

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
gt; Subject: Re: reloadable=true > > > 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 >

Re: reloadable=true

2002-09-27 Thread busch
> Hi everybody! > > I set this property(reloadable="true") on my context in server.xml, but don´t works?! > When i change any class, tomcat don't work until i restart it. > > Any idea about this problem? > > Thanks in advanced. > > > -- To unsubscribe

reloadable=true

2002-09-27 Thread Lindomar
Hi everybody! I set this property(reloadable="true") on my context in server.xml, but don´t works?! When i change any class, tomcat don't work until i restart it. Any idea about this problem? Thanks in advanced.

reloadable="true" problems

2002-09-26 Thread Reynir Hübner
I have been upgrading our applications to Tomcat version 4.1.9 - 4.1.10. It really seems to be something wrong with the reloadable="true" attribute in context specification, as it doesn't do anything. The only way for me right now to get an change into a jsp page, is to stop tom

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

2002-05-22 Thread Louis Voo
I also have the same problem, I set reloadable="true", when I change something in my servlet, it never use the new one, everytime I still have to restart the tomcat. Louis - Original Message - From: "Jason Koeninger" <[EMAIL PROTECTED]> To: "Tomcat Users

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

2002-05-21 Thread Jason Koeninger
upon startup. >> But to get the newly compiled classes cached I have >> to restart the >> server. and whether thru cmd line or manager web >> app, this is not want I >> want to do during development. >> >> TIA >> >> Ray >> >>

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

2002-05-21 Thread Michael Teter
e > server. and whether thru cmd line or manager web > app, this is not want I > want to do during development. > > TIA > > Ray > > docBase="/app/tomcat/jakarta-tomcat/dist/webapps/BugTracker/" > debug="0" > reloadable="true&quo

reloadable=true just not working. Any ideas gentlefolk?

2002-05-21 Thread Ray Letts
Below is a snippet from my conf/server.xml file. From all the docs I've read, and the examples, this should work. However the tomcat class loader does not recognize newly compiled class files and still uses the cached versions. Can anyone spot a problem with the xml below? It parses upo

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
at-4.0-doc/manager-howto.html Hope this helps Adam -Original Message- From: Ray Letts [mailto:[EMAIL PROTECTED]] Sent: 17 May 2002 16:48 To: Tomcat Users List Subject: reloadable=true not working---> problems with reloading servlets Hello all. Hmm heard this was a problem in Tomca

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

2002-05-17 Thread Ray Letts
Hello all. Hmm heard this was a problem in Tomcat 3 but we're running a fresh Tomcat 4.03 integrated with Apache HTTP Server Version 1.3 I've set the reloadable to be true in the server.xml, restarted Tomcat but it doesn't seem to be reloading. Is this still a bug in 4.03? I've tried searc

Re: Reloading Web Applications without manager and without reloadable=true

2002-04-02 Thread Tarun Ramakrishna Elankath
D]> > Sent: Monday, April 01, 2002 10:15 AM > Subject: RE: Reloading Web Applications without manager and without reloadable=true > > > >>I stand corrected. I didn't think you could override the default manager >>role since it is not defined in the web.xml.

Re: Reloading Web Applications without manager and without reloadable=true

2002-04-01 Thread Jeff Larsen
l 01, 2002 10:15 AM Subject: RE: Reloading Web Applications without manager and without reloadable=true > I stand corrected. I didn't think you could override the default manager > role since it is not defined in the web.xml. > > So you have manager working with a user w

RE: Reloading Web Applications without manager and without reloadable=true

2002-04-01 Thread Cox, Charlie
their own app. Charlie > -Original Message- > From: Jeff Larsen [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 01, 2002 10:34 AM > To: Tomcat Users List > Subject: Re: Reloading Web Applications without manager and without > reloadable=true > > > Not true. I

Re: Reloading Web Applications without manager and without reloadable=true

2002-04-01 Thread Jeff Larsen
AIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Monday, April 01, 2002 6:02 AM Subject: RE: Reloading Web Applications without manager and without reloadable=true > The role must be 'manager'. The manager app currently does not let you

RE: Reloading Web Applications without manager and without reloadable=true

2002-04-01 Thread Cox, Charlie
Web Applications without manager and without > reloadable=true > > > I'm not 100% sure about this, but I'm sure someone will > correct me if I'm wrong > > Isn't the manager app limited to apps within the same > virtual host? So have your sysad

Re: Reloading Web Applications without manager and without reloadable=true

2002-03-28 Thread Jeff Larsen
ng Web Applications without manager and without reloadable=true > Hello all, > I had asked this question previously without anybody understanding. I > need to be able to reload my web-application *without* setting the > reloadable=true parameter in the context tag, when I *dont* have acces

Re: Reloading Web Applications without manager and without reloadable=true

2002-03-28 Thread Jean-Luc BEAUDET
Tarun Ramakrishna Elankath a écrit : > Thanks for replying . I'll look at the tomcat docs and source and see > whether there is a way of modifying tomcat to allow this functionality. > Or whether I can write a class to check for changes only after a certain > time period - say 3 or 4 minutes. > >

Re: Getting a JSP re-compiled from run-time (I don't mean reloadable=true)

2002-03-28 Thread Zsolt Koppany
Thank you Anthony, is that new in tomcat-4.x? As far as I remember in tomcat-3.2.x JSP files got recompiled only in case of reloadable=true. Zsolt On Tuesday 26 March 2002 20:39, you wrote: > If the JSP file is modified it will be recompiled. If you are actually > generating JSP file

Re: Reloading Web Applications without manager and without reloadable=true

2002-03-27 Thread Tarun Ramakrishna Elankath
Thanks for replying . I'll look at the tomcat docs and source and see whether there is a way of modifying tomcat to allow this functionality. Or whether I can write a class to check for changes only after a certain time period - say 3 or 4 minutes. Thanks Tarun Cox, Charlie wrote: > no, you w

RE: Reloading Web Applications without manager and without reloadable=true

2002-03-27 Thread Cox, Charlie
> From: Tarun Ramakrishna Elankath [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 27, 2002 11:29 AM > To: [EMAIL PROTECTED] > Subject: Reloading Web Applications without manager and without > reloadable=true > > > Hello all, > I had asked this question previousl

Reloading Web Applications without manager and without reloadable=true

2002-03-27 Thread Tarun Ramakrishna Elankath
Hello all, I had asked this question previously without anybody understanding. I need to be able to reload my web-application *without* setting the reloadable=true parameter in the context tag, when I *dont* have access to the manager web-application. Why? This is because my

RE: Getting a JSP re-compiled from run-time (I don't mean reloadable=true)

2002-03-26 Thread Anthony Eden
y, Anthony Eden > -Original Message- > From: Zsolt Koppany [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, March 26, 2002 10:40 AM > To: [EMAIL PROTECTED] > Subject: Getting a JSP re-compiled from run-time (I don't mean > reloadable=true) > > > Hi, > > m

Getting a JSP re-compiled from run-time (I don't mean reloadable=true)

2002-03-26 Thread Zsolt Koppany
Hi, my application wants to generate JSP files during runtime and depending on application logic. I understand that setting reloadable=true would solve the problem but that would affect the run time performance of tomcat. What I mean: when I generate (modify) a JSP file I want tomcat to

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-tomc

reloadable="true" not working in 4.0.3?

2002-03-13 Thread Neil Aggarwal
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: I put this in the Host directive for the loca

tomcat 4.0.2 and cache problems.... reloadable=true not working

2002-02-25 Thread ranjeet
Dear friends, i'm facing this internal cache of tomcat problem .. i've reffered the old archives and they r saying ki putting reloadable=true in server.xml can solve this problem. Problem: If i change some java code in my servlet and recompile the servlet it doesn't affec

Re: reloadable=true in 4.01

2002-01-04 Thread Amine AMAR
y, January 04, 2002 4:25 PM Subject: reloadable=true in 4.01 > Hi guys, > > After looking at the "examples" context in server.xml and reading this, I > have tried the following config. > > reloadable="true" /> > > This is supposed to reload a servlet

reloadable=true exception is

2002-01-04 Thread joseph . chandler
Here is the exception. At first, I thought it might be due to the 1.4beta3 class file bytecode or something. However, a recompile under 1.3.1_01 yeilded the same result. The exception is not thrown to the page, but to standard output on the server. Hope this helps. Thanks again. Starting se

reloadable=true in 4.01

2002-01-04 Thread joseph . chandler
Hi guys, After looking at the "examples" context in server.xml and reading this, I have tried the following config. This is supposed to reload a servlet if the file has changed. Currently, the page never loads when I change the class file after Tomcat has started and loaded the first version

"reloadable = true", ok...but...

2001-05-30 Thread jsoriano
(i'm talking about re-deploying a WAR file without stopping Tomcat) how does this option affect to tomcat's efficiency? ...because i supose this option force Tomcat to check often its 'webapp' directory in order to look for new files. Regards: __ Jaume

Problems with Tomcat-3.2.1 and reloadable="true"

2001-01-16 Thread Andreas Joseph Krogh
Hi, I'm developing a Struts-app which I'm trying to get reloaden on demand. But the reloading allways results in ClassCastException. I know I'm not supposed to have the webapp jars/wars in tomcat-classpath, and I don't have it either, but I still get the exceptions... Here is some of the log: =