Re: Where can I store data files in a tomcat war

2014-07-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Paul, On 7/2/14, 4:28 PM, Paul Taylor wrote: On 02/07/2014 16:34, Christopher Schultz wrote: The solution is that the web application, packaged in a WAR file, needs to unpack the Lucene indexes onto the disk when it starts up. You can do this

Re: Where can I store data files in a tomcat war

2014-07-03 Thread Paul Taylor
On 03/07/2014 16:03, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Paul, On 7/2/14, 4:28 PM, Paul Taylor wrote: On 02/07/2014 16:34, Christopher Schultz wrote: The solution is that the web application, packaged in a WAR file, needs to unpack the Lucene indexes

Re: Where can I store data files in a tomcat war

2014-07-02 Thread Paul Taylor
I guess I'm a little confused as to what this means. I have a simple WAR based web application that uses Lucene created indexes to provide search results in a xml format. Especially given the following context: and supplementary question how do I modify my pom file to do this with maven I

Re: Where can I store data files in a tomcat war

2014-07-02 Thread Paul Taylor
On 02/07/2014 11:49, Paul Taylor wrote: I guess I'm a little confused as to what this means. I have a simple WAR based web application that uses Lucene created indexes to provide search results in a xml format. Especially given the following context: and supplementary question how do I

Re: Where can I store data files in a tomcat war

2014-07-02 Thread Mark H. Wood
On Wed, Jul 02, 2014 at 11:49:36AM +0100, Paul Taylor wrote: I have a simple WAR based web application that uses Lucene created indexes to provide search results in a xml format. Especially given the following context: and supplementary question how do I modify my pom file to do this with

Re: Where can I store data files in a tomcat war

2014-07-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Paul, On 7/2/14, 6:49 AM, Paul Taylor wrote: [L]et me explain it a bit further. I'm trying to deploy an application that serves results from a lucene index in response to user requests. Deploying it manually to my own server is fine, first of

Re: Where can I store data files in a tomcat war

2014-07-02 Thread Hassan Schroeder
On Wed, Jul 2, 2014 at 8:34 AM, Christopher Schultz ch...@christopherschultz.net wrote: Or, you could look into Solr which I believe understands clustering. Or ElasticSearch, also Lucene-based, which is designed from the get-go for clustering: http://www.elasticsearch.org/ -- Hassan Schroeder

Re: Where can I store data files in a tomcat war

2014-07-02 Thread Paul Taylor
On 02/07/2014 15:06, Mark H. Wood wrote: On Wed, Jul 02, 2014 at 11:49:36AM +0100, Paul Taylor wrote: I have a simple WAR based web application that uses Lucene created indexes to provide search results in a xml format. Especially given the following context: and supplementary question how do

Re: Where can I store data files in a tomcat war

2014-07-02 Thread Paul Taylor
On 02/07/2014 16:34, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Paul, On 7/2/14, 6:49 AM, Paul Taylor wrote: [L]et me explain it a bit further. I'm trying to deploy an application that serves results from a lucene index in response to user requests. Deploying

Re: Where can I store data files in a tomcat war

2014-07-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 6/30/14, 4:23 PM, Mark Eggers wrote: Chris, On 6/30/2014 12:10 PM, Christopher Schultz wrote: Mark, On 6/27/14, 4:40 PM, Mark Eggers wrote: Paul, On 6/27/2014 1:25 PM, Paul Taylor wrote: On 27/06/2014 19:59, Christopher

Re: Where can I store data files in a tomcat war

2014-06-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 6/27/14, 4:40 PM, Mark Eggers wrote: Paul, On 6/27/2014 1:25 PM, Paul Taylor wrote: On 27/06/2014 19:59, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Paul, On 6/27/14, 8:34 AM, Paul Taylor wrote:

Re: Where can I store data files in a tomcat war

2014-06-30 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris, On 6/30/2014 12:10 PM, Christopher Schultz wrote: Mark, On 6/27/14, 4:40 PM, Mark Eggers wrote: Paul, On 6/27/2014 1:25 PM, Paul Taylor wrote: On 27/06/2014 19:59, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash:

Where can I store data files in a tomcat war

2014-06-27 Thread Paul Taylor
Hi I have a simple WAR based web application that uses lucene created indexes to provide search results in a xml format, the location of the indexes (outside of the war) are referred in the web.xml. It works fine locally but I want to deploy it using Elastic Beanstalk within Amazon

Re: Where can I store data files in a tomcat war

2014-06-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Paul, On 6/27/14, 8:34 AM, Paul Taylor wrote: I have a simple WAR based web application that uses lucene created indexes to provide search results in a xml format, the location of the indexes (outside of the war) are referred in the web.xml.

Re: Where can I store data files in a tomcat war

2014-06-27 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 6/27/2014 11:59 AM, Christopher Schultz wrote: Paul, On 6/27/14, 8:34 AM, Paul Taylor wrote: I have a simple WAR based web application that uses lucene created indexes to provide search results in a xml format, the location of the indexes

Re: Where can I store data files in a tomcat war

2014-06-27 Thread Paul Taylor
On 27/06/2014 19:59, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Paul, On 6/27/14, 8:34 AM, Paul Taylor wrote: I have a simple WAR based web application that uses lucene created indexes to provide search results in a xml format, the location of the indexes

Re: Where can I store data files in a tomcat war

2014-06-27 Thread Paul Taylor
On 27/06/2014 21:22, Mark Eggers wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 6/27/2014 11:59 AM, Christopher Schultz wrote: Paul, On 6/27/14, 8:34 AM, Paul Taylor wrote: I have a simple WAR based web application that uses lucene created indexes to provide search results in a xml

Re: Where can I store data files in a tomcat war

2014-06-27 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul, On 6/27/2014 1:25 PM, Paul Taylor wrote: On 27/06/2014 19:59, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Paul, On 6/27/14, 8:34 AM, Paul Taylor wrote: I have a simple WAR based web application that uses