[jbosstools-issues] [JBoss JIRA] (JBIDE-2625) add an "application stop/application start" option to jboss server view

Andre Dietisheim (Commented) (JIRA) jira-events at lists.jboss.org
Wed Nov 9 09:08:45 EST 2011


    [ https://issues.jboss.org/browse/JBIDE-2625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12641395#comment-12641395 ] 

Andre Dietisheim commented on JBIDE-2625:
-----------------------------------------

I now talked to emuckenhuber and he basically told me there was add/remove and deploy/undeploy. deploy/undeploy are not tackling with the artifact. they just undeploy but do not remove the war from the file system. Add/Remove do that actually. Remove removes the war from the file system. 
The Web-GUI pretty much confirms this:

!web-gui.png!

If you hit Add you'll get a file dialog that allows you to choose a depolyment artifact. In the end the war shows up and is enabled. If you hit "enabled" as7 will undeploy the war (but not remove the war from the filesystem):

{code}
15:01:55,916 INFO  [org.jboss.as.server.controller] (HttpManagementService-threads - 8) Undeployed "test.war"
{code}

Hitting "Remove" will remove the war from the deployment directory.
                
> add an "application stop/application start" option to jboss server view
> -----------------------------------------------------------------------
>
>                 Key: JBIDE-2625
>                 URL: https://issues.jboss.org/browse/JBIDE-2625
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: JBossAS/Servers
>    Affects Versions: 2.1.2
>            Reporter: Francisco Jose Peredo Noguez
>            Assignee: Rob Stryker
>             Fix For: 3.3.0.Beta1
>
>         Attachments: web-gui.png
>
>
> Sometimes, and application just enters an infinte loop (because of a programming error, because it can not find a class, etc) in those cases one has to stop all the application server but sometimes, the problem can be solved simply by stopping that particular application, fixing the problem, and starting it again, and, since one didn't have to restart Jboss, it takes a lot less time. I would like to be able to do that in an easy way from inside eclipse.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list