:19 PMTo:
[EMAIL PROTECTED]Subject: RE: [JBoss-user] Farm
drops app on redeploy
Thanks! Thats
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
: [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
<[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 (
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
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
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
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