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
Post a Comment