embed non web application in jetty -


how can configure jetty6 start non web application (not servlet)? java app rabbitmq consumer listening ampq messages on tcp. have jetty init() call main entry point. there better way this?

why not provide trivial servlet provides init() method , invoke application within there ? i.e. wrap within servlet wrapper next nothing.

it doesn't have respond gets/posts etc. although you'd find useful , report application status via simple html page.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -