I need an embedded http server. Which can be controlled by pressing the button (Start, Stop) in the plugin.
I looked at the jetty, but don't understand how to use it.
I need an embedded http server. Which can be controlled by pressing the button (Start, Stop) in the plugin.
I looked at the jetty, but don't understand how to use it.
I'd recommend Tiny Java Web Server, it's pretty much as simple as it gets.
You'll find the necessary code examples under 'Embedded usage'.