views:

28

answers:

1

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.

A: 

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'.

darri