B4J Question Terminating JAR Server

Bachrock

Member
Licensed User
Longtime User
Hi, Simple question.... I understand that running the JAR file serves up the Website and it works great. How do you terminate the server? I have done Task Manager and don't see anything under applications or processes. Just wondering how to stop it. Please forgive me if very simple... I am new to this:)
 

Bachrock

Member
Licensed User
Longtime User
How did you start it? If you started it from the console then you can press Ctrl + C. Otherwise it will appear as java.exe in task manager.

You can create a simple handler that exits the server (ExitApplication) if you like to remotely close it.

I started it by running the Jar File so I will look for java.exe. Thanks for your help...
 
Upvote 0
Top