[ 
https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12598369#action_12598369
 ] 

B.J. Reed commented on GERONIMODEVTOOLS-349:
--------------------------------------------

>From what I've seen so far, Abbot is really good at doing anything you want 
>within a single window or application.  I'll dig around and see if I can see 
>how it can handle a second process/appliction.

If you start a Geronimo Server from within Eclipse, after that point it will be 
in synch with anything done  to the server via command window (start/stop/etc). 
The synchronization will stay in place until the GEP is closed.  An easy way to 
demonstrate this is to add the same server twice to GEP.  Start the first, it 
will show started and the second will still show stopped.  Stop the first, both 
will show stopped.  Start the second, both will show started (there may be a 
delay on the first).  Stop the second, both will show stopped.

Based on this info, it looks like the 
GeronimoServerBehaviourDelegate.startUpdateServerStateTask() method needs to be 
called at the following times:  1) when a Geronimo Server is added 2) when the 
GEP is started and a server was added in a previous session.  And then the 
method would not need to be called when a server is started since the timer 
would already be scheduled and running.

> GEP synchronization with a server running outside of Eclipse no longer works
> ----------------------------------------------------------------------------
>
>                 Key: GERONIMODEVTOOLS-349
>                 URL: 
> https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-349
>             Project: Geronimo-Devtools
>          Issue Type: Bug
>          Components: eclipse-plugin
>    Affects Versions: 2.1.0
>            Reporter: Tim McConnell
>            Assignee: B.J. Reed
>             Fix For: 2.1.1
>
>
> The GEP should synchronize with a Geronimo server running either inside of 
> Eclipse or outside of Eclipse. It no longer works though when the server is 
> started outside of Eclipse....

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to