Hi,
we're developing a play 2 application that makes use of solr for searching.
For development I want to start solr in some servlet container (e.g.
jetty) when play is started via 'run'.
I found the xsbt-web-plugin
(
https://github.com/JamesEarlDouglas/xsbt-web-plugin) but struggle to
integrate it in our build and connect it with the run task.
Has anyone done
s.th. like this already and can help to achieve this?
TIA && cheers,
Martin