[m2] Cargo, Tomcat on CentOS/Linux?

2008-05-29 Thread Mick Knutson
Just wondering if anyone is using tomcat/cargo on Linux. I have the following CFG on windows, but am now getting time-outs on Linux. Just wondering if it is suppose to work on both? plugin groupIdorg.codehaus.cargo/groupId

Re: [m2] Cargo, Tomcat on CentOS/Linux?

2008-05-29 Thread Geoffrey Wiseman
On Thu, May 29, 2008 at 1:25 PM, Mick Knutson [EMAIL PROTECTED] wrote: Just wondering if anyone is using tomcat/cargo on Linux. I have the following CFG on windows, but am now getting time-outs on Linux. Just We're using Tomcat 5.5 / Cargo / M2 on Windows and Linux. We do occasionally get a

Re: [m2] Cargo, Tomcat on CentOS/Linux?

2008-05-29 Thread Mick Knutson
do you use the zip for both, or the tar.gz? On Thu, May 29, 2008 at 11:15 AM, Geoffrey Wiseman [EMAIL PROTECTED] wrote: On Thu, May 29, 2008 at 1:25 PM, Mick Knutson [EMAIL PROTECTED] wrote: Just wondering if anyone is using tomcat/cargo on Linux. I have the following CFG on windows,

Re: [m2] Cargo, Tomcat on CentOS/Linux?

2008-05-29 Thread Geoffrey Wiseman
On Thu, May 29, 2008 at 2:34 PM, Mick Knutson [EMAIL PROTECTED] wrote: do you use the zip for both, or the tar.gz? ZIP plugin groupIdorg.codehaus.cargo/groupId artifactIdcargo-maven2-plugin/artifactId configuration

Re: [m2] Cargo, Tomcat on CentOS/Linux?

2008-05-29 Thread Paul Davis
I use it on Linux and noticed intermittent timeouts (I use continuum for continuous integration). The solution was to store the tomcat zip file locally. I use a variable for the tomcat location (defaults to the remote location). Then in my settings.xml, I have a profile that sets the variable to

Re: [m2] Cargo, Tomcat on CentOS/Linux?

2008-05-29 Thread Mick Knutson
What is the datasource information for? I currently have issues with DBUnit on cargo/tomcat, but am using Spring to create my datasource. Wondering if this might fix that...? On Thu, May 29, 2008 at 11:54 AM, Geoffrey Wiseman [EMAIL PROTECTED] wrote: On Thu, May 29, 2008 at 2:34 PM, Mick

Re: [m2] Cargo, Tomcat on CentOS/Linux?

2008-05-29 Thread Mick Knutson
What is the setting for your settings.xml? http:// or file:// On Thu, May 29, 2008 at 11:55 AM, Paul Davis [EMAIL PROTECTED] wrote: I use it on Linux and noticed intermittent timeouts (I use continuum for continuous integration). The solution was to store the tomcat zip file locally. I use

Re: [m2] Cargo, Tomcat on CentOS/Linux?

2008-05-29 Thread Geoffrey Wiseman
On Thu, May 29, 2008 at 3:54 PM, Mick Knutson [EMAIL PROTECTED] wrote: What is the datasource information for? I currently have issues with DBUnit on cargo/tomcat, but am using Spring to create my datasource. Wondering if this might fix that...? JNDI Datasource; lets us use the container

Re: [m2] Cargo, Tomcat on CentOS/Linux?

2008-05-29 Thread Paul Davis
I'm using file:// in my settings.xml and http:// in for the default in the pom.xml On Thu, May 29, 2008 at 1:04 PM, Mick Knutson [EMAIL PROTECTED] wrote: What is the setting for your settings.xml? http:// or file:// On Thu, May 29, 2008 at 11:55 AM, Paul Davis [EMAIL PROTECTED] wrote: I