gridgain / gridgain-old

267 stars 85 forks source link

How to deploy a .war to Embedded Jetty of Gridgain #38

Closed netmille closed 10 years ago

netmille commented 10 years ago

I would like to deploy my custom web application (.war) to the embedded Jetty container of Gridgain. Would you please direct me to documentation or describe steps? Please advise.

Thanks.

yzhdanov commented 10 years ago

Going forward, please ask questions like this on stackoverflow with #gridgain tag.

I am not sure if this is possible since it seems that Server instance allows only 1 handler, but you can start your own server and configure it on your own. See this page - https://wiki.eclipse.org/Jetty/Tutorial/Embedding_Jetty.

You can start and shutdown you Jetty instance using GridLifecycleBean.