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?
Asked
Active
Viewed 5,941 times
1 Answers
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
-
Thanks for writing. Getting below error. Any Idea? **sudo: sorry, you must have a tty to run sudo** – Ramesh Aug 30 '17 at 12:40
-
try this https://www.shell-tips.com/2014/09/08/sudo-sorry-you-must-have-a-tty-to-run-sudo/ – Vignajeth Aug 30 '17 at 13:09