Re: Deploy to multiple oc4j instances

2008-03-12 Thread Stephen Connolly
On Tue, Mar 11, 2008 at 10:58 PM, Chris Russell [EMAIL PROTECTED] wrote: Hello, I've had good success deploying my application to a single oc4j instance using 'mvn install'. Sounds like you're using a sledge-hammer to crack a peanut. There are at least three lifecycles in maven: build,

Deploy to multiple oc4j instances

2008-03-11 Thread Chris Russell
Hello, I've had good success deploying my application to a single oc4j instance using 'mvn install'. Now I have two instances to deploy to and I'm wondering how to do this. Initially I tried to add another tasks entry in that pom file. !-- this is the original task that is

Re: Deploy to multiple oc4j instances - solved

2008-03-11 Thread Chris Russell
Ignore the first post. The issue was actually with the use of admin_client.jar and I understand the port numbers that I need to use now. BTW, for those who need it, I got the port numbers from Oracle Enterprise Manager and clicking on the Runtime Ports link. Now thats cleared up, I see me