Re: [m2] how to specify a tomcat context with the cargo plugin to run in maven?

2008-07-28 Thread Marc Schneider

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Mick Knutson a écrit :
| So is this going to startup my local tomcat, verse embedded tomcat for
| testing? Then the local tomcat just needs to be configured with my proper
| context.xml...???

Yes it works for me like this.

Marc.

| ---
| Thank You…
|
| Mick Knutson
| BASE Logic, inc.
| (415) 354-4215
|
| Website: http://baselogic.com
| Blog: http://baselogic.com/blog
| BLiNC Magazine: http://blincmagazine.com
| Linked IN: http://linkedin.com/in/mickknutson
| DJ Mick: http://djmick.com
| MySpace: http://myspace.com/mickknutson
| Vacation Rental: http://tahoe.baselogic.com
|
|
| On Fri, Jul 25, 2008 at 9:04 AM, Marc Schneider
<[EMAIL PROTECTED]>
| wrote:
|
|> Mick Knutson a écrit :
|>
|>  I want to specify a test version of my tomcat context with my cargo
|>> plugin,
|>> but can't seem  to find anything about that on the site. Is this
possible?
|>>
|>> ---
|>> Thank You…
|>>
|>> Mick Knutson
|>> BASE Logic, inc.
|>> (415) 354-4215
|>>
|>> Website: http://baselogic.com
|>> Blog: http://baselogic.com/blog
|>> BLiNC Magazine: http://blincmagazine.com
|>> Linked IN: http://linkedin.com/in/mickknutson
|>> DJ Mick: http://djmick.com
|>> MySpace: http://myspace.com/mickknutson
|>> Vacation Rental: http://tahoe.baselogic.com
|>>
|>>
|> May be you can try it like this :
|> (For me it also works for Tomcat 6x)
|>
|> 
|> org.codehaus.cargo
|> cargo-maven2-plugin
|> 
|>false
|>
|>  tomcat5x
|>  ${tomcat.local.home}
|>
|>
|>  
|>high
|>${servlet.port}
|>  
|>
|> 
|> 
|>
|>  start-container
|>  pre-integration-test
|>  
|>start
|>  
|>
|>
|>  stop-container
|>  post-integration-test
|>  
|>stop
|>  
|>
|> 
|> 
|>
|> Marc.
|>
|> -
|> To unsubscribe, e-mail: [EMAIL PROTECTED]
|> For additional commands, e-mail: [EMAIL PROTECTED]
|>
|>
|

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIjYtDOnFbH6/W/e8RAuSbAJ97HHej5t1ULDR+UGfKfC/AZ2jMPQCeM+dF
ChdukypIBCPXLXrs2CNmIMY=
=lfaN
-END PGP SIGNATURE-

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



Re: [m2] how to specify a tomcat context with the cargo plugin to run in maven?

2008-07-25 Thread Mick Knutson
So is this going to startup my local tomcat, verse embedded tomcat for
testing? Then the local tomcat just needs to be configured with my proper
context.xml...???
---
Thank You…

Mick Knutson
BASE Logic, inc.
(415) 354-4215

Website: http://baselogic.com
Blog: http://baselogic.com/blog
BLiNC Magazine: http://blincmagazine.com
Linked IN: http://linkedin.com/in/mickknutson
DJ Mick: http://djmick.com
MySpace: http://myspace.com/mickknutson
Vacation Rental: http://tahoe.baselogic.com


On Fri, Jul 25, 2008 at 9:04 AM, Marc Schneider <[EMAIL PROTECTED]>
wrote:

> Mick Knutson a écrit :
>
>  I want to specify a test version of my tomcat context with my cargo
>> plugin,
>> but can't seem  to find anything about that on the site. Is this possible?
>>
>> ---
>> Thank You…
>>
>> Mick Knutson
>> BASE Logic, inc.
>> (415) 354-4215
>>
>> Website: http://baselogic.com
>> Blog: http://baselogic.com/blog
>> BLiNC Magazine: http://blincmagazine.com
>> Linked IN: http://linkedin.com/in/mickknutson
>> DJ Mick: http://djmick.com
>> MySpace: http://myspace.com/mickknutson
>> Vacation Rental: http://tahoe.baselogic.com
>>
>>
> May be you can try it like this :
> (For me it also works for Tomcat 6x)
>
> 
> org.codehaus.cargo
> cargo-maven2-plugin
> 
>false
>
>  tomcat5x
>  ${tomcat.local.home}
>
>
>  
>high
>${servlet.port}
>  
>
> 
> 
>
>  start-container
>  pre-integration-test
>  
>start
>  
>
>
>  stop-container
>  post-integration-test
>  
>stop
>  
>
> 
> 
>
> Marc.
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


Re: [m2] how to specify a tomcat context with the cargo plugin to run in maven?

2008-07-25 Thread Marc Schneider

Mick Knutson a écrit :

I want to specify a test version of my tomcat context with my cargo plugin,
but can't seem  to find anything about that on the site. Is this possible?

---
Thank You…

Mick Knutson
BASE Logic, inc.
(415) 354-4215

Website: http://baselogic.com
Blog: http://baselogic.com/blog
BLiNC Magazine: http://blincmagazine.com
Linked IN: http://linkedin.com/in/mickknutson
DJ Mick: http://djmick.com
MySpace: http://myspace.com/mickknutson
Vacation Rental: http://tahoe.baselogic.com



May be you can try it like this :
(For me it also works for Tomcat 6x)


org.codehaus.cargo
cargo-maven2-plugin

false

  tomcat5x
  ${tomcat.local.home}


  
high
${servlet.port}
  




  start-container
  pre-integration-test
  
start
  


  stop-container
  post-integration-test
  
stop
  




Marc.

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



[m2] how to specify a tomcat context with the cargo plugin to run in maven?

2008-07-24 Thread Mick Knutson
I want to specify a test version of my tomcat context with my cargo plugin,
but can't seem  to find anything about that on the site. Is this possible?

---
Thank You…

Mick Knutson
BASE Logic, inc.
(415) 354-4215

Website: http://baselogic.com
Blog: http://baselogic.com/blog
BLiNC Magazine: http://blincmagazine.com
Linked IN: http://linkedin.com/in/mickknutson
DJ Mick: http://djmick.com
MySpace: http://myspace.com/mickknutson
Vacation Rental: http://tahoe.baselogic.com