RE: [JBoss-user] Farm drops app on redeploy

2002-10-15 Thread Bill Burke
:19 PMTo: [EMAIL PROTECTED]Subject: RE: [JBoss-user] Farm drops app on redeploy Thanks!  That’s just what I was looking for.  At the moment I have disabled formal clustering and am simply running the application as a collection of independent loadbalanced nodes, but this will

RE: [JBoss-user] Farm drops app on redeploy

2002-10-15 Thread Schnitzer, Jeff
: [JBoss-user] Farm drops app on redeploy   To Jeff Schnitzer As I see it, you have an EAR deployer that you want to make dependant on your datasource? I've just tried editing my conf/jboss-service.xml, before it was: Now it's:   jboss.jca:service=LocalTxCM,name=Default

Re: [JBoss-user] Farm drops app on redeploy

2002-10-15 Thread jakob . dalsgaard
<[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 10/08/02 05:08 AM Please respond to jboss-user                 To:        <[EMAIL PROTECTED]>         cc:                 Subject:        [JBoss-user] Farm drops app on redeploy Hi!  I have a JBoss (3.0.2/tomcat 4.0.4) cluster (

Re: [JBoss-user] Farm drops app on redeploy

2002-10-10 Thread David Jencks
David Jencks [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, October 08, 2002 5:06 AM > > To: [EMAIL PROTECTED] > > Subject: Re: [JBoss-user] Farm drops app on redeploy > > > > I don't know about the farm service. > > > > I'd suggest including o

RE: [JBoss-user] Farm drops app on redeploy

2002-10-08 Thread Schnitzer, Jeff
zer [EMAIL PROTECTED] > -Original Message- > From: David Jencks [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 08, 2002 5:06 AM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] Farm drops app on redeploy > > I don't know about the farm service. > > I

Re: [JBoss-user] Farm drops app on redeploy

2002-10-08 Thread David Jencks
I don't know about the farm service. I'd suggest including oracle-service.xml in the .ear. You need a jboss-app.xml with it listed as a module oracle-service.xml This syntax is from memory. I think this feature is in the 3.0 branch. david jencks On 2002.10.07 23:08:26 -0400 "Sc

[JBoss-user] Farm drops app on redeploy

2002-10-07 Thread Schnitzer, Jeff
Hi! I have a JBoss (3.0.2/tomcat 4.0.4) cluster (right now just 2 machines) which is farmed. For the most part, farming works (although it seems to like to pick up my EAR before the oracle-service.xml which provides the data source), but I just started experiencing a peculiar bit of behavior. A