<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-2406</id>
	<title>Nabble - Cargo - User</title>
	<updated>2009-11-12T03:39:26Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Cargo---User-f2406.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Cargo---User-f2406.html" />
	<subtitle type="html"></subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26317215</id>
	<title>Re: Setting up &lt;servers&gt;</title>
	<published>2009-11-12T03:39:26Z</published>
	<updated>2009-11-12T03:39:26Z</updated>
	<author>
		<name>Robert Denison</name>
	</author>
	<content type="html">&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;Hi all,&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Just so this answer is recorded somewhere (I certainly couldn't find a decent example anywhere on the web) this worked for me:&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;To use cargo-maven2-plugin to deploy to a remote server but use a settings.xml file for the username and password you can use a profile with properties and use those properties but probably easier:&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;define a server in your settings.xml file for example like this:&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&amp;lt;!-- Container configuration --&amp;gt;&lt;br&gt;&amp;lt;container&amp;gt;&lt;br&gt;&amp;lt;containerId&amp;gt;tomcat6x&amp;lt;/containerId&amp;gt;&lt;br&gt;&amp;lt;type&amp;gt;remote&amp;lt;/type&amp;gt;&lt;br&gt;&amp;lt;/container&amp;gt;&lt;br&gt;&lt;br&gt;&amp;lt;!-- Configuration to use with the Container --&amp;gt;&lt;br&gt;&amp;lt;configuration&amp;gt;&lt;br&gt;&amp;lt;type&amp;gt;runtime&amp;lt;/type&amp;gt;&lt;br&gt;&amp;lt;properties&amp;gt;&lt;br&gt;&amp;lt;cargo.server.settings&amp;gt;myServer&amp;lt;/cargo.server.settings&amp;gt; &amp;lt;!-- This is the important bit --&amp;gt;&lt;br&gt;&amp;lt;/properties&amp;gt;&lt;br&gt;/configuration&amp;gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;then define a server in your ~/.m2/settings.xml file&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&amp;lt;settings&amp;gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&amp;lt;servers&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp;&amp;lt;server&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;id&amp;gt;myServer&amp;lt;/id&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;configuration&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;cargo.tomcat.manager.url&amp;gt;http://myexampleurl.com/manager&amp;lt;/cargo.tomcat.manager.url&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;cargo.remote.username&amp;gt;foo&amp;lt;/cargo.remote.username&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;cargo.remote.password&amp;gt;bar&amp;lt;/cargo.remote.password&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;/configuration&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp;&amp;lt;/server&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;lt;/servers&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;lt;/settings&amp;gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;and you should be away&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;R.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;div&gt;&lt;div&gt;On 12 Nov 2009, at 11:24, Alexander Brill wrote:&lt;/div&gt;&lt;br class=&quot;Apple-interchange-newline&quot;&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;div dir=&quot;ltr&quot;&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Wed, Nov 11, 2009 at 3:35 PM, Robert Denison &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26317215&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rob@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex&quot;&gt;



Hi,&lt;br&gt;
&lt;br&gt;
I'm using cargo-maven2-plugin to deploy to my running tomcat container. While testing I have my connect details (username password etc) in my pom.xml.&lt;br&gt;
&lt;br&gt;
Now I'm ready to go live I want to remove them. Searching seems to yield 3 possibilities using settings.xml - using profiles and properties, or standard maven2 &amp;lt;server&amp;gt; tags, or I found this reference to different server tags &lt;a href=&quot;http://jira.codehaus.org/browse/CARGO-596&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/CARGO-596&lt;/a&gt; involving elements like cargo.remote.password.&lt;br&gt;




&lt;br&gt;
Can anyone tell me what the correct method for keeping login details out of your pom is when using this plugin? If this is documented somewhere I would love a link as I've spent quite a bit of time searching for this answer. Failing that if someone has the time a small example of what you would use would be perfect.&lt;br&gt;




&lt;br&gt;
Thanks for any help.&lt;br&gt;
&lt;br&gt;
R.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;&lt;br&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;You could put your login details in .m2/settings.xml.&lt;/div&gt;&lt;div&gt;Something like this:&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&amp;lt;properties&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp;&amp;lt;tomcat.server.1.username&amp;gt;myuser&amp;lt;/tomcat.server.1.username&amp;gt;&lt;/div&gt;


&lt;div&gt;&amp;nbsp;&amp;nbsp;&amp;lt;tomcat.server.1.passwd&amp;gt;password&amp;lt;/tomcat.server.1.password&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;lt;/properties&amp;gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;And then reference them in your pom.xml as a variable with ${tomcat.server.1.username}&amp;nbsp;&lt;/div&gt;

&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Alexander&lt;/div&gt;&lt;div&gt;&lt;a href=&quot;http://brill.no/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://brill.no&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Setting-up-%3Cservers%3E-tp26301319p26317215.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26317041</id>
	<title>Re: Setting up &lt;servers&gt;</title>
	<published>2009-11-12T03:24:54Z</published>
	<updated>2009-11-12T03:24:54Z</updated>
	<author>
		<name>Alexander Brill</name>
	</author>
	<content type="html">&lt;div dir=&quot;ltr&quot;&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Wed, Nov 11, 2009 at 3:35 PM, Robert Denison &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26317041&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rob@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex&quot;&gt;



Hi,&lt;br&gt;
&lt;br&gt;
I&amp;#39;m using cargo-maven2-plugin to deploy to my running tomcat container. While testing I have my connect details (username password etc) in my pom.xml.&lt;br&gt;
&lt;br&gt;
Now I&amp;#39;m ready to go live I want to remove them. Searching seems to yield 3 possibilities using settings.xml - using profiles and properties, or standard maven2 &amp;lt;server&amp;gt; tags, or I found this reference to different server tags &lt;a href=&quot;http://jira.codehaus.org/browse/CARGO-596&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/CARGO-596&lt;/a&gt; involving elements like cargo.remote.password.&lt;br&gt;




&lt;br&gt;
Can anyone tell me what the correct method for keeping login details out of your pom is when using this plugin? If this is documented somewhere I would love a link as I&amp;#39;ve spent quite a bit of time searching for this answer. Failing that if someone has the time a small example of what you would use would be perfect.&lt;br&gt;




&lt;br&gt;
Thanks for any help.&lt;br&gt;
&lt;br&gt;
R.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;&lt;br&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;You could put your login details in .m2/settings.xml.&lt;/div&gt;&lt;div&gt;Something like this:&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&amp;lt;properties&amp;gt;&lt;/div&gt;&lt;div&gt;  &amp;lt;tomcat.server.1.username&amp;gt;myuser&amp;lt;/tomcat.server.1.username&amp;gt;&lt;/div&gt;


&lt;div&gt;  &amp;lt;tomcat.server.1.passwd&amp;gt;password&amp;lt;/tomcat.server.1.password&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;lt;/properties&amp;gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;And then reference them in your pom.xml as a variable with ${tomcat.server.1.username} &lt;/div&gt;

&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Alexander&lt;/div&gt;&lt;div&gt;&lt;a href=&quot;http://brill.no&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://brill.no&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Setting-up-%3Cservers%3E-tp26301319p26317041.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26301319</id>
	<title>Setting up &lt;servers&gt;</title>
	<published>2009-11-11T05:35:55Z</published>
	<updated>2009-11-11T05:35:55Z</updated>
	<author>
		<name>Robert Denison</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I'm using cargo-maven2-plugin to deploy to my running tomcat container. While testing I have my connect details (username password etc) in my pom.xml.
&lt;br&gt;&lt;br&gt;Now I'm ready to go live I want to remove them. Searching seems to yield 3 possibilities using settings.xml - using profiles and properties, or standard maven2 &amp;lt;server&amp;gt; tags, or I found this reference to different server tags &lt;a href=&quot;http://jira.codehaus.org/browse/CARGO-596&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/CARGO-596&lt;/a&gt;&amp;nbsp;involving elements like cargo.remote.password.
&lt;br&gt;&lt;br&gt;Can anyone tell me what the correct method for keeping login details out of your pom is when using this plugin? If this is documented somewhere I would love a link as I've spent quite a bit of time searching for this answer. Failing that if someone has the time a small example of what you would use would be perfect.
&lt;br&gt;&lt;br&gt;Thanks for any help.
&lt;br&gt;&lt;br&gt;R.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Setting-up-%3Cservers%3E-tp26301319p26301319.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26280180</id>
	<title>Re: CARGO 1.0.1</title>
	<published>2009-11-10T00:59:06Z</published>
	<updated>2009-11-10T00:59:06Z</updated>
	<author>
		<name>S. Ali Tokmen-4</name>
	</author>
	<content type="html">Hello again
&lt;br&gt;&lt;br&gt;S. Ali Tokmen a écrit :
&lt;br&gt;&amp;gt; CARGO 1.0.1-alpha-1 is working fine with JOnAS 5.1.0 final (we use it 
&lt;br&gt;&amp;gt; in multiple Maven projects for integration testing of our Java EE and 
&lt;br&gt;&amp;gt; OSGi applications). You'd have at least my &amp;quot;go&amp;quot; :)
&lt;br&gt;&lt;br&gt;It actually doesn't, see &lt;a href=&quot;http://jira.ow2.org/browse/JONAS-64&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.ow2.org/browse/JONAS-64&lt;/a&gt;&lt;br&gt;&lt;br&gt;It works only with CARGO 1.0.1-SNAPSHOT now. I'd definitely say &amp;quot;yes&amp;quot; to 
&lt;br&gt;a CARGO 1.0.1 or 1.0.1-alpha-2
&lt;br&gt;&lt;br&gt;Cheers
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/CARGO-1.0.1-tp25545249p26280180.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26266036</id>
	<title>Odp:jetty6x/embedded ClassNotFoundException: HttpServlet</title>
	<published>2009-11-09T04:59:34Z</published>
	<updated>2009-11-09T04:59:34Z</updated>
	<author>
		<name>Łukasz Budnik</name>
	</author>
	<content type="html">Hi all,&lt;br /&gt;&lt;br /&gt;I have just confirmed that Apache ODE works on an embedded Jetty using maven-jetty-plugin. It integrates smoothly with my failsafe integration tests.&lt;br /&gt;&lt;br /&gt;But I&amp;#39;d like to use a more generic Cargo approach... I&amp;#39;m still interested in learning how the HttpServlet ClassNotFound exception can be dealt with.&lt;br /&gt;&lt;br /&gt;thanks,&lt;br /&gt;Łukasz&lt;br /&gt;&lt;br /&gt;W dniu 09-11-2009 12:25 &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26266036&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lukasz.budnik@...&lt;/a&gt; napisał(a):&lt;div class='shrinkable-quote'&gt;&lt;br /&gt;&amp;gt; Hi all,&lt;br /&gt;&amp;gt; &lt;br /&gt;&amp;gt; While deploying external war (deployables/deployable) I keep getting:&lt;br /&gt;&amp;gt; &lt;br /&gt;&amp;gt; Caused by: java.lang.ClassNotFoundException: javax.servlet.http.HttpServlet&lt;br /&gt;&amp;gt; &lt;br /&gt;&amp;gt; Has anyone experienced it before? If so and have found solution please share some tips.&lt;br /&gt;&amp;gt; &lt;br /&gt;&amp;gt; If anyone hasn&amp;#39;t encounter this error, below is &amp;quot;my story&amp;quot;.&lt;br /&gt;&amp;gt; &lt;br /&gt;&amp;gt; I have integration test which involves communicating with Apache ODE (WS-BPEL engine, based on Axis2).&lt;br /&gt;&amp;gt; Till now when I had to invoke integration tests I had to make sure if external Tomcat with Apache ODE is up and running.&lt;br /&gt;&amp;gt; Using cargo I wanted to automate this process by running Apache ODE on an embedded Jetty 6 container.&lt;br /&gt;&amp;gt; And this is where I have the problem. During the deployment of Apache ODE on embedded Jetty6 I have class not found exception.&lt;br /&gt;&amp;gt; &lt;br /&gt;&amp;gt; When I deploy Apache ODE on local Jetty 6.1.21, it deploys successfully.&lt;br /&gt;&amp;gt; &lt;br /&gt;&amp;gt; Any ideas what may be causing this exception?&lt;br /&gt;&amp;gt; &lt;br /&gt;&amp;gt; thanks&lt;br /&gt;&amp;gt; Łukasz&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/jetty6x-embedded-ClassNotFoundException%3A-HttpServlet-tp26264788p26266036.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26264788</id>
	<title>jetty6x/embedded ClassNotFoundException: HttpServlet</title>
	<published>2009-11-09T03:25:14Z</published>
	<updated>2009-11-09T03:25:14Z</updated>
	<author>
		<name>Łukasz Budnik</name>
	</author>
	<content type="html">Hi all,&lt;br /&gt;&lt;br /&gt;While deploying external war (deployables/deployable) I keep getting:&lt;br /&gt;&lt;br /&gt;Caused by: java.lang.ClassNotFoundException: javax.servlet.http.HttpServlet&lt;br /&gt;&lt;br /&gt;Has anyone experienced it before? If so and have found solution please share some tips.&lt;br /&gt;&lt;br /&gt;If anyone hasn&amp;#39;t encounter this error, below is &amp;quot;my story&amp;quot;.&lt;br /&gt;&lt;br /&gt;I have integration test which involves communicating with Apache ODE (WS-BPEL engine, based on Axis2).&lt;br /&gt;Till now when I had to invoke integration tests I had to make sure if external Tomcat with Apache ODE is up and running.&lt;br /&gt;Using cargo I wanted to automate this process by running Apache ODE on an embedded Jetty 6 container.&lt;br /&gt;And this is where I have the problem. During the deployment of Apache ODE on embedded Jetty6 I have class not found exception.&lt;br /&gt;&lt;br /&gt;When I deploy Apache ODE on local Jetty 6.1.21, it deploys successfully.&lt;br /&gt;&lt;br /&gt;Any ideas what may be causing this exception?&lt;br /&gt;&lt;br /&gt;thanks&lt;br /&gt;Łukasz</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/jetty6x-embedded-ClassNotFoundException%3A-HttpServlet-tp26264788p26264788.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26196665</id>
	<title>Re: WebLogic 10.x automatic installation</title>
	<published>2009-11-04T05:52:56Z</published>
	<updated>2009-11-04T05:52:56Z</updated>
	<author>
		<name>Peter Pleshachkov</name>
	</author>
	<content type="html">Hi Adrian,&lt;br&gt;&lt;br&gt;As far as I understood from your previous reply I have to install
weblogic manually, but cargo will create weblogic domain automatically, run it
and deploy application.&lt;br&gt;&lt;br&gt; I am using ant to run weblogic 10.3, but it does not work. I tried to find working example on the web but I failed. &lt;br&gt;&lt;br&gt;Do you have documentation or samples for weblogic (ant extension) ? &lt;br&gt;
&lt;br&gt;Thank you in advance,&lt;br&gt;Petr&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Tue, Aug 25, 2009 at 9:33 PM, Adrian Cole &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26196665&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ferncam1@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
Hi, Petr.&lt;br&gt;
&lt;br&gt;
Cargo creates single-server weblogic domains when given an existing&lt;br&gt;
weblogic home.  Cargo does not do auto-installation of weblogic&lt;br&gt;
binaries.&lt;br&gt;
&lt;br&gt;
I recommend installing the weblogic home once and then setup some&lt;br&gt;
system for distributing it where needed.  Once the binaries are&lt;br&gt;
present, cargo can install domains.&lt;br&gt;
&lt;br&gt;
I hope this helps,&lt;br&gt;
&lt;font color=&quot;#888888&quot;&gt;-Adrian&lt;br&gt;
&lt;/font&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;
&lt;br&gt;
On Tue, Aug 25, 2009 at 8:40 AM, Peter&lt;br&gt;
Pleshachkov&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26196665&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;peter.pleshachkov@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;
&amp;gt; Dear Cargo developers,&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; I am going to use your project to automate WebLogic 10.0 Application Server&lt;br&gt;
&amp;gt; management like install, start, stop, etc. In your documentation you say&lt;br&gt;
&amp;gt; that automatic installation of WebLogic 10.x (Installer feature) is&lt;br&gt;
&amp;gt; supported. However, you support automatic installation only for zip&lt;br&gt;
&amp;gt; archives. But WebLogic App mServer is distributed as .exe file under Windows&lt;br&gt;
&amp;gt; which you should manually to run and follow the installation dialogs. So the&lt;br&gt;
&amp;gt; question is : Do you support automatic installation of WebLogic 10.x ? If&lt;br&gt;
&amp;gt; yes how do you achieve that ?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Thank you in advance,&lt;br&gt;
&amp;gt; Petr Pleashachkov&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;---------------------------------------------------------------------&lt;br&gt;
To unsubscribe from this list, please visit:&lt;br&gt;
&lt;br&gt;
    &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/WebLogic-10.x-automatic-installation-tp25136846p26196665.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26147923</id>
	<title>Cargo maven2 plugin: deployment on 2 container instances with  different configuration</title>
	<published>2009-10-31T19:43:20Z</published>
	<updated>2009-10-31T19:43:20Z</updated>
	<author>
		<name>julien.eluard.ml</name>
	</author>
	<content type="html">Hi,&lt;br&gt;&lt;br&gt;I am trying to deploy a deployable on 2 instances of an InstalledLocalContainer using different configurations.&lt;br&gt;To achieve this I use a maven configuration similar to this one: &lt;a href=&quot;http://old.nabble.com/Multiple-Tomcat-Containers-and-Not-Automatically-deploying-Maven-2-project-artifact-ts7631458.html#a7631458&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Multiple-Tomcat-Containers-and-Not-Automatically-deploying-Maven-2-project-artifact-ts7631458.html#a7631458&lt;/a&gt;.&lt;br&gt;
My configuration defines 2 executions (different ids) calling cargo goal &amp;#39;start&amp;#39; with different parameters for underlying StandaloneLocalConfiguration.&lt;br&gt;It looks like from my tests that the configuration of second execution is ignored (non-existent class for implementation node doesn&amp;#39;t generate errors).&lt;br&gt;
&lt;br&gt;As the InstalledLocalContainer I am using is a custom implementation (no plugin available for this container) I am wondering if this kind of scenario is supported or if the implementation is wrong.&lt;br&gt;Could someone confirm if this use case is supported by cargo?&lt;br&gt;
&lt;br&gt;Thanks,&lt;br&gt;Julien&lt;br&gt;&lt;br&gt;&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Cargo-maven2-plugin%3A-deployment-on-2-container-instances-with--different-configuration-tp26147923p26147923.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25962109</id>
	<title>Settting root context in Weblogic</title>
	<published>2009-10-19T10:26:16Z</published>
	<updated>2009-10-19T10:26:16Z</updated>
	<author>
		<name>Setya</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;My application is packaged as myapplication.war, but when deployed in Weblogic I want to use 'app' as the root context. I added 'context' property under deployable element which works in Tomcat, but not &amp;nbsp;in WL. So how do you configure it in WL ?
&lt;br&gt;&lt;br&gt;Thanks &amp; Regards,
&lt;br&gt;&lt;br&gt;Setya</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Settting-root-context-in-Weblogic-tp25962109p25962109.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25962030</id>
	<title>Re: Cargo is unable to find Weblogic home</title>
	<published>2009-10-19T10:15:52Z</published>
	<updated>2009-10-19T10:15:52Z</updated>
	<author>
		<name>Setya</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Thanks for your advice.
&lt;br&gt;&lt;br&gt;I just changed the path into '/home/setya/Programs/wls103/wlserver_10.3' and it worked.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;Setya</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Cargo-is-unable-to-find-Weblogic-home-tp25959243p25962030.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25960860</id>
	<title>Re: Cargo is unable to find Weblogic home</title>
	<published>2009-10-19T08:55:55Z</published>
	<updated>2009-10-19T08:55:55Z</updated>
	<author>
		<name>Adrian Cole</name>
	</author>
	<content type="html">Sorry you are having problems.
&lt;br&gt;&lt;br&gt;In weblogic land, there are 2 homes: BEA_HOME and WL_HOME.
&lt;br&gt;&lt;br&gt;By default, WL_HOME is the path of weblogic10.3/ &amp;nbsp;and BEA_HOME is the
&lt;br&gt;path including WL_HOME and also (very importantly) modules.
&lt;br&gt;&lt;br&gt;To reset the BEA_HOME, use the property cargo.weblogic.bea.home.
&lt;br&gt;&lt;br&gt;I hope this helps.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;-Adrian
&lt;br&gt;&lt;br&gt;On Mon, Oct 19, 2009 at 7:25 AM, Setya &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25960860&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jsetya@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I specify '/home/setya/Programs/wls103' as Weblogic home, but Cargo keeps
&lt;br&gt;&amp;gt; throwing the following exception :
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; org.codehaus.cargo.container.ContainerException: Invalid Weblogic
&lt;br&gt;&amp;gt; installation. The [/home/setya/Programs/modules] directory doesn't exist.
&lt;br&gt;&amp;gt; Make sure the BEA_HOME directory you have specified points to the right
&lt;br&gt;&amp;gt; location (It's currently pointing to [/home/setya/Programs])
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It seems I encounter bug  &lt;a href=&quot;http://jira.codehaus.org/browse/CARGO-691&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/CARGO-691&lt;/a&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://jira.codehaus.org/browse/CARGO-691&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/CARGO-691&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Any workaround, anyone ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Any help would be greatly appreciated.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Setya
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; View this message in context: &lt;a href=&quot;http://www.nabble.com/Cargo-is-unable-to-find-Weblogic-home-tp25959243p25959243.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/Cargo-is-unable-to-find-Weblogic-home-tp25959243p25959243.html&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the Cargo - User mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe from this list, please visit:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;    &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Cargo-is-unable-to-find-Weblogic-home-tp25959243p25960860.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25959243</id>
	<title>Cargo is unable to find Weblogic home</title>
	<published>2009-10-19T07:25:22Z</published>
	<updated>2009-10-19T07:25:22Z</updated>
	<author>
		<name>Setya</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;I specify '/home/setya/Programs/wls103' as Weblogic home, but Cargo keeps throwing the following exception :
&lt;br&gt;&lt;br&gt;org.codehaus.cargo.container.ContainerException: Invalid Weblogic installation. The [/home/setya/Programs/modules] directory doesn't exist. Make sure the BEA_HOME directory you have specified points to the right location (It's currently pointing to [/home/setya/Programs])
&lt;br&gt;&lt;br&gt;It seems I encounter bug &lt;a href=&quot;http://jira.codehaus.org/browse/CARGO-691&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/CARGO-691&lt;/a&gt;&lt;br&gt;&lt;br&gt;Any workaround, anyone ?
&lt;br&gt;&lt;br&gt;Any help would be greatly appreciated.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;Setya</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Cargo-is-unable-to-find-Weblogic-home-tp25959243p25959243.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25713290</id>
	<title>Re: CARGO 1.0.1</title>
	<published>2009-10-02T03:02:37Z</published>
	<updated>2009-10-02T03:02:37Z</updated>
	<author>
		<name>gslowikowski</name>
	</author>
	<content type="html">Hi
&lt;br&gt;&lt;br&gt;Can you fix CARGO-705 (&lt;a href=&quot;http://jira.codehaus.org/browse/CARGO-705&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/CARGO-705&lt;/a&gt;) before 
&lt;br&gt;the release?
&lt;br&gt;This is trivial one.
&lt;br&gt;&lt;br&gt;Grzegorz Slowikowski
&lt;br&gt;&lt;br&gt;S. Ali Tokmen wrote:
&lt;br&gt;&amp;gt; Hello
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Any plans for a CARGO 1.0.1 release?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Cheers
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/CARGO-1.0.1-tp25545249p25713290.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25695081</id>
	<title>[M2 cargo plugin] org.codehaus.cargo.container.ContainerException:  Failed to deploy</title>
	<published>2009-10-01T01:46:14Z</published>
	<updated>2009-10-01T01:46:14Z</updated>
	<author>
		<name>Mathieu Hicauber-3</name>
	</author>
	<content type="html">Hi there,&lt;br&gt;&lt;br&gt;I try to deploy my webapp to a remote tomcat 5x using maven cargo plugin.&lt;br&gt;The stacktrace I get is pasted att the bottom of the message, under my pom file.&lt;br&gt;Basically,
the error I get seems to be coming from the tomcat manager itself, not
cargo. It looks like cargo is telling tomcat to deploy in the root path
(&amp;#39;/&amp;#39;). Indeed, I managed to get the webapp deployed in the root
directory of tomcat webapps once. Well anyway, I don&amp;#39;t want it in the
root context, but in the xxxxxxx context.&lt;br&gt;
Looks like the porperty &amp;#39;context&amp;#39; of my pom file isn&amp;#39;t transfered to tomcat. Is there anything wrong in my pom ?&lt;br&gt;&lt;br&gt;Thank you,&lt;br&gt;&lt;br&gt;Mathieu.&lt;br&gt;&lt;br&gt;&lt;br&gt;============= POM file ====================&lt;br&gt;            &amp;lt;plugin&amp;gt;&lt;br&gt;


                &amp;lt;groupId&amp;gt;org.codehaus.cargo&amp;lt;/&lt;div id=&quot;:1du&quot; class=&quot;ii gt&quot;&gt;groupId&amp;gt;&lt;br&gt;                &amp;lt;artifactId&amp;gt;cargo-maven2-plugin&amp;lt;/artifactId&amp;gt;&lt;br&gt;                &amp;lt;version&amp;gt;1.0&amp;lt;/version&amp;gt;&lt;br&gt;

                &amp;lt;configuration&amp;gt;&lt;br&gt;
                    &amp;lt;wait&amp;gt;false&amp;lt;/wait&amp;gt;&lt;br&gt;                    &amp;lt;container&amp;gt;&lt;br&gt;                        &amp;lt;containerId&amp;gt;tomcat5x&amp;lt;/containerId&amp;gt;&lt;br&gt;                        &amp;lt;type&amp;gt;remote&amp;lt;/type&amp;gt;&lt;br&gt;


                        &amp;lt;append&amp;gt;true&amp;lt;/append&amp;gt;&lt;br&gt;                    &amp;lt;/container&amp;gt;&lt;br&gt;                    &amp;lt;configuration&amp;gt;&lt;br&gt;                        &amp;lt;type&amp;gt;runtime&amp;lt;/type&amp;gt;&lt;br&gt;                        &amp;lt;properties&amp;gt;&lt;br&gt;


                            &amp;lt;cargo.hostname&amp;gt;192.168.10.249&amp;lt;/cargo.hostname&amp;gt;&lt;br&gt;                            &amp;lt;cargo.remote.username&amp;gt;XXXX&amp;lt;/cargo.remote.username&amp;gt;&lt;br&gt;                            &amp;lt;cargo.remote.password&amp;gt;XXXX&amp;lt;/cargo.remote.password&amp;gt;&lt;br&gt;


                            &amp;lt;cargo.logging&amp;gt;high&amp;lt;/cargo.logging&amp;gt;&lt;br&gt;                            &amp;lt;cargo.servlet.port&amp;gt;9090&amp;lt;/cargo.servlet.port&amp;gt;&lt;br&gt;                            &amp;lt;cargo.tomcat.manager.url&amp;gt;&lt;a href=&quot;http://192.168.10.249:9090/manager&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://192.168.10.249:9090/manager&lt;/a&gt;&amp;lt;/cargo.tomcat.manager.url&amp;gt;&lt;br&gt;


                        &amp;lt;/properties&amp;gt;&lt;br&gt;                    &amp;lt;/configuration&amp;gt;&lt;br&gt;                    &amp;lt;deployer&amp;gt;&lt;br&gt;                        &amp;lt;deployables&amp;gt;&lt;br&gt;                            &amp;lt;deployable&amp;gt;&lt;br&gt;


                                &amp;lt;groupId&amp;gt;${project.groupId}&amp;lt;/groupId&amp;gt;&lt;br&gt;                                &amp;lt;artifactId&amp;gt;xxxxxxx&amp;lt;/artifactId&amp;gt;&lt;br&gt;                                &amp;lt;type&amp;gt;war&amp;lt;/type&amp;gt;&lt;br&gt;


                                &amp;lt;pingURL&amp;gt;&lt;a href=&quot;http://192.168.10.249:9090/xxxxxxx&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://192.168.10.249:9090/xxxxxxx&lt;/a&gt;&amp;lt;/pingURL&amp;gt;&lt;br&gt;                                &amp;lt;pingTimeout&amp;gt;300000&amp;lt;/pingTimeout&amp;gt;&lt;br&gt;


                                &amp;lt;properties&amp;gt;&lt;br&gt;                                    &amp;lt;context&amp;gt;xxxxxxx&amp;lt;/context&amp;gt;&lt;br&gt;                                &amp;lt;/properties&amp;gt;&lt;br&gt;                            &amp;lt;/deployable&amp;gt;&lt;br&gt;


                        &amp;lt;/deployables&amp;gt;&lt;br&gt;                    &amp;lt;/deployer&amp;gt;&lt;br&gt;                &amp;lt;/configuration&amp;gt;&lt;br&gt;                &amp;lt;executions&amp;gt;&lt;br&gt;                    &amp;lt;execution&amp;gt;&lt;br&gt;                        &amp;lt;id&amp;gt;deploy&amp;lt;/id&amp;gt;&lt;br&gt;


                        &amp;lt;phase&amp;gt;pre-integration-test&amp;lt;/phase&amp;gt;&lt;br&gt;                        &amp;lt;goals&amp;gt;&lt;br&gt;                            &amp;lt;goal&amp;gt;redeploy&amp;lt;/goal&amp;gt;&lt;br&gt;                        &amp;lt;/goals&amp;gt;&lt;br&gt;


                        &amp;lt;configuration&amp;gt;&lt;br&gt;                            &amp;lt;deployer&amp;gt;&lt;br&gt;                                &amp;lt;deployables&amp;gt;&lt;br&gt;                                    &amp;lt;deployable&amp;gt;&lt;br&gt;                                        &amp;lt;groupId&amp;gt;${project.groupId}&amp;lt;/groupId&amp;gt;&lt;br&gt;


                                        &amp;lt;artifactId&amp;gt;xxxxxxx&amp;lt;/artifactId&amp;gt;&lt;br&gt;                                        &amp;lt;type&amp;gt;war&amp;lt;/type&amp;gt;&lt;br&gt;                                        &amp;lt;pingURL&amp;gt;&lt;a href=&quot;http://192.168.10.249:9090/xxxxxxx&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://192.168.10.249:9090/xxxxxxx&lt;/a&gt;&amp;lt;/pingURL&amp;gt;&lt;br&gt;


                                        &amp;lt;pingTimeout&amp;gt;300000&amp;lt;/pingTimeout&amp;gt;&lt;br&gt;                                        &amp;lt;properties&amp;gt;&lt;br&gt;                                            &amp;lt;context&amp;gt;xxxxxxx&amp;lt;/context&amp;gt;&lt;br&gt;


                                        &amp;lt;/properties&amp;gt;&lt;br&gt;                                    &amp;lt;/deployable&amp;gt;&lt;br&gt;                                &amp;lt;/deployables&amp;gt;&lt;br&gt;                            &amp;lt;/deployer&amp;gt;&lt;br&gt;


                        &amp;lt;/configuration&amp;gt;&lt;br&gt;                    &amp;lt;/execution&amp;gt;&lt;br&gt;                    &amp;lt;execution&amp;gt;&lt;br&gt;                        &amp;lt;id&amp;gt;undeploy&amp;lt;/id&amp;gt;&lt;br&gt;                        &amp;lt;phase&amp;gt;post-integration-test&amp;lt;/phase&amp;gt;&lt;br&gt;


                        &amp;lt;goals&amp;gt;&lt;br&gt;                            &amp;lt;goal&amp;gt;undeploy&amp;lt;/goal&amp;gt;&lt;br&gt;                        &amp;lt;/goals&amp;gt;&lt;br&gt;                    &amp;lt;/execution&amp;gt;&lt;br&gt;                &amp;lt;/executions&amp;gt;&lt;br&gt;


            &amp;lt;/plugin&amp;gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;============= Maven trace =================&lt;br&gt;mhicauber@cdsi-wps:~/java/workspaces/workspace/cofParent/tests_fonctionnels$ mvn clean integration-test&lt;br&gt;


[INFO] Scanning for projects...&lt;br&gt;[INFO] ------------------------------------------------------------------------&lt;br&gt;[INFO] Building testsSelenium&lt;br&gt;[INFO]    task-segment: [clean, integration-test]&lt;br&gt;[INFO] ------------------------------------------------------------------------&lt;br&gt;


[INFO] [clean:clean]&lt;br&gt;[INFO] Deleting directory /home/mhicauber/java/workspaces/workspace/cofParent/tests_fonctionnels/target&lt;br&gt;[INFO] [compiler:testCompile {execution: default}]&lt;br&gt;[INFO] Compiling 2 source files to /home/mhicauber/java/workspaces/workspace/cofParent/tests_fonctionnels/target/test-classes&lt;br&gt;


[INFO] [site:attach-descriptor]&lt;br&gt;[INFO] [cargo:redeploy {execution: deploy}]&lt;br&gt;[INFO] [mcat5xRemoteDeployer] Redeploying [/home/mhicauber/java/apache-maven-2.1.0/repository/com/sqli/xxxxxxx/xxxxxxx/1.0.1-SNAPSHOT/xxxxxxx-1.0.1-SNAPSHOT.war]&lt;br&gt;


[INFO] [mcat5xRemoteDeployer] Undeploying [/home/mhicauber/java/apache-maven-2.1.0/repository/com/sqli/xxxxxxx/xxxxxxx/1.0.1-SNAPSHOT/xxxxxxx-1.0.1-SNAPSHOT.war]&lt;br&gt;[INFO] [mcat5xRemoteDeployer] Deploying [/home/mhicauber/java/apache-maven-2.1.0/repository/com/sqli/xxxxxxx/xxxxxxx/1.0.1-SNAPSHOT/xxxxxxx-1.0.1-SNAPSHOT.war]&lt;br&gt;


[INFO] ------------------------------------------------------------------------&lt;br&gt;[ERROR] FATAL ERROR&lt;br&gt;[INFO] ------------------------------------------------------------------------&lt;br&gt;[INFO] Failed to deploy [/home/mhicauber/java/apache-maven-2.1.0/repository/com/sqli/xxxxxxx/xxxxxxx/1.0.1-SNAPSHOT/xxxxxxx-1.0.1-SNAPSHOT.war]&lt;br&gt;


ECHEC - l&amp;#39;application existe déjà dans le chemin /&lt;br&gt;&lt;br&gt;[INFO] ------------------------------------------------------------------------&lt;br&gt;[INFO] Trace&lt;br&gt;org.codehaus.cargo.container.ContainerException: Failed to deploy [/home/mhicauber/java/apache-maven-2.1.0/repository/com/sqli/xxxxxxx/xxxxxxx/1.0.1-SNAPSHOT/xxxxxxx-1.0.1-SNAPSHOT.war]&lt;br&gt;


    at org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerDeployer.deploy(AbstractTomcatManagerDeployer.java:105)&lt;br&gt;    at org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerDeployer.redeploy(AbstractTomcatManagerDeployer.java:179)&lt;br&gt;


    at org.codehaus.cargo.maven2.DeployerRedeployMojo.performDeployerActionOnSingleDeployable(DeployerRedeployMojo.java:39)&lt;br&gt;    at org.codehaus.cargo.maven2.AbstractDeployerMojo.performDeployerActionOnAllDeployables(AbstractDeployerMojo.java:104)&lt;br&gt;


    at org.codehaus.cargo.maven2.AbstractDeployerMojo.doExecute(AbstractDeployerMojo.java:47)&lt;br&gt;    at org.codehaus.cargo.maven2.AbstractCargoMojo.execute(AbstractCargoMojo.java:255)&lt;br&gt;    at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:451)&lt;br&gt;


    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:558)&lt;br&gt;    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:499)&lt;br&gt;


    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:478)&lt;br&gt;    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:330)&lt;br&gt;


    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:291)&lt;br&gt;    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)&lt;br&gt;


    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)&lt;br&gt;    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)&lt;br&gt;    at org.apache.maven.cli.MavenCli.main(MavenCli.java:287)&lt;br&gt;    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;br&gt;


    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)&lt;br&gt;    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)&lt;br&gt;    at java.lang.reflect.Method.invoke(Method.java:597)&lt;br&gt;


    at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)&lt;br&gt;    at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)&lt;br&gt;    at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)&lt;br&gt;


    at org.codehaus.classworlds.Launcher.main(Launcher.java:375)&lt;br&gt;Caused by: org.codehaus.cargo.container.tomcat.internal.TomcatManagerException: ECHEC - l&amp;#39;application existe déjà dans le chemin /&lt;br&gt;&lt;br&gt;    at org.codehaus.cargo.container.tomcat.internal.TomcatManager.invoke(TomcatManager.java:525)&lt;br&gt;


    at org.codehaus.cargo.container.tomcat.internal.TomcatManager.deployImpl(TomcatManager.java:565)&lt;br&gt;    at org.codehaus.cargo.container.tomcat.internal.TomcatManager.deploy(TomcatManager.java:273)&lt;br&gt;    at org.codehaus.cargo.container.tomcat.internal.TomcatManager.deploy(TomcatManager.java:256)&lt;br&gt;


    at org.codehaus.cargo.container.tomcat.internal.TomcatManager.deploy(TomcatManager.java:240)&lt;br&gt;    at org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerDeployer.deploy(AbstractTomcatManagerDeployer.java:101)&lt;br&gt;


    ... 23 more&lt;br&gt;org.codehaus.cargo.container.tomcat.internal.TomcatManagerException: ECHEC - l&amp;#39;application existe déjà dans le chemin /&lt;br&gt;&lt;br&gt;    at org.codehaus.cargo.container.tomcat.internal.TomcatManager.invoke(TomcatManager.java:525)&lt;br&gt;


    at org.codehaus.cargo.container.tomcat.internal.TomcatManager.deployImpl(TomcatManager.java:565)&lt;br&gt;    at org.codehaus.cargo.container.tomcat.internal.TomcatManager.deploy(TomcatManager.java:273)&lt;br&gt;    at org.codehaus.cargo.container.tomcat.internal.TomcatManager.deploy(TomcatManager.java:256)&lt;br&gt;


    at org.codehaus.cargo.container.tomcat.internal.TomcatManager.deploy(TomcatManager.java:240)&lt;br&gt;    at org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerDeployer.deploy(AbstractTomcatManagerDeployer.java:101)&lt;br&gt;


    at org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerDeployer.redeploy(AbstractTomcatManagerDeployer.ja&lt;br&gt;&lt;br&gt;&lt;/div&gt;&lt;blockquote style=&quot;margin: 1.5em 0pt;&quot;&gt;&lt;img src=&quot;https://docs.google.com/a/sqli.com/File?id=dfsr5gss_3hk9ht7g7_b&quot; style=&quot;width: 350px; height: 189px;&quot;&gt;&lt;/blockquote&gt;

&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-M2-cargo-plugin--org.codehaus.cargo.container.ContainerException%3A--Failed-to-deploy-tp25695081p25695081.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25680400</id>
	<title>Re: JOnAS link missing</title>
	<published>2009-09-30T05:47:53Z</published>
	<updated>2009-09-30T05:47:53Z</updated>
	<author>
		<name>S. Ali Tokmen-4</name>
	</author>
	<content type="html">Hello
&lt;br&gt;&lt;br&gt;Done :) I've managed to add Geronimo, Glassfish and JRun
&lt;br&gt;&lt;br&gt;Cheers
&lt;br&gt;&lt;br&gt;S. Ali Tokmen
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25680400&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;savas-ali.tokmen@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;Office: +33 4 76 29 76 19
&lt;br&gt;GSM: &amp;nbsp; &amp;nbsp;+33 66 43 00 555
&lt;br&gt;&lt;br&gt;Bull, Architect of an Open World TM
&lt;br&gt;&lt;a href=&quot;http://www.bull.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.bull.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Matt Wringe a écrit :
&lt;br&gt;&amp;gt; you have to link your confluence account with your xircles account (its
&lt;br&gt;&amp;gt; done through the xircles site)
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/JOnAS-link-missing-tp25435495p25680400.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25680117</id>
	<title>Re: CARGO 1.0.1</title>
	<published>2009-09-30T05:31:28Z</published>
	<updated>2009-09-30T05:31:28Z</updated>
	<author>
		<name>S. Ali Tokmen-4</name>
	</author>
	<content type="html">Hello
