Re: Tomcat Loads Deleted Context?

2004-02-09 Thread Josh Rehman
Remy Maucherat wrote: What I recommend with TC 5 is put your context declarations in /META-INF/context.xml, and use the manager to manage your webapps. If using external contexts, then it's the similar: either use the manager webapp or drop your context file in the right subdir of conf (and

RE: Tomcat Loads Deleted Context?

2004-02-09 Thread Shapira, Yoav
Howdy, Is META-INF/context.xml a standard way to provide a default context in a war? Or is it tomcat specific? It is tomcat-specific. Yoav Shapira This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary

Re: Tomcat Loads Deleted Context?

2004-02-09 Thread De Toffoli Garry
Shapira, Yoav ha scritto: Howdy, Is META-INF/context.xml a standard way to provide a default context in a war? Or is it tomcat specific? It is tomcat-specific. Yoav Shapira This e-mail, including any attachments, is a confidential business communication, and may contain

RE: Tomcat Loads Deleted Context?

2004-02-09 Thread Shapira, Yoav
Hi, But where is documented? How it run? How is possible change a context during the life of Tomcat? http://jakarta.apache.org/tomcat/tomcat-5.0-doc/deployer-howto.html http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/host.html#Automat ic%20Application%20Deployment

RE: Tomcat Loads Deleted Context?

2004-02-06 Thread Shapira, Yoav
Howdy, Thanks. BTW, why can't server.xml be reloaded? Here's part of your commit: Because many of the components defined/declared in server.xml don't have restart support. There'd be significant code changes to support this. And the downtime would be equivalent to a normal server restart, so

Re: Tomcat Loads Deleted Context?

2004-02-06 Thread Josh Rehman
Thanks a bunch for the response. Comments below. Shapira, Yoav wrote: Howdy, Thanks. BTW, why can't server.xml be reloaded? Here's part of your commit: Because many of the components defined/declared in server.xml don't have restart support. There'd be significant code changes to

Re: Tomcat Loads Deleted Context?

2004-02-05 Thread Remy Maucherat
Josh Rehman wrote: Amen to that brother. I wasted a lot of time having an old context load up on me with TC5 when I had removed it from server.xml. Very, very bad idea tomcat developers! Glad you like it :) BTW, it's not going to change. Just stop using server.xml for your context declarations

Re: Tomcat Loads Deleted Context?

2004-02-05 Thread Remy Maucherat
Josh Rehman wrote: This TC5 feature concerns me so much I've written up a bug. Please feel free to comment on it and/or vote for it. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26676 It's closed now ;) -- x Rémy Maucherat Developer Consultant JBoss Group (Europe)

Re: Tomcat Loads Deleted Context?

2004-02-05 Thread Josh Rehman
Remy Maucherat wrote: Josh Rehman wrote: This TC5 feature concerns me so much I've written up a bug. Please feel free to comment on it and/or vote for it. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26676 It's closed now ;) Well, that's a quick response, although not the one I had

Re: Tomcat Loads Deleted Context?

2004-02-05 Thread Josh Rehman
Remy Maucherat wrote: Josh Rehman wrote: Amen to that brother. I wasted a lot of time having an old context load up on me with TC5 when I had removed it from server.xml. Very, very bad idea tomcat developers! Glad you like it :) BTW, it's not going to change. Just stop using server.xml for

Re: Tomcat Loads Deleted Context?

2004-02-05 Thread Remy Maucherat
Josh Rehman wrote: Remy Maucherat wrote: Josh Rehman wrote: This TC5 feature concerns me so much I've written up a bug. Please feel free to comment on it and/or vote for it. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26676 It's closed now ;) Well, that's a quick response, although not

Re: Tomcat Loads Deleted Context?

2004-02-05 Thread David Rees
Remy Maucherat wrote, On 2/5/2004 1:32 AM: What I recommend with TC 5 is put your context declarations in /META-INF/context.xml, and use the manager to manage your webapps. If using external contexts, then it's the similar: either use the manager webapp or drop your context file in the right

Re: Tomcat Loads Deleted Context?

2004-02-05 Thread Milt Epstein
On Thu, 5 Feb 2004, Josh Rehman wrote: Remy Maucherat wrote: Josh Rehman wrote: Amen to that brother. I wasted a lot of time having an old context load up on me with TC5 when I had removed it from server.xml. Very, very bad idea tomcat developers! Glad you like it :) BTW, it's

RE: Tomcat Loads Deleted Context?

2004-02-05 Thread Shapira, Yoav
: Thursday, February 05, 2004 4:48 AM To: Tomcat Users List Subject: Re: Tomcat Loads Deleted Context? Remy Maucherat wrote, On 2/5/2004 1:32 AM: What I recommend with TC 5 is put your context declarations in /META-INF/context.xml, and use the manager to manage your webapps. If using external

RE: Tomcat Loads Deleted Context?

