[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.iam] Re: How to stop jetty:run from q4e 0.9?

Abel MuiÃo wrote:
> Hello Ben,
> 
> Ben Hutchison wrote:
> 
>> I can launch my web app via the jetty:run goal from within q4e OK.
> 
>> But it shows as a non-terminating task in Eclipse's Progress view.
>> Canceling the task using the red button in progress view is ineffective.
> 
>> If I subsequently attempt goal jetty:stop (the "right way"), the
>> launch of this goal appears to block on the previous jetty:run goal. 
> 
>> Does q4e/IAM serialize maven goal execution? 
> 
> Yes. IAM uses an single instance of the maven embedder, which is not
> thread safe... so all calls are serialized.
> 
> We expect users to take advantage of WTP integration (which, if I am not
> mistaken, already supports Jetty).

That's true.

Cheers
Philippe