how to run metro webservice on jetty in Maven project??
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
As per this source. If you place your web service in a WAR file, like here, it should run fine on Jetty, just as it would on any servlet container. There might be some subsequent Jetty-specific configuration needed, but I would try to deploy the WAR first on Jetty and see where it gets you. If you want to embed Jetty, instead of running on Jetty standalone, this might give you some pointers. |
|||
|