I have to work with Solr, which I'll use from another webapp to index and search documents.
I thought I could run an instance of it inside Eclipse, alongside my web application, but if I import the Solr war, Eclipse will unpack it in a web project.
Is there a way to keep it as a War and just have it deployer inside a Tomcat server instance (in the IDE)?
Or is there a better (easier) way to do what I want to do? Basically I want a running instance of Solr to which I can connect and operate from the web application I'm developing.