&lt;br&gt;&lt;br&gt;Matt Wringe a écrit :
&lt;br&gt;&amp;gt; yeah, we should have another release soon. What do people think about 2
&lt;br&gt;&amp;gt; weeks from now?
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;CARGO 1.0.1-alpha-1 is working fine with JOnAS 5.1.0 final (we use it in 
&lt;br&gt;multiple Maven projects for integration testing of our Java EE and OSGi 
&lt;br&gt;applications). You'd have at least my &amp;quot;go&amp;quot; :)
&lt;br&gt;&lt;br&gt;Cheers
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/CARGO-1.0.1-tp25545249p25680117.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25678761</id>
	<title>Deploy exploded war</title>
	<published>2009-09-30T03:46:19Z</published>
	<updated>2009-09-30T03:46:19Z</updated>
	<author>
		<name>Zlatko Josic</name>
	</author>
	<content type="html">Hi,&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Is ti posible to deploy an exploded web archive to jboss server by cargo maven plugin?&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Thansk&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Best regards&lt;/div&gt;&lt;div&gt;Zlatko Josic&lt;/div&gt;
&lt;/div&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Deploy-exploded-war-tp25678761p25678761.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25667400</id>
	<title>Re: JOnAS link missing</title>
	<published>2009-09-29T10:26:30Z</published>
	<updated>2009-09-29T10:26:30Z</updated>
	<author>
		<name>Matt Wringe</name>
	</author>
	<content type="html">On Thu, 2009-09-24 at 09:28 +0200, S. Ali Tokmen wrote:
