It was one I downloaded.

However, a quick inspection of the source file indicates the same flaw in the 
source web.xml:

>From 
>http://svn.apache.org/repos/asf/lucene/solr/trunk/src/webapp/WEB-INF/web.xml:

<?xml version="1.0" encoding="UTF-8"?>
^^^---- this is what prevents this from running unmodified on OAS.  I suspect 
other app servers/xml parsers are smart enough to ignore the leading characters 
rather than blowing chunks on them.

Jason
 

-----Original Message-----
From: Ryan McKinley [mailto:[EMAIL PROTECTED] 
Sent: Monday, July 30, 2007 11:25 AM
To: solr-user@lucene.apache.org
Subject: Re: solr and Oracle 10g App Server

Jason P. Weiss wrote:
> I had some trouble getting the current production build (1.2.0) 
> working on 10gR3 (10.1.3.0.0).
> 
> I had to remove 3 bad characters off of the front of the web.xml file 
> and re-jar the WAR file.  It worked perfectly after that minor 
> modification.
> 

Was this a .war you downloaded from:
http://www.apache.org/dyn/closer.cgi/lucene/solr/

or one you built from:
http://svn.apache.org/repos/asf/lucene/solr/

Reply via email to