Re: Embarrasing compilation errors with solr-nightly/example

2006-06-29 Thread Yonik Seeley
On 6/28/06, Chris Hostetter <[EMAIL PROTECTED]> wrote: Interesting ... it never occured to me that the demo would require a JDK instead of a JRE so that Jetty can compile the JSPs ... but it makes sense. It didn't require a JDK previously. The downgrade in Jetty caused a JDK to be required beca

Re: Embarrasing compilation errors with solr-nightly/example

2006-06-28 Thread James Pine
Hey, Moving the tools.jar to my JRE's lib directory worked. I did some further research concerning tools.jar and JRE/JDK/JAVA_HOME environment variables and it seems that they all have their own JavaHome entry in the registry under HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\ I think part of my problem

Re: Embarrasing compilation errors with solr-nightly/example

2006-06-28 Thread Erik Hatcher
On Jun 28, 2006, at 8:30 PM, Chris Hostetter wrote: Interesting ... it never occured to me that the demo would require a JDK instead of a JRE so that Jetty can compile the JSPs ... but it makes sense. There are ways to precompile JSP's, but last time I tinkered with this it was container

Re: Embarrasing compilation errors with solr-nightly/example

2006-06-28 Thread Chris Hostetter
: Sounds to me like you are using the JRE and not a JDK. : : Make sure $JAVA_HOME/lib/tools.jar is in your classpath. Interesting ... it never occured to me that the demo would require a JDK instead of a JRE so that Jetty can compile the JSPs ... but it makes sense. I'll try to verify this when

Re: Embarrasing compilation errors with solr-nightly/example

2006-06-28 Thread Joachim Martin
Sounds to me like you are using the JRE and not a JDK. Make sure $JAVA_HOME/lib/tools.jar is in your classpath. --Joachim James Pine wrote: I am trying to walk through the Solr tutorial at: http://incubator.apache.org/solr/tutorial.html and can't seem to get: http://localhost:8983/solr/admin/

Re: Embarrasing compilation errors with solr-nightly/example

2006-06-28 Thread UpAndGone
I have had the same problem. It works with tomcat5, though. > I am trying to walk through the Solr tutorial at: > http://incubator.apache.org/solr/tutorial.html and > can't seem to get: > http://localhost:8983/solr/admin/index.jsp > > to compile. Here's the top of the error, I've included > the r