&lt;br&gt;&amp;gt; Hello
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'm getting close! Foudn the button, created a confluence account, and 
&lt;br&gt;&amp;gt; now it says: &amp;quot;You cannot view this page due to inherited restrictions&amp;quot;.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Can you please fix this? My login is alitokmen.
&lt;br&gt;you have to link your confluence account with your xircles account (its
&lt;br&gt;done through the xircles site)
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Cheers
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; S. Ali Tokmen
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25667400&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;savas-ali.tokmen@...&lt;/a&gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Office: +33 4 76 29 76 19
&lt;br&gt;&amp;gt; GSM: &amp;nbsp; &amp;nbsp;+33 66 43 00 555
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Bull, Architect of an Open World TM
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.bull.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.bull.com&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Matt Wringe a écrit :
&lt;br&gt;&amp;gt; &amp;gt; On Mon, 2009-09-21 at 16:35 +0200, S. Ali Tokmen wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Hello
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Matt Wringe a écrit :
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; JOnAS link added
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Thanks :)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Please note that it is a wiki and fixes like this are encouraged.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; You're absolutely right... And how do I log in to the wiki to edit the 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; page, I didn't see the link? I would gladly add the links for Geronimo, 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Glassfish and jrun (which are also missing).
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; there is an edit button on the bottom of each page
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe from this list, please visit:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/JOnAS-link-missing-tp25435495p25667400.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25667382</id>
	<title>Re: CARGO 1.0.1</title>
	<published>2009-09-29T10:25:47Z</published>
	<updated>2009-09-29T10:25:47Z</updated>
	<author>
		<name>Matt Wringe</name>
	</author>
	<content type="html">On Tue, 2009-09-29 at 14:12 +0200, S. Ali Tokmen wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; A version 1.0.1-alpha1 seems to be out... :)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Cheers
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; S. Ali Tokmen
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25667382&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;savas-ali.tokmen@...&lt;/a&gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Office: +33 4 76 29 76 19
&lt;br&gt;&amp;gt; GSM: &amp;nbsp; &amp;nbsp;+33 66 43 00 555
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Bull, Architect of an Open World TM
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.bull.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.bull.com&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; S. Ali Tokmen a écrit :
&lt;br&gt;&amp;gt; &amp;gt; Hello
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Any plans for a CARGO 1.0.1 release?
&lt;/div&gt;&lt;br&gt;yeah, we should have another release soon. What do people think about 2
&lt;br&gt;weeks from now?
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;gt; Cheers
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe from this list, please visit:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/CARGO-1.0.1-tp25545249p25667382.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25661901</id>
	<title>Re: CARGO 1.0.1</title>
	<published>2009-09-29T05:12:14Z</published>
	<updated>2009-09-29T05:12:14Z</updated>
	<author>
		<name>S. Ali Tokmen-4</name>
	</author>
	<content type="html">Hello
