Sorry for such a noob question. I was just curious if it's possible to instantiate and run the LS server as part of an existing Java web application instead of through the executable/batch file as it's own server.

I'm developing a web app that requires alerts, but I'd much rather use a solution that can be bundled and deployed with my existing .war instead of adding the step of requiring a separate installation on the server.

Is this possible?