RE: Current best practices for automating deployment to Weblogic 8?

2004-10-12 Thread Chad Woolley
Thanks to everyone who responded with good advice...
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Current best practices for automating deployment to Weblogic 8?

2004-10-11 Thread Siegfried Goeschl
Hi Ryan,
since I'm not a weblogic expert I have a question - would a remote 
deploy work if the application is already deployed?!

Thanks in advance
Siegfried Goeschl
Ryan, Scott wrote:
One thing to note is that this will not by default support remote
deployment.  You need to either FTP the files to the source directory for
the server or use a shared directory structure.  The remote deploy will
remotely deploy the EAR or WAR but only if the code is already accessible by
the remote server.  This is the same limitation as currently exists for all
BEA deployment scripts.  Non of them will perform the remote copy to the
source machine.  

We have the system up and running and are using the Weblogic plugin
mentioned and have successfully automated our builds and deployments.  We
also use cactus to check our anthill and cruise control builds once they are
built and deployed.
Scott Damon Ryan
Developer
(720) 514-5389
[EMAIL PROTECTED]
-Original Message-
From: Pascal Thivent [mailto:[EMAIL PROTECTED] 
Sent: Monday, October 11, 2004 2:18 AM
To: Maven Users List; Thomas Recloux
Subject: Re: Current best practices for automating deployment to Weblogic 8?

Hi,
there is a weblogic plugin at
http://sourceforge.net/projects/maven-plugins/. It seems to be a
wrapper around Weblogic deployment tool and ant tasks.
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Current best practices for automating deployment to Weblogic 8?

2004-10-11 Thread Ryan, Scott
One thing to note is that this will not by default support remote
deployment.  You need to either FTP the files to the source directory for
the server or use a shared directory structure.  The remote deploy will
remotely deploy the EAR or WAR but only if the code is already accessible by
the remote server.  This is the same limitation as currently exists for all
BEA deployment scripts.  Non of them will perform the remote copy to the
source machine.  

We have the system up and running and are using the Weblogic plugin
mentioned and have successfully automated our builds and deployments.  We
also use cactus to check our anthill and cruise control builds once they are
built and deployed.

Scott Damon Ryan
Developer
(720) 514-5389
[EMAIL PROTECTED]

-Original Message-
From: Pascal Thivent [mailto:[EMAIL PROTECTED] 
Sent: Monday, October 11, 2004 2:18 AM
To: Maven Users List; Thomas Recloux
Subject: Re: Current best practices for automating deployment to Weblogic 8?

Hi,

there is a weblogic plugin at
http://sourceforge.net/projects/maven-plugins/. It seems to be a
wrapper around Weblogic deployment tool and ant tasks.

-- 
Pascal

On Mon, 11 Oct 2004 08:40:06 +0200, Thomas Recloux
<[EMAIL PROTECTED]> wrote:
> > I am wanting to automate deployment of our WARs / EARs to Weblogic 8
under
> > Maven, scheduled via Anthill Pro.
> >
> > I'm wondering what is the latest and greatest way to do this, right now.
> 
> I use the weblogic.Deployer class called by an  tag
> 
> http://e-docs.bea.com/wls/docs81/deployment/tools.html
> 
> --
> Thomas Recloux
> 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Current best practices for automating deployment to Weblogic 8?

2004-10-11 Thread Pascal Thivent
Hi,

there is a weblogic plugin at
http://sourceforge.net/projects/maven-plugins/. It seems to be a
wrapper around Weblogic deployment tool and ant tasks.

-- 
Pascal

On Mon, 11 Oct 2004 08:40:06 +0200, Thomas Recloux
<[EMAIL PROTECTED]> wrote:
> > I am wanting to automate deployment of our WARs / EARs to Weblogic 8 under
> > Maven, scheduled via Anthill Pro.
> >
> > I'm wondering what is the latest and greatest way to do this, right now.
> 
> I use the weblogic.Deployer class called by an  tag
> 
> http://e-docs.bea.com/wls/docs81/deployment/tools.html
> 
> --
> Thomas Recloux
> 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Current best practices for automating deployment to Weblogic 8?

2004-10-10 Thread Thomas Recloux
> I am wanting to automate deployment of our WARs / EARs to Weblogic 8 under
> Maven, scheduled via Anthill Pro.
> 
> I'm wondering what is the latest and greatest way to do this, right now.

I use the weblogic.Deployer class called by an  tag 

http://e-docs.bea.com/wls/docs81/deployment/tools.html

-- 
Thomas Recloux

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Current best practices for automating deployment to Weblogic 8?

2004-10-10 Thread Chad Woolley
Hi,
I am wanting to automate deployment of our WARs / EARs to Weblogic 8 under 
Maven, scheduled via Anthill Pro.

I'm wondering what is the latest and greatest way to do this, right now.
There seem to be several options available:
* Cargo (which we are already using for Jetty, but doesn't have WL8 support yet)
* the Maven appserver/J2EE plugins (but these don't seem to support deployment 
to an existing remote container???)

* Rolling my own with calls to SCP (probably via ant's SCP target) and 
Weblogic's native container start/stop/deploy control support.

Can anyone provide input on which of these (or some other) would be the path of 
least resistance?  Pointers to publicly accessible working examples would be great.

Thanks a lot,
Chad


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]