Installing
-
2. Downloading Jetty
Download Latest Jetty Web Server:
Jetty Server .tgz
$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }
Download Latest Jetty Web Server:
Then to Install Jetty
First, access the Target, usually the Downloads folder:
cd && cd Downloads
(But if you are in Trouble to Find the Location on Terminal then See: How to Access Downloads Folder from Browser.)
To Verify it’s there List the Directory Contents with:
ls . | grep jetty
Now extract Jetty directly into the Destination:
sudo tar xvzf jetty*.tar.gz -C /opt/
Finally, set Ownership to the root User:
sudo chown -R root:root /opt/jetty*
Install Recommended Oracle Java JDK on Linux Fedora