Re: Solr on new Tomcat 7.0.11

2011-03-19 Thread Michael Ludwig
Lewis John McGibbney schrieb am 16.03.2011 um 17:19 (+): > org.xml.sax.SAXParseException: The processing instruction target > matching "[xX][mM][lL]" is not allowed. Take a look at this doc: The first line is the XML declaration. The third and fifth lines are processing instructions (

Re: Solr on new Tomcat 7.0.11

2011-03-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 3/16/2011 5:27 PM, Mark Thomas wrote: > On 16/03/2011 21:22, Caldarale, Charles R wrote: >>> From: Mark Thomas [mailto:ma...@apache.org] >>> Subject: Re: Solr on new Tomcat 7.0.11 >> >>> A quick Goog

Re: Solr on new Tomcat 7.0.11

2011-03-16 Thread Mark Thomas
On 16/03/2011 21:27, Lewis John McGibbney wrote: > Hi Mark >> >> Hmm. That suggests a corrupted context.xml file >> >>> My configuration descriptor is as follows >>> >>> >> crossContext="true"> >>> >> value="/home/lewis/Downloads/wombra" override="true"/> >>> >> >> But that looks OK. Very odd.

Re: Solr on new Tomcat 7.0.11

2011-03-16 Thread Lewis John McGibbney
Hi Mark > > Hmm. That suggests a corrupted context.xml file > > > My configuration descriptor is as follows > > > > > crossContext="true"> > >> value="/home/lewis/Downloads/wombra" override="true"/> > > > > But that looks OK. Very odd. I had comments included within the context.xml, I ha

Re: Solr on new Tomcat 7.0.11

2011-03-16 Thread Mark Thomas
On 16/03/2011 21:22, Caldarale, Charles R wrote: >> From: Mark Thomas [mailto:ma...@apache.org] >> Subject: Re: Solr on new Tomcat 7.0.11 > >> A quick Google suggests that there might be some whitespace >> before "> I see the same error. Check the file i

RE: Solr on new Tomcat 7.0.11

2011-03-16 Thread Caldarale, Charles R
> From: Mark Thomas [mailto:ma...@apache.org] > Subject: Re: Solr on new Tomcat 7.0.11 > A quick Google suggests that there might be some whitespace > before " I see the same error. Check the file in a text editor. Could this be caused by a UTF-16 BOM prefix inserted

Re: Solr on new Tomcat 7.0.11

2011-03-16 Thread Mark Thomas
On 16/03/2011 17:19, Lewis John McGibbney wrote: > Hello list, > > Is anyone running Solr (in my case 1.4.1) on above Tomcat dist? I'm not but... > > INFO: Deploying configuration descriptor wombra.xml < This is my context > fragment > from /home/lewis/Downloads/apache-tomcat-7.0.11/conf/Catali

Re: Solr on new Tomcat 7.0.11

2011-03-16 Thread Mark Thomas
On 16/03/2011 20:26, Martin Gainty wrote: Please ignore everything Martin wrote. As usual, it is a combination of irrelevant, inaccurate and misleading information. Mark > > > > //notice UTF is all caps > > antiResourceLocking="false" antiJARLocking="false"> > > docBase: > Do not choose a

RE: Solr on new Tomcat 7.0.11

2011-03-16 Thread Martin Gainty
//notice UTF is all caps docBase: Do not choose a docBase that starts with your Host's appBase string. The default appBase is "webapps" so do not choose a docBase like "webapps-foo." Doing so will lead to deployment errors: see Bugzilla for details. The value of th