File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Groovy and the fly likes Why we dont have stop-app command Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Other Languages » Groovy
Reply Bookmark "Why we dont have stop-app command" Watch "Why we dont have stop-app command" New topic
Author

Why we dont have stop-app command

Praveen Kumar
Ranch Hand

Joined: Nov 06, 2006
Posts: 128
We have command to run the Grails app (run-app) and many editors supporting it. Basically the command starts the underlying server like tomcat and whatever it is.

Why they have not provided stop app command to stop the running app. Stopping the server is not much difficult right (Unix it is very very simple).

[removed useless and annoying !! from subject - GB]
Gregg Bolinger
Sheriff

Joined: Jul 11, 2001
Posts: 15040

There's no need. From the command line just do CTRL+C. From the IDE, just click the stop button.


My Blog | DZone Articles
Praveen Kumar
Ranch Hand

Joined: Nov 06, 2006
Posts: 128
Thanks Gregg Bolinger for your reply.

I know how to stop the running server instance. I thought it be would be good if they provides the stop-app command. Any way Thanks.

We always prefer simple and best way to do things.

 
 
subject: Why we dont have stop-app command
 
Threads others viewed
WSAD Vs Websphere App Server
WSCP commands
ANT vs. Eclipse Deployment to EAServer
PID for a java application
importing source with existing Ant
IntelliJ Java IDE