Re: Maven archetype

2013-12-06 Thread Furkan KAMACI
Hi Erwin; If you want to run Solr within a servlet container and if you are new to Solr you should examine the example folder of Solr. Run it and configure its files. You can start reading from here: http://lucene.apache.org/solr/4_6_0/tutorial.html If you look at that example you can customize it

Re: Maven archetype

2013-12-06 Thread Erwin Etchart
Hi Andrea, i been looking for a archetype because i am using eclipse and the specific solr config must be easy to deploy (now we are using maven), mvn package mvn assembly or simliars, the idea is leave solr config easy to package and well stored on svn. I saw that is a very common way to use sol

Re: Maven archetype

2013-12-06 Thread Andrea Gazzarini
Hi, if you want to deploy the SOLR war on tomcat you should do once so why do you need a maven archetype? You can just get the war from the website and deploy to your server. If you need to use maven because you are, for example, developing in eclipse and you want to just launch jetty:run and