&lt;br&gt;&lt;br&gt;A version 1.0.1-alpha1 seems to be out... :)
&lt;br&gt;&lt;br&gt;Cheers
&lt;br&gt;&lt;br&gt;S. Ali Tokmen
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25661901&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;savas-ali.tokmen@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;Office: +33 4 76 29 76 19
&lt;br&gt;GSM: &amp;nbsp; &amp;nbsp;+33 66 43 00 555
&lt;br&gt;&lt;br&gt;Bull, Architect of an Open World TM
&lt;br&gt;&lt;a href=&quot;http://www.bull.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.bull.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;S. Ali Tokmen a écrit :
&lt;br&gt;&amp;gt; Hello
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Any plans for a CARGO 1.0.1 release?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Cheers
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/CARGO-1.0.1-tp25545249p25661901.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25590653</id>
	<title>Re: JOnAS link missing</title>
	<published>2009-09-24T00:28:15Z</published>
	<updated>2009-09-24T00:28:15Z</updated>
	<author>
		<name>S. Ali Tokmen-4</name>
	</author>
	<content type="html">Hello
&lt;br&gt;&lt;br&gt;I'm getting close! Foudn the button, created a confluence account, and 
&lt;br&gt;now it says: &amp;quot;You cannot view this page due to inherited restrictions&amp;quot;.
&lt;br&gt;&lt;br&gt;Can you please fix this? My login is alitokmen.
&lt;br&gt;&lt;br&gt;Cheers
&lt;br&gt;&lt;br&gt;S. Ali Tokmen
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25590653&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;savas-ali.tokmen@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;Office: +33 4 76 29 76 19
&lt;br&gt;GSM: &amp;nbsp; &amp;nbsp;+33 66 43 00 555
&lt;br&gt;&lt;br&gt;Bull, Architect of an Open World TM
&lt;br&gt;&lt;a href=&quot;http://www.bull.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.bull.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Matt Wringe a écrit :
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Mon, 2009-09-21 at 16:35 +0200, S. Ali Tokmen wrote:
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; Hello
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Matt Wringe a écrit :
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; JOnAS link added
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; Thanks :)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Please note that it is a wiki and fixes like this are encouraged.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; You're absolutely right... And how do I log in to the wiki to edit the 
&lt;br&gt;&amp;gt;&amp;gt; page, I didn't see the link? I would gladly add the links for Geronimo, 
&lt;br&gt;&amp;gt;&amp;gt; Glassfish and jrun (which are also missing).
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; there is an edit button on the bottom of each page
&lt;/div&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/JOnAS-link-missing-tp25435495p25590653.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25577932</id>
	<title>Re: JOnAS link missing</title>
	<published>2009-09-23T07:04:23Z</published>
	<updated>2009-09-23T07:04:23Z</updated>
	<author>
		<name>Matt Wringe</name>
	</author>
	<content type="html">On Mon, 2009-09-21 at 16:35 +0200, S. Ali Tokmen wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Matt Wringe a écrit :
