$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Install Jetty on openSUSE Gnu/Linux Easy Guide

Jetty openSUSE Installation Guide

The Guide shows you Step-by-step How to Install Jetty 9+ Web Server on openSUSE 12.x/13.x/42.x/15.x/Tumbleweed GNU/Linux – Step by step Tutorial.

And the Jetty for openSUSE Web Server provides an HTTP server and Servlet container capable of serving Static and Dynamic Content either from a Standalone or Embedded instantiations.

Moreover, the Jetty Main Features:

  • Asynchronous HTTP Server
  • Standards based Servlet Container
  • Web Sockets server
  • SPDY server
  • Asynchronous HTTP Client
  • OSGi, JNDI, JMX, JASPI, AJP support

Especially relevant: this a System Wide Setup, for a Local one simply Extract and Run it from inside the Home Directory.

Finally, this guide includes detailed instructions on Getting Started with Jetty on openSUSE.

How to Install Jetty on openSUSE GNU/Linux - Featured
  1. 1. Launching Terminal

    Open a Console Terminal Shell emulator window
    (Press “Enter” to Execute Commands)

    How to Install Jetty on openSUSE GNU/Linux - openSUSE Open Terminal

    In case first see: Terminal QuickStart Guide.