2004-02-05 Thread Shapira, Yoav
Howdy, I don't think Remy's suggestion above is unreasonable -- AS LONG AS IT'S DOCUMENTED (sorry for shouting). Especially if it's as simple as adding a few lines in server.xml. (Well, it would be nice if it were added to the server configuration documentation as well.) Added to Context

Re: Tomcat Loads Deleted Context?

2004-02-05 Thread Josh Rehman
Shapira, Yoav wrote: Howdy, I don't think Remy's suggestion above is unreasonable -- AS LONG AS IT'S DOCUMENTED (sorry for shouting). Especially if it's as simple as adding a few lines in server.xml. (Well, it would be nice if it were added to the server configuration documentation as

Re: Tomcat Loads Deleted Context?

2004-02-04 Thread Milt Epstein
On Wed, 4 Feb 2004, Yansheng Lin wrote: Hi, I am having a weird problem. It seems that Tomcat is trying to deploy a deleted project. The deleted project was outside of ${tomcat_home}/ dir. And I already I commented out the context for that project. I also deleted the work/ dir, but the

Re: Tomcat Loads Deleted Context?

2004-02-04 Thread Apu Shah
delete the context file (if present) from $TOMCAT_HOME/conf/{ENGINE}/{HOST}/ On Wed, 4 Feb 2004 10:39:30 -0600 (CST) Milt Epstein [EMAIL PROTECTED] wrote: On Wed, 4 Feb 2004, Yansheng Lin wrote: Hi, I am having a weird problem. It seems that Tomcat is trying to deploy a deleted

RE: Tomcat Loads Deleted Context?

2004-02-04 Thread Yansheng Lin
Loads Deleted Context? Here is the console output when deploying tomcat: Feb 4, 2004 8:14:19 AM org.apache.catalina.core.StandardHostDeployer install INFO: Processing Context configuration file URL file:C:\Web\ApacheGroup\Tomcat\conf\Catalina\localhost\deleted.xml Does this file still exist

RE: Tomcat Loads Deleted Context?

2004-02-04 Thread Milt Epstein
: Wednesday, February 04, 2004 9:40 AM To: Tomcat Users List Subject: Re: Tomcat Loads Deleted Context? Here is the console output when deploying tomcat: Feb 4, 2004 8:14:19 AM org.apache.catalina.core.StandardHostDeployer install INFO: Processing Context configuration file URL file:C:\Web

RE: Tomcat Loads Deleted Context?

2004-02-04 Thread Yansheng Lin
4 before. Thanks! -Yan -Original Message- From: Milt Epstein [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 04, 2004 12:12 PM To: Tomcat Users List Subject: RE: Tomcat Loads Deleted Context? I removed the Context for that webapp in conf/server.xml. Hmmm

RE: Tomcat Loads Deleted Context?

2004-02-04 Thread Shapira, Yoav
Millennium ChemInformatics -Original Message- From: Yansheng Lin [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 04, 2004 3:20 PM To: 'Tomcat Users List' Subject: RE: Tomcat Loads Deleted Context? Hi, No, I didn't create the context configuration file under /conf/[enginename

RE: Tomcat Loads Deleted Context?

2004-02-04 Thread Hernani Mourao
To: Tomcat Users List Subject: RE: Tomcat Loads Deleted Context? Howdy, This is new functionality to tomcat5. Senor Epstein's description of what constitutes a deleted webapp is accurate and well-written. If you happen to think tomcat should refresh its conf directory periodically or upon some

RE: Tomcat Loads Deleted Context?

2004-02-04 Thread Milt Epstein
created, modified, and/or deleted.) -Original Message- From: Milt Epstein [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 04, 2004 12:12 PM To: Tomcat Users List Subject: RE: Tomcat Loads Deleted Context? I removed the Context for that webapp in conf

RE: Tomcat Loads Deleted Context?

2004-02-04 Thread Milt Epstein
and/or a pointer to the relevant section(s) of code. -Original Message- From: Yansheng Lin [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 04, 2004 3:20 PM To: 'Tomcat Users List' Subject: RE: Tomcat Loads Deleted Context? Hi, No, I didn't create the context configuration

Re: Tomcat Loads Deleted Context?

2004-02-04 Thread Josh Rehman
Amen to that brother. I wasted a lot of time having an old context load up on me with TC5 when I had removed it from server.xml. Very, very bad idea tomcat developers! Note that they *can't* delete that directory because you might have modified something by hand, and presumably that would be

RE: Tomcat Loads Deleted Context?

2004-02-04 Thread Milt Epstein
. To find it, you can check the list archives. There's one at http://marc.theaimsgroup.com/. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: quarta-feira, 4 de Fevereiro de 2004 20:47 To: Tomcat Users List Subject: RE: Tomcat Loads Deleted Context? Howdy

Re: Tomcat Loads Deleted Context?

2004-02-04 Thread Josh Rehman
Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: quarta-feira, 4 de Fevereiro de 2004 20:47 To: Tomcat Users List Subject: RE: Tomcat Loads Deleted Context? Howdy, This is new functionality to tomcat5. Senor Epstein's description of what constitutes a deleted webapp is accurate