unexpected behaviour when hot-deploying

2005-03-29 Thread Rob van Oostrum
On our production environment, when hot-deploying WAR files, Tomcat occasionally spits out errors like this one: Mar 29, 2005 12:46:59 AM org.apache.catalina.core.StandardContext preDeregister SEVERE: error stopping LifecycleException: Manager has not yet been started at org.apache.catali

RE: cluster FarmWarDeployer

2004-09-17 Thread Rob van Oostrum
oyer element. > the only difference would be "watchEnabled" would only be > true for the admin server. > > also, never seen that error, but I will investigate, feel > free to open an item in bugzilla > > Filip > > - Original Message - > From: "

RE: cluster FarmWarDeployer

2004-09-17 Thread Rob van Oostrum
BTW the web.xml for the war does include the element > -Original Message- > From: Rob van Oostrum [mailto:[EMAIL PROTECTED] > Sent: Friday, September 17, 2004 4:51 PM > To: [EMAIL PROTECTED] > Subject: cluster FarmWarDeployer > > > I have a

cluster FarmWarDeployer

2004-09-17 Thread Rob van Oostrum
I have a Deployer set up like so: There's 2 other nodes in the cluster. The server.xml for those 2 doesn't contain this element (should it?). When I drop a war-file (enroll.war) into the watch directory, it gets picked up and deployed to that node, but the following error shows up

Re: Please help how to get 'mail/Session' value from server.xml

2002-04-18 Thread Rob van Oostrum
couple things you should know: - new InitialContext() doesn't actually create the context, just its outer shell if you will - the actual context is created when you do the first lookup, at which time the Factory will try and determine which kind of Context object you need. If it can't be determi

Re: Please help how to get 'mail/Session' value from server.xml

2002-04-18 Thread Rob van Oostrum
it would help if you specified the exception you got, and maybe the output of getMessage() > Hi All. > > Please help me get mail/Session value from tomcat configuration file. > > My servlet need to send an eMail and I need smtp server specific for > each server where servlet is running. > > I