Hi Shawn,

I'm running solr in Tomcat on RHEL.  It looks like what you're doing is making 
jHiccup wrap around the whole JVM by doing it that way, is that right?  That's 
pretty cool if so.  I'll see if I can set it up in my dev environment tomorrow.

Thanks,
Robi

-----Original Message-----
From: Shawn Heisey [mailto:s...@elyograg.org] 
Sent: Tuesday, February 05, 2013 2:53 PM
To: solr-user@lucene.apache.org
Subject: Re: Really bad query performance for date range queries

On 2/5/2013 3:19 PM, Petersen, Robert wrote:
> Hi Shawn,
>
> I've looked at the xing JVM before but don't use it.  jHiccup looks like a 
> really useful tool.  Can you tell us how you are starting it up?  Do you 
> start it wrapping the app container (ie tomcat / jetty)?

Instead of just calling /usr/bin/java , I use this in my init script (homegrown 
for the jetty included in Solr):

/usr/local/bin/jHiccup /usr/bin/java

The jHiccup shell script is in /usr/local/bin, and the two jar files included 
in the download are in /usr/local/bin/bin.

The shell script that's included looks like it works under cygwin, so you could 
run it on Windows as long as you've got that.  The rest of the shell script 
looks too complex to easily convert to a Windows batch file.

Thanks,
Shawn



Reply via email to