Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » How to stop the debugging JBoss?
How to stop the debugging JBoss? [message #79363] Tue, 21 June 2005 17:17 Go to next message
Eclipse UserFriend
Originally posted by: diviner_chan.hotmail.com_

Hi all,

After I do starting the JBoss server for debugging, I don't
know how to shut it down. How do I do this?

Thank you very much.

--
Best regards,
Diviner.
Re: How to stop the debugging JBoss? [message #79408 is a reply to message #79363] Tue, 21 June 2005 18:39 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: daniel.rohe.stud.tu-ilmenau.de

I don't know how you start the JBoss server but I think under Windows you
can terminate the process by pressing CTRL+C in the terminal window.

Daniel

"Diviner" <diviner_chan@hotmail.com_> schrieb im Newsbeitrag
news:d99i35$pv4$1@news.eclipse.org...
> Hi all,
>
> After I do starting the JBoss server for debugging, I don't
> know how to shut it down. How do I do this?
>
> Thank you very much.
>
> --
> Best regards,
> Diviner.
Re: How to stop the debugging JBoss? [message #79423 is a reply to message #79408] Tue, 21 June 2005 18:56 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: diviner_chan.hotmail.com_

Daniel Rohe,

Starting JBoss in debugging mode by Right Click on Package Explorer ->
Debug -> Debug... -> Select a JBoss configuration item ->
Click Debug button.

No, it can't be shutdown from terminal window because that is nothing
terminal window.

--
Best regards,
Diviner.


> I don't know how you start the JBoss server but I think under Windows you
> can terminate the process by pressing CTRL+C in the terminal window.
>
> Daniel
>
> "Diviner" <diviner_chan@hotmail.com_> schrieb im Newsbeitrag
> news:d99i35$pv4$1@news.eclipse.org...
>
>>Hi all,
>>
>>After I do starting the JBoss server for debugging, I don't
>>know how to shut it down. How do I do this?
>>
>>Thank you very much.
>>
>>--
>>Best regards,
>>Diviner.
>
>
>
Re: How to stop the debugging JBoss? [message #79537 is a reply to message #79423] Wed, 22 June 2005 05:48 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eclipse.rizzoweb.com

Diviner wrote:
> Daniel Rohe,
>
> Starting JBoss in debugging mode by Right Click on Package Explorer ->
> Debug -> Debug... -> Select a JBoss configuration item ->
> Click Debug button.
>
> No, it can't be shutdown from terminal window because that is nothing
> terminal window.

In the Eclipse Debug view, select the process stack for JBoss and hit
the Stop button in the toolbar (red square icon). That will result in an
ungraceful shutdown of the JBoss process, which might not be what you
want. The clean way to shutdown is to use the JBoss administrative
application that is deployed when JBoss starts up.

HTH,
Eric
Re: How to stop the debugging JBoss? [message #79568 is a reply to message #79537] Wed, 22 June 2005 06:56 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: dyd_666_81-eclipsenews.yahoo.it

>> Starting JBoss in debugging mode by Right Click on Package Explorer ->
>> Debug -> Debug... -> Select a JBoss configuration item ->
>> Click Debug button.
>>

JBoss IDE plugin lets you add a "Default Server" menu for starting up /
shutting down the server.
In Window -> Customize Perspective...: select Command and enable Default
Server.
You must also select your default server in Window -> Preferences ->
JBoss-IDE -> Launcher.
After that, you will be able to start and stop JBoss server using the
Default Server menu or the toolbar.

(I am using Eclipse 3.0.0, JBoss 3.2.5, JBoss-IDE 1.3.30; I suppose some
details may change in different configurations)

DYD
Re: How to stop the debugging JBoss? [message #79910 is a reply to message #79537] Thu, 23 June 2005 06:11 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: divinerchan.gmail.com

Eric Rizzo,

Would you introduce more about "JBoss administrative application"?

--
Best regards,
Diviner.

> Diviner wrote:
>
>> Daniel Rohe,
>>
>> Starting JBoss in debugging mode by Right Click on Package Explorer ->
>> Debug -> Debug... -> Select a JBoss configuration item ->
>> Click Debug button.
>>
>> No, it can't be shutdown from terminal window because that is nothing
>> terminal window.
>
>
> In the Eclipse Debug view, select the process stack for JBoss and hit
> the Stop button in the toolbar (red square icon). That will result in an
> ungraceful shutdown of the JBoss process, which might not be what you
> want. The clean way to shutdown is to use the JBoss administrative
> application that is deployed when JBoss starts up.
>
> HTH,
> Eric
Re: How to stop the debugging JBoss? [message #79924 is a reply to message #79568] Thu, 23 June 2005 06:13 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: divinerchan.gmail.com

DYD,

I have already set Default JBoss Server, so where is the Switch of JBoss?

--
Best regards,
Diviner.

>>> Starting JBoss in debugging mode by Right Click on Package Explorer ->
>>> Debug -> Debug... -> Select a JBoss configuration item ->
>>> Click Debug button.
>>>
>
> JBoss IDE plugin lets you add a "Default Server" menu for starting up /
> shutting down the server.
> In Window -> Customize Perspective...: select Command and enable Default
> Server.
> You must also select your default server in Window -> Preferences ->
> JBoss-IDE -> Launcher.
> After that, you will be able to start and stop JBoss server using the
> Default Server menu or the toolbar.
>
> (I am using Eclipse 3.0.0, JBoss 3.2.5, JBoss-IDE 1.3.30; I suppose some
> details may change in different configurations)
>
> DYD
Re: How to stop the debugging JBoss? [message #79939 is a reply to message #79537] Thu, 23 June 2005 06:16 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: divinerchan.gmail.com

Eric Rizzo,

When I was worked on other project, the Red Square was gone. So I can't
alwasy depends on this icon.

--
Best regards,
Diviner.

> Diviner wrote:
>
>> Daniel Rohe,
>>
>> Starting JBoss in debugging mode by Right Click on Package Explorer ->
>> Debug -> Debug... -> Select a JBoss configuration item ->
>> Click Debug button.
>>
>> No, it can't be shutdown from terminal window because that is nothing
>> terminal window.
>
>
> In the Eclipse Debug view, select the process stack for JBoss and hit
> the Stop button in the toolbar (red square icon). That will result in an
> ungraceful shutdown of the JBoss process, which might not be what you
> want. The clean way to shutdown is to use the JBoss administrative
> application that is deployed when JBoss starts up.
>
> HTH,
> Eric
Re: How to stop the debugging JBoss? [message #79954 is a reply to message #79924] Thu, 23 June 2005 07:12 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: dyd_666_81-eclipsenews.yahoo.it

>
> I have already set Default JBoss Server, so where is the Switch of JBoss?
>
>> In Window -> Customize Perspective...: select Command and enable
>> Default Server.

Have you also added the menu to your perspective ?
(Window -> Customize Perspective... -> Command -> check Default Server)

In this case you should have the menu "Default server" with commands
"Start" and "Shutdown"
Re: How to stop the debugging JBoss? [message #80091 is a reply to message #79910] Thu, 23 June 2005 15:42 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eclipse.rizzoweb.com

Diviner wrote:
> Eric Rizzo,
>
> Would you introduce more about "JBoss administrative application"?

http://www.jboss.org/docs/index
Re: How to stop the debugging JBoss? [message #80369 is a reply to message #79954] Fri, 24 June 2005 08:42 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: divinerchan.gmail.com

DYD,

Sorry. I find it now.

Thank you very much.

--
Best regards,
Diviner.


>>
>> I have already set Default JBoss Server, so where is the Switch of JBoss?
>>
>>> In Window -> Customize Perspective...: select Command and enable
>>> Default Server.
>
>
> Have you also added the menu to your perspective ?
> (Window -> Customize Perspective... -> Command -> check Default Server)
>
> In this case you should have the menu "Default server" with commands
> "Start" and "Shutdown"
Re: How to stop the debugging JBoss? [message #80398 is a reply to message #80091] Fri, 24 June 2005 09:21 Go to previous message
Eclipse UserFriend
Originally posted by: divinerchan.gmail.com

Eric Rizzo,

Thank you very much.

--
Best regards,
Diviner.


> Diviner wrote:
>
>> Eric Rizzo,
>>
>> Would you introduce more about "JBoss administrative application"?
>
>
> http://www.jboss.org/docs/index
>
Previous Topic:Installtion of EMF plugin
Next Topic:How to install Eclipse?
Goto Forum:
  


Current Time: Fri Aug 23 15:25:26 GMT 2024

Powered by FUDForum. Page generated in 0.09136 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top