&lt;br&gt;&amp;gt; &amp;gt; JOnAS link added
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks :)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Please note that it is a wiki and fixes like this are encouraged.
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; You're absolutely right... And how do I log in to the wiki to edit the 
&lt;br&gt;&amp;gt; page, I didn't see the link? I would gladly add the links for Geronimo, 
&lt;br&gt;&amp;gt; Glassfish and jrun (which are also missing).
&lt;/div&gt;&lt;br&gt;there is an edit button on the bottom of each page
&lt;br&gt;&lt;br&gt;&amp;gt; Cheers
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe from this list, please visit:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/JOnAS-link-missing-tp25435495p25577932.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25530963</id>
	<title>Re: Problem on a multi-modules project</title>
	<published>2009-09-22T19:16:43Z</published>
	<updated>2009-09-22T19:16:43Z</updated>
	<author>
		<name>Ritesh Trivedi</name>
	</author>
	<content type="html">One workaround I have found is to attach the cargo mojo to a phase e.g. package or deploy in your cargo plugin section. so when you do mvn deploy or package from parent, it seems to work without any errors.
&lt;br&gt;&lt;br&gt;You may also try to add cargo plugin in the parent as well either in the pluginmanagement or standalone. It might work.
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;niaouli wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Hello,
&lt;br&gt;&lt;br&gt;I am using Cargo on a multi-module project.
&lt;br&gt;Everything is perfect when I work on the module project : mvn clean install cargo:deployer-redeploy
&lt;br&gt;&lt;br&gt;But when I did the same in the parent project, I got an error : The plugin 'org.apache.maven.plugins:maven-cargo-plugin' does not exist or no valid version could be found
&lt;br&gt;So I changed the line for : mvn clean install org.codehaus.cargo:cargo-maven2-plugin:deployer-redeploy
&lt;br&gt;Then I got another problem : For all packaging other than war you need to configure the container you wishes to use.
&lt;br&gt;&lt;br&gt;I would like to be able to work directly from the parent module, in order to enable Hudson (my continuous integration engine) to deploy automatically this web application. You can see below my pom.xml files, for the parent and then the concerned module.
&lt;br&gt;&lt;br&gt;Thanks for your help. Regards,
&lt;br&gt;&lt;br&gt;Mickaël T.
&lt;br&gt;&lt;br&gt;---------------------
&lt;br&gt;&lt;br&gt;&amp;lt;project&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;modelVersion&amp;gt;4.0.0&amp;lt;/modelVersion&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;groupId&amp;gt;nc.ird&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;artifactId&amp;gt;MyProject&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;packaging&amp;gt;pom&amp;lt;/packaging&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;name&amp;gt;MyProject&amp;lt;/name&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;version&amp;gt;0.1-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;modules&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;module&amp;gt;MyProject.domain&amp;lt;/module&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;module&amp;gt;MyProject.service&amp;lt;/module&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;module&amp;gt;MyProject.web&amp;lt;/module&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/modules&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;!-- ... --&amp;gt;
&lt;br&gt;&amp;lt;/project&amp;gt;
&lt;br&gt;&lt;br&gt;---------------------
&lt;br&gt;&lt;br&gt;&amp;lt;project&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;artifactId&amp;gt;MyProject&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;groupId&amp;gt;nc.ird&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;version&amp;gt;0.1-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;modelVersion&amp;gt;4.0.0&amp;lt;/modelVersion&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;groupId&amp;gt;nc.ird&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;artifactId&amp;gt;MyProject.web&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;packaging&amp;gt;war&amp;lt;/packaging&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;name&amp;gt;MyProject.web&amp;lt;/name&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;version&amp;gt;0.1-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;properties&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;deploy.host&amp;gt;deployHost&amp;lt;/deploy.host&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;deploy.port&amp;gt;8080&amp;lt;/deploy.port&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;deploy.user&amp;gt;deployUser&amp;lt;/deploy.user&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;deploy.password&amp;gt;deployPassword&amp;lt;/deploy.password&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/properties&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;build&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;plugins&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;plugin&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;groupId&amp;gt;org.codehaus.cargo&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;artifactId&amp;gt;cargo-maven2-plugin&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;container&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;containerId&amp;gt;tomcat6x&amp;lt;/containerId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;type&amp;gt;remote&amp;lt;/type&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/container&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;type&amp;gt;runtime&amp;lt;/type&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;properties&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;cargo.tomcat.manager.url&amp;gt;&lt;a href=&quot;http://$&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://$&lt;/a&gt;{deploy.host}:${deploy.port}/manager/&amp;lt;/cargo.tomcat.manager.url&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;cargo.remote.username&amp;gt;${deploy.user}&amp;lt;/cargo.remote.username&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;cargo.remote.password&amp;gt;${deploy.password}&amp;lt;/cargo.remote.password&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/properties&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;deployer&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;type&amp;gt;remote&amp;lt;/type&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;deployables&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;deployable&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;groupId&amp;gt;${project.groupId}&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;artifactId&amp;gt;${project.artifactId}&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;type&amp;gt;war&amp;lt;/type&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;pingURL&amp;gt;&lt;a href=&quot;http://$&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://$&lt;/a&gt;{deploy.host}:${deploy.port}/${parent.project.build.finalName}/&amp;lt;/pingURL&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/deployable&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/deployables&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/deployer&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/plugin&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/plugins&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/build&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;!-- ... --&amp;gt;
&lt;br&gt;&amp;lt;/project&amp;gt;
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problem-on-a-multi-modules-project-tp25530141p25530963.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25552825</id>
	<title>Tomcat 6 + JAva API + Exploded WAR = Skips Deployment</title>
	<published>2009-09-21T17:11:16Z</published>
	<updated>2009-09-21T17:11:16Z</updated>
	<author>
		<name>xianpants</name>
	</author>
	<content type="html">I&amp;#39;m using the Cargo Java API as part of a little functional testing framework and while it&amp;#39;s working fantastic with WAR files it&amp;#39;s not deploying exploded WARs.&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Here&amp;#39;s the relevant Cargo code:&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;// (1) Optional step to install the container from a URL pointing to its distribution&lt;/div&gt;&lt;div&gt;Installer installer = new ZipURLInstaller(new URL(&amp;quot;&lt;a href=&quot;http://www.apache.org/dist/tomcat/tomcat-6/v6.0.20/bin/apache-tomcat-6.0.20.zip&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.apache.org/dist/tomcat/tomcat-6/v6.0.20/bin/apache-tomcat-6.0.20.zip&lt;/a&gt;&amp;quot;));&lt;/div&gt;
&lt;div&gt;installer.install();&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;// (2) Create the Cargo Container instance wrapping our physical container&lt;/div&gt;&lt;div&gt;LocalConfiguration configuration = (LocalConfiguration) new DefaultConfigurationFactory()&lt;/div&gt;
&lt;div&gt;        .createConfiguration(&amp;quot;tomcat6x&amp;quot;), ContainerType.INSTALLED, ConfigurationType.STANDALONE);&lt;/div&gt;&lt;div&gt;container = (InstalledLocalContainer) new DefaultContainerFactory()&lt;/div&gt;&lt;div&gt;        .createContainer(&amp;quot;tomcat6x&amp;quot;, ContainerType.INSTALLED, configuration);&lt;/div&gt;
&lt;div&gt;container.setHome(installer.getHome());&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;// (3) Statically deploy some WAR (optional)&lt;/div&gt;&lt;div&gt;WAR deployable = new WAR(&amp;quot;./webapp-testing-webapp/target/webapp-testing-webapp-1.0/&amp;quot;); // .war works like a charm.&lt;/div&gt;
&lt;div&gt;deployable.setContext(&amp;quot;ROOT&amp;quot;);&lt;/div&gt;&lt;div&gt;configuration.addDeployable(deployable);&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;// (4) Start the container&lt;/div&gt;&lt;div&gt;container.start();&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I confirmed that the directory exists and is a valid exploded WAR.  The same code snippet works great if I specify the path to the WAR file instead.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I tracked down the problem to TomcatCopyingInstalledLocalDeployer.deployExpandedWar:141.  shouldCopyWars is false so super.deployExpandedWar(..) isn&amp;#39;t called.  I&amp;#39;m not explicitly setting shouldCopyWars to false; AbstractCatalinaStandaloneLocalConfiguration is doing that on line 185.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Any suggestions?  Is this a bug or am I missing something?&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Thanks,&lt;/div&gt;&lt;div&gt;Christian&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;PS: I&amp;#39;m using Cargo 1.0.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;-- &lt;br&gt;Christian Nelson -- (e) &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25552825&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cnelson@...&lt;/a&gt; -- (m) 415-378-3988&lt;br&gt;

&lt;/div&gt;&lt;/div&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Tomcat-6-%2B-JAva-API-%2B-Exploded-WAR-%3D-Skips-Deployment-tp25552825p25552825.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25545249</id>
	<title>CARGO 1.0.1</title>
	<published>2009-09-21T07:35:47Z</published>
	<updated>2009-09-21T07:35:47Z</updated>
	<author>
		<name>S. Ali Tokmen-4</name>
	</author>
	<content type="html">Hello
&lt;br&gt;&lt;br&gt;Any plans for a CARGO 1.0.1 release?
&lt;br&gt;&lt;br&gt;Cheers
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&lt;br&gt;S. Ali Tokmen
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25545249&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;savas-ali.tokmen@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;Office: +33 4 76 29 76 19
&lt;br&gt;GSM: &amp;nbsp; &amp;nbsp;+33 66 43 00 555
&lt;br&gt;&lt;br&gt;Bull, Architect of an Open World TM
&lt;br&gt;&lt;a href=&quot;http://www.bull.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.bull.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/CARGO-1.0.1-tp25545249p25545249.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25545247</id>
	<title>Re: JOnAS link missing</title>
	<published>2009-09-21T07:35:16Z</published>
	<updated>2009-09-21T07:35:16Z</updated>
	<author>
		<name>S. Ali Tokmen-4</name>
	</author>
	<content type="html">Hello
&lt;br&gt;&lt;br&gt;Matt Wringe a écrit :
&lt;br&gt;&amp;gt; JOnAS link added
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;Thanks :)
&lt;br&gt;&lt;br&gt;&amp;gt; Please note that it is a wiki and fixes like this are encouraged.
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;You're absolutely right... And how do I log in to the wiki to edit the 
&lt;br&gt;page, I didn't see the link? I would gladly add the links for Geronimo, 
&lt;br&gt;Glassfish and jrun (which are also missing).
&lt;br&gt;&lt;br&gt;Cheers
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/JOnAS-link-missing-tp25435495p25545247.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25539197</id>
	<title>Re: Problem on a multi-modules project</title>
	<published>2009-09-20T23:21:08Z</published>
	<updated>2009-09-20T23:21:08Z</updated>
	<author>
		<name>pisajew</name>
	</author>
	<content type="html">On Sun, Sep 20, 2009 at 03:46:19PM -0700, niaouli wrote:
&lt;br&gt;&amp;gt; I would like to be able to work directly from the parent module, in order to
&lt;br&gt;&amp;gt; enable Hudson (my continuous integration engine) to deploy automatically
&lt;br&gt;&amp;gt; this web application. You can see below my pom.xml files, for the parent and
&lt;br&gt;&amp;gt; then the concerned module.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;The easiest way I found to achieve this is to define execution in
&lt;br&gt;submodule pom, and bind it to one of build phases. I.e. I did
&lt;br&gt;something like:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;build&amp;gt;
&lt;br&gt;&amp;nbsp; 	&amp;lt;plugins&amp;gt;
&lt;br&gt;&amp;nbsp;		&amp;lt;plugin&amp;gt;
&lt;br&gt;&amp;nbsp; 			&amp;lt;groupId&amp;gt;org.codehaus.cargo&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; 			&amp;lt;artifactId&amp;gt;cargo-maven2-plugin&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; 			&amp;lt;version&amp;gt;1.0&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; 			&amp;lt;configuration&amp;gt;
&lt;br&gt;&amp;nbsp; 				&amp;lt;container&amp;gt;
&lt;br&gt;&amp;nbsp; 					&amp;lt;containerId&amp;gt;geronimo1x&amp;lt;/containerId&amp;gt;
&lt;br&gt;&amp;nbsp; 					&amp;lt;home&amp;gt;/usr/local/geronimo-jetty6-javaee5-2.1.4&amp;lt;/home&amp;gt;
&lt;br&gt;&amp;nbsp; 				&amp;lt;/container&amp;gt;
&lt;br&gt;&amp;nbsp; 			&amp;lt;/configuration&amp;gt;
&lt;br&gt;&amp;nbsp; 			&amp;lt;executions&amp;gt;
&lt;br&gt;&amp;nbsp; 				&amp;lt;execution&amp;gt;
&lt;br&gt;&amp;nbsp; 					&amp;lt;id&amp;gt;redeploy&amp;lt;/id&amp;gt;
&lt;br&gt;&amp;nbsp; 					&amp;lt;phase&amp;gt;install&amp;lt;/phase&amp;gt;
&lt;br&gt;&amp;nbsp; 					&amp;lt;goals&amp;gt;
&lt;br&gt;&amp;nbsp;						&amp;lt;goal&amp;gt;redeploy&amp;lt;/goal&amp;gt;
&lt;br&gt;&amp;nbsp; 					&amp;lt;/goals&amp;gt;
&lt;br&gt;&amp;nbsp; 				&amp;lt;/execution&amp;gt;
&lt;br&gt;&amp;nbsp; 			&amp;lt;/executions&amp;gt;
&lt;br&gt;&amp;nbsp; 		&amp;lt;/plugin&amp;gt;
&lt;br&gt;&amp;nbsp; 	&amp;lt;/plugins&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/build&amp;gt;
&lt;br&gt;&amp;lt;/project&amp;gt; 
&lt;br&gt;&lt;br&gt;Now if you do mvn install (or any other goal that passes install
&lt;br&gt;phase) for the master pom.xml it will execute cargo:redeploy for this
&lt;br&gt;module.
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problem-on-a-multi-modules-project-tp25530141p25539197.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25530141</id>
	<title>Problem on a multi-modules project</title>
	<published>2009-09-20T15:46:19Z</published>
	<updated>2009-09-20T15:46:19Z</updated>
	<author>
		<name>niaouli</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;I am using Cargo on a multi-module project.
&lt;br&gt;Everything is perfect when I work on the module project : mvn clean install cargo:deployer-redeploy
&lt;br&gt;&lt;br&gt;But when I did the same in the parent project, I got an error : The plugin 'org.apache.maven.plugins:maven-cargo-plugin' does not exist or no valid version could be found
&lt;br&gt;So I changed the line for : mvn clean install org.codehaus.cargo:cargo-maven2-plugin:deployer-redeploy
&lt;br&gt;Then I got another problem : For all packaging other than war you need to configure the container you wishes to use.
&lt;br&gt;&lt;br&gt;I would like to be able to work directly from the parent module, in order to enable Hudson (my continuous integration engine) to deploy automatically this web application. You can see below my pom.xml files, for the parent and then the concerned module.
&lt;br&gt;&lt;br&gt;Thanks for your help. Regards,
&lt;br&gt;&lt;br&gt;Mickaël T.
&lt;br&gt;&lt;br&gt;---------------------
&lt;br&gt;&lt;br&gt;&amp;lt;project&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;modelVersion&amp;gt;4.0.0&amp;lt;/modelVersion&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;groupId&amp;gt;nc.ird&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;artifactId&amp;gt;MyProject&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;packaging&amp;gt;pom&amp;lt;/packaging&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;name&amp;gt;MyProject&amp;lt;/name&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;version&amp;gt;0.1-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;modules&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;module&amp;gt;MyProject.domain&amp;lt;/module&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;module&amp;gt;MyProject.service&amp;lt;/module&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;module&amp;gt;MyProject.web&amp;lt;/module&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/modules&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;!-- ... --&amp;gt;
&lt;br&gt;&amp;lt;/project&amp;gt;
&lt;br&gt;&lt;br&gt;---------------------
&lt;br&gt;&lt;br&gt;&amp;lt;project&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;artifactId&amp;gt;MyProject&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;groupId&amp;gt;nc.ird&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;version&amp;gt;0.1-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;modelVersion&amp;gt;4.0.0&amp;lt;/modelVersion&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;groupId&amp;gt;nc.ird&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;artifactId&amp;gt;MyProject.web&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;packaging&amp;gt;war&amp;lt;/packaging&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;name&amp;gt;MyProject.web&amp;lt;/name&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;version&amp;gt;0.1-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;properties&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;deploy.host&amp;gt;deployHost&amp;lt;/deploy.host&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;deploy.port&amp;gt;8080&amp;lt;/deploy.port&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;deploy.user&amp;gt;deployUser&amp;lt;/deploy.user&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;deploy.password&amp;gt;deployPassword&amp;lt;/deploy.password&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/properties&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;build&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;plugins&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;plugin&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;groupId&amp;gt;org.codehaus.cargo&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;artifactId&amp;gt;cargo-maven2-plugin&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;container&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;containerId&amp;gt;tomcat6x&amp;lt;/containerId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;type&amp;gt;remote&amp;lt;/type&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/container&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;type&amp;gt;runtime&amp;lt;/type&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;properties&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;cargo.tomcat.manager.url&amp;gt;&lt;a href=&quot;http://$&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://$&lt;/a&gt;{deploy.host}:${deploy.port}/manager/&amp;lt;/cargo.tomcat.manager.url&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;cargo.remote.username&amp;gt;${deploy.user}&amp;lt;/cargo.remote.username&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;cargo.remote.password&amp;gt;${deploy.password}&amp;lt;/cargo.remote.password&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/properties&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;deployer&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;type&amp;gt;remote&amp;lt;/type&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;deployables&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;deployable&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;groupId&amp;gt;${project.groupId}&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;artifactId&amp;gt;${project.artifactId}&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;type&amp;gt;war&amp;lt;/type&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;pingURL&amp;gt;&lt;a href=&quot;http://$&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://$&lt;/a&gt;{deploy.host}:${deploy.port}/${parent.project.build.finalName}/&amp;lt;/pingURL&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/deployable&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/deployables&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/deployer&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/plugin&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/plugins&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/build&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;!-- ... --&amp;gt;
&lt;br&gt;&amp;lt;/project&amp;gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problem-on-a-multi-modules-project-tp25530141p25530141.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25511939</id>
	<title>Re: Redeploying to running conainer with maven2 - is there a better way?</title>
	<published>2009-09-18T09:42:43Z</published>
	<updated>2009-09-18T09:42:43Z</updated>
	<author>
		<name>Ritesh Trivedi</name>
	</author>
	<content type="html">I had the same issue and I got around that by using cargo:redeploy mojo instead of separate undeploy and deploy.
&lt;br&gt;&lt;br&gt;HTH 
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;pisajew wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Hello
&lt;br&gt;&lt;br&gt;I'm using cargo to deploy EAR to geronimo. I wanted to do &amp;quot;mvn
&lt;br&gt;install&amp;quot; in the main directory of multimodule project and to have the
&lt;br&gt;EAR module deployed as the result. So I bound cargo to install phase
&lt;br&gt;in the pom.xml for EAR module, like this:
&lt;br&gt;&lt;br&gt;&amp;nbsp; 		&amp;lt;plugin&amp;gt;
&lt;br&gt;&amp;nbsp; 			&amp;lt;groupId&amp;gt;org.codehaus.cargo&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; 			&amp;lt;artifactId&amp;gt;cargo-maven2-plugin&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; 			&amp;lt;version&amp;gt;1.0&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; 			&amp;lt;configuration&amp;gt;
&lt;br&gt;&amp;nbsp; 				&amp;lt;container&amp;gt;
&lt;br&gt;&amp;nbsp; 					&amp;lt;containerId&amp;gt;geronimo1x&amp;lt;/containerId&amp;gt;
&lt;br&gt;&amp;nbsp; 					&amp;lt;home&amp;gt;/usr/local/geronimo-jetty6-javaee5-2.1.4&amp;lt;/home&amp;gt;
&lt;br&gt;&amp;nbsp; 				&amp;lt;/container&amp;gt;
&lt;br&gt;&amp;nbsp; 			&amp;lt;/configuration&amp;gt;
&lt;br&gt;&amp;nbsp; 			&amp;lt;executions&amp;gt;
&lt;br&gt;&amp;nbsp; 				&amp;lt;execution&amp;gt;
&lt;br&gt;&amp;nbsp; 					&amp;lt;id&amp;gt;redeploy&amp;lt;/id&amp;gt;
&lt;br&gt;&amp;nbsp; 					&amp;lt;phase&amp;gt;install&amp;lt;/phase&amp;gt;
&lt;br&gt;&amp;nbsp; 					&amp;lt;goals&amp;gt;
&lt;br&gt;&amp;nbsp; 						&amp;lt;goal&amp;gt;undeploy&amp;lt;/goal&amp;gt;
&lt;br&gt;&amp;nbsp; 						&amp;lt;goal&amp;gt;deploy&amp;lt;/goal&amp;gt;
&lt;br&gt;&amp;nbsp; 					&amp;lt;/goals&amp;gt;
&lt;br&gt;&amp;nbsp; 				&amp;lt;/execution&amp;gt;
&lt;br&gt;&amp;nbsp; 			&amp;lt;/executions&amp;gt;
&lt;br&gt;&amp;nbsp; 		&amp;lt;/plugin&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;This works well, if the application is deployed to server before doing
&lt;br&gt;&amp;quot;mvn install&amp;quot;. This does not need to be always true and if it's not
&lt;br&gt;maven stops because it fails to undeploy the app. In such case I would
&lt;br&gt;like to skip &amp;quot;undeploy&amp;quot; goal but run the &amp;quot;deploy&amp;quot; task. Is there any
&lt;br&gt;way to configure cargo plugin so it will not report failure to maven
&lt;br&gt;if it fails to undeploy the application? Or maybe there is a better
&lt;br&gt;way to achieve what I want?
&lt;br&gt;&lt;br&gt;Regards, 
&lt;br&gt;&lt;br&gt;Piotr
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Redeploying-to-running-conainer-with-maven2---is-there-a-better-way--tp25507879p25511939.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25507879</id>
	<title>Redeploying to running conainer with maven2 - is there a better way?</title>
	<published>2009-09-18T05:30:32Z</published>
	<updated>2009-09-18T05:30:32Z</updated>
	<author>
		<name>pisajew</name>
	</author>
	<content type="html">Hello
&lt;br&gt;&lt;br&gt;I'm using cargo to deploy EAR to geronimo. I wanted to do &amp;quot;mvn
&lt;br&gt;install&amp;quot; in the main directory of multimodule project and to have the
&lt;br&gt;EAR module deployed as the result. So I bound cargo to install phase
&lt;br&gt;in the pom.xml for EAR module, like this:
&lt;br&gt;&lt;br&gt;&amp;nbsp; 		&amp;lt;plugin&amp;gt;
&lt;br&gt;&amp;nbsp; 			&amp;lt;groupId&amp;gt;org.codehaus.cargo&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; 			&amp;lt;artifactId&amp;gt;cargo-maven2-plugin&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; 			&amp;lt;version&amp;gt;1.0&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; 			&amp;lt;configuration&amp;gt;
&lt;br&gt;&amp;nbsp; 				&amp;lt;container&amp;gt;
&lt;br&gt;&amp;nbsp; 					&amp;lt;containerId&amp;gt;geronimo1x&amp;lt;/containerId&amp;gt;
&lt;br&gt;&amp;nbsp; 					&amp;lt;home&amp;gt;/usr/local/geronimo-jetty6-javaee5-2.1.4&amp;lt;/home&amp;gt;
&lt;br&gt;&amp;nbsp; 				&amp;lt;/container&amp;gt;
&lt;br&gt;&amp;nbsp; 			&amp;lt;/configuration&amp;gt;
&lt;br&gt;&amp;nbsp; 			&amp;lt;executions&amp;gt;
&lt;br&gt;&amp;nbsp; 				&amp;lt;execution&amp;gt;
&lt;br&gt;&amp;nbsp; 					&amp;lt;id&amp;gt;redeploy&amp;lt;/id&amp;gt;
&lt;br&gt;&amp;nbsp; 					&amp;lt;phase&amp;gt;install&amp;lt;/phase&amp;gt;
&lt;br&gt;&amp;nbsp; 					&amp;lt;goals&amp;gt;
&lt;br&gt;&amp;nbsp; 						&amp;lt;goal&amp;gt;undeploy&amp;lt;/goal&amp;gt;
&lt;br&gt;&amp;nbsp; 						&amp;lt;goal&amp;gt;deploy&amp;lt;/goal&amp;gt;
&lt;br&gt;&amp;nbsp; 					&amp;lt;/goals&amp;gt;
&lt;br&gt;&amp;nbsp; 				&amp;lt;/execution&amp;gt;
&lt;br&gt;&amp;nbsp; 			&amp;lt;/executions&amp;gt;
&lt;br&gt;&amp;nbsp; 		&amp;lt;/plugin&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;This works well, if the application is deployed to server before doing
&lt;br&gt;&amp;quot;mvn install&amp;quot;. This does not need to be always true and if it's not
&lt;br&gt;maven stops because it fails to undeploy the app. In such case I would
&lt;br&gt;like to skip &amp;quot;undeploy&amp;quot; goal but run the &amp;quot;deploy&amp;quot; task. Is there any
&lt;br&gt;way to configure cargo plugin so it will not report failure to maven
&lt;br&gt;if it fails to undeploy the application? Or maybe there is a better
&lt;br&gt;way to achieve what I want?
&lt;br&gt;&lt;br&gt;Regards, 
&lt;br&gt;&lt;br&gt;Piotr
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Redeploying-to-running-conainer-with-maven2---is-there-a-better-way--tp25507879p25507879.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25500466</id>
	<title>Remote deploy on tomcat6 with hudson/maven2</title>
	<published>2009-09-17T18:18:19Z</published>
	<updated>2009-09-17T18:18:19Z</updated>
	<author>
		<name>Ritesh Trivedi</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I am trying to get a ROOT.war deployed to remote tomcat 6 instance. Here is the project structure
&lt;br&gt;&lt;br&gt;svnrepo
&lt;br&gt;&amp;nbsp; |
&lt;br&gt;&amp;nbsp; -- parent-project/trunk/pom.xml
&lt;br&gt;&amp;nbsp; -- project-a/trunk/pom.xml
&lt;br&gt;&lt;br&gt;Parent project pom contains cargo maven2 plugin and its configuration. For some odd reason the WAR name that gets deployed is neither the artifactId of the project-a nor is it the build/finalname of project-a. It seems like its a word which occurs in one of the dependencies of project-a!! Also, no matter what I put in the properties/context it always takes the name of the war as the context.
&lt;br&gt;&lt;br&gt;It is a mystery to me on how cargo is setting the war filename.
&lt;br&gt;&lt;br&gt;Any help will be appreciated.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Here is the config for cargo plugin
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;plugin&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;inherited&amp;gt;true&amp;lt;/inherited&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;groupId&amp;gt;org.codehaus.cargo&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;artifactId&amp;gt;cargo-maven2-plugin&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;version&amp;gt;1.0&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;executions&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;execution&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;id&amp;gt;verify-deploy&amp;lt;/id&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;phase&amp;gt;install&amp;lt;/phase&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;goals&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;goal&amp;gt;deployer-redeploy&amp;lt;/goal&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/goals&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/execution&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/executions&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;!-- Container Configuration --&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;container&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;containerId&amp;gt;tomcat6x&amp;lt;/containerId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;type&amp;gt;remote&amp;lt;/type&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/container&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;!-- Configuration to use with the container --&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;type&amp;gt;runtime&amp;lt;/type&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;properties&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;cargo.tomcat.manager.url&amp;gt;&lt;a href=&quot;http://$&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://$&lt;/a&gt;{remote.tomcat.host}:${remote.tomcat.port}/manager &amp;lt;/cargo.tomcat.manager.url&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;cargo.remote.username&amp;gt;username&amp;lt;/cargo.remote.username&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;cargo.remote.password&amp;gt;password&amp;lt;/cargo.remote.password&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/properties&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/configuration&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;!-- Deployer and Deployables configuration --&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;deployer&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;type&amp;gt;remote&amp;lt;/type&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;deployables&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;deployable&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;type&amp;gt;war&amp;lt;/type&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;groupId&amp;gt;${pom.groupId}&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;artifactId&amp;gt;${pom.artifactId}&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;properties&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;context&amp;gt;abc&amp;lt;/context&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/properties&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/deployable&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/deployables&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/deployer&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/plugin&amp;gt;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Remote-deploy-on-tomcat6-with-hudson-maven2-tp25500466p25500466.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25437931</id>
	<title>Re: JOnAS link missing</title>
	<published>2009-09-14T08:25:30Z</published>
	<updated>2009-09-14T08:25:30Z</updated>
	<author>
		<name>Matt Wringe</name>
	</author>
	<content type="html">On Mon, 2009-09-14 at 15:08 +0200, S. Ali Tokmen wrote:
&lt;br&gt;&amp;gt; Hello
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On the &lt;a href=&quot;http://cargo.codehaus.org/Downloads&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cargo.codehaus.org/Downloads&lt;/a&gt;&amp;nbsp;page, some containers are 
&lt;br&gt;&amp;gt; missing (namely JOnAS but I think also others).
&lt;br&gt;&lt;br&gt;JOnAS link added
&lt;br&gt;&lt;br&gt;Please note that it is a wiki and fixes like this are encouraged.
&lt;br&gt;&lt;br&gt;&amp;gt; Can someone take a look?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Cheers
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/JOnAS-link-missing-tp25435495p25437931.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25435495</id>
	<title>JOnAS link missing</title>
	<published>2009-09-14T06:08:48Z</published>
	<updated>2009-09-14T06:08:48Z</updated>
	<author>
		<name>S. Ali Tokmen-4</name>
	</author>
	<content type="html">Hello
&lt;br&gt;&lt;br&gt;On the &lt;a href=&quot;http://cargo.codehaus.org/Downloads&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cargo.codehaus.org/Downloads&lt;/a&gt;&amp;nbsp;page, some containers are 
&lt;br&gt;missing (namely JOnAS but I think also others).
&lt;br&gt;&lt;br&gt;Can someone take a look?
&lt;br&gt;&lt;br&gt;Cheers
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&lt;br&gt;S. Ali Tokmen
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25435495&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;savas-ali.tokmen@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;Office: +33 4 76 29 76 19
&lt;br&gt;GSM: &amp;nbsp; &amp;nbsp;+33 66 43 00 555
&lt;br&gt;&lt;br&gt;Bull, Architect of an Open World TM
&lt;br&gt;&lt;a href=&quot;http://www.bull.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.bull.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/JOnAS-link-missing-tp25435495p25435495.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25401043</id>
	<title>Re: How to lower the JBoss logging level</title>
	<published>2009-09-11T06:32:04Z</published>
	<updated>2009-09-11T06:32:04Z</updated>
	<author>
		<name>Matt Wringe</name>
	</author>
	<content type="html">On Thu, 2009-09-10 at 22:41 +0200, David wrote:
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; According to &lt;a href=&quot;http://jira.codehaus.org/browse/CARGO-585&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/CARGO-585&lt;/a&gt;, there is an
&lt;br&gt;&amp;gt; undocumented workaround for setting the log4j logging level with the
&lt;br&gt;&amp;gt; cargo maven plugin, but I do not see how to do it the Java Cargo API.
&lt;br&gt;&lt;br&gt;configuration.setProperty(GeneralPropertySet.LOGGING, [low, medium,
&lt;br&gt;high])
&lt;br&gt;&lt;br&gt;but its a bit messed up right now and might still be a bit too verbose.
&lt;br&gt;That bug report does have a work around listed.
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Right now, the JBoss 4.0.5 server that I'm starting with the Java
&lt;br&gt;&amp;gt; Cargo API is extremely verbose, slowing down the startup process quite
&lt;br&gt;&amp;gt; a lot :(
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks in advance,
&lt;br&gt;&amp;gt; David
&lt;/div&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-lower-the-JBoss-logging-level-tp25390626p25401043.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25390626</id>
	<title>How to lower the JBoss logging level</title>
	<published>2009-09-10T13:41:04Z</published>
	<updated>2009-09-10T13:41:04Z</updated>
	<author>
		<name>David-287</name>
	</author>
	<content type="html">Hi,&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;According to &lt;a href=&quot;http://jira.codehaus.org/browse/CARGO-585&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/CARGO-585&lt;/a&gt;, there is an undocumented workaround for setting the log4j logging level with the cargo maven plugin, but I do not see how to do it the Java Cargo API.&lt;/div&gt;

&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Right now, the JBoss 4.0.5 server that I&amp;#39;m starting with the Java Cargo API is extremely verbose, slowing down the startup process quite a lot :(&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Thanks in advance,&lt;/div&gt;

&lt;div&gt;David&lt;/div&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-lower-the-JBoss-logging-level-tp25390626p25390626.html" />
</entry>

</feed>
