Velvet Star Monitor

Standout celebrity highlights with iconic style.

news

Is it possible to know, when running jetty server started?

Writer Emily Wong

I would like to know when my jetty server started. is there any command/any other way, that can show, when the running jetty server started?

1 Answer

if you are start jetty from command line then sudo service jetty start will give you the starting time as well it will start the server or you can use sudo service jetty check to get the starting time of jetty server

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy