Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] how to stop a server by terminating the class started the server

Thanx Rob, I will try this out.

Saminda

Rob Stryker wrote:
Since you're using the generic server adapter, your options are very limited. In order to do anything interesting you'll have to implement your own server adapter entirely. if you do, however, then once the server is launched, you can gain a reference to its IProcess[] objects and terminate them programatically... or of course connect via JMX etc.

I do not believe the GenericServerAdapter is versatile enough to allow this.

Saminda Wijeratne wrote:
Is there anyway to stop the started jvm in the console when we stop the server??


Saminda Wijeratne wrote:
Hi,

I'm trying to use the WSAS server as a runtime server inside eclipse as a plugin. In the serverdefinition file I specified the Main class which should be run, along with the working directory, vm parameters etc. When the plugin is deployed, when I start the server it starts correctly as it should. But I have several problems. The WSAS server expects that the server ends when the Main class is terminated. There is no other class that can be called to stop the server like in the Tomcat. In the console if I terminate the currect running class (which is the WSAS Main class), the server stops. But I dont know how to do this when "stop" is clicked in the server view. The serverdefinition file in the stop tag only allows to specify a class to run to stop a running server or an external application to run the server. We cannot say to terminate the class which is still running when we had clicked start/debug.

Any help would be appreciated.

Thank you.
Saminda
_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-dev


_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-dev

_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-dev




Back to the top