2

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?

Ramesh
  • 340
  • 1
  • 7
  • 21

1 Answers1

0

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

Vignajeth
  • 658
  • 1
  • 7
  • 10