Oliver,
There is a 'web' feature available for ServiceMix 4. If you downloaded
the full ServiceMix 4, the features url should already have been added
and you can just type 'features/install web' to install the feature.
Once installed, you can just drop a war file with servlets in the deploy
directory.
Regards,
Gert
Oliver Newell wrote:
Hi -
I would like to run some servlets inside a ServiceMix 4 instance. I
did some searching but haven't found any specific examples. I did come
across some examples on the Web that discuss how to run servlets in a
Jetty servlet container that is embedded in an OSGI container, and
that is along the lines of what I am trying to do. I see that
ServiceMix 4 includes the jetty-6.1.12rc1 bundle, so I think I'm
almost there...
I imagine this is a pretty common use case, and I just didn't come
across the right document/thread in my search. Can anyone steer me in
the right direction?
Thanks!
-Oliver