[
https://jira.jboss.org/jira/browse/JBIDE-2625?page=com.atlassian.jira.plu...
]
Francisco Jose Peredo Noguez commented on JBIDE-2625:
-----------------------------------------------------
I'll try to find out how Nebeans does it... I googled a little bit on how to stop apps
installed in JBoss AS and found
http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&...,
it seems that it can be done using the JMX Console (AFAIK anything can be done in JBoss
with the JMX Consoel, but it is cumbersome, I would like to have an easy shortcut), one
just has to look for
jboss.web:J2EEApplication=none,J2EEServer=none,j2eeType=WebModule,name=//localhost/XXX,
where XXX is the WARs context or jboss.j2ee, service=EARDeployment,url='XXXX.ear',
where XXX is the EAR context and call stop().
add an "application stop/application start" option to jboss
server view
-----------------------------------------------------------------------
Key: JBIDE-2625
URL:
https://jira.jboss.org/jira/browse/JBIDE-2625
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Affects Versions: 2.1.2
Reporter: Francisco Jose Peredo Noguez
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 contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira