that section was never really intented to be *the* set of instructions for
installing Solr on Tomcat, just the *simplest* set of things you could do
to see it working, many additional things could be done (besides deleting
the unzipped dir). If we start listing more things, people may get
confuse
I don't know simeple example.
i use rename dist/apache*.war as solr.war
and only use example/solr directory
and define it with
http://wiki.apache.org/solr/SolrTomcat
Multiple Solr Webapps
2007/5/11, Teruhiko Kurosaka <[EMAIL PROTECTED]>:
BTW,
The Simple Example Install section in
http://w
BTW,
The Simple Example Install section in
http://wiki.apache.org/solr/SolrTomcat
leaves the unzipped directory apache-solr-nightly-incubating
intact, but this is not needed after copying the
solr.war and the example solr directory, is it?
Can I edit the instruction to insert:
rm -r apache-solr-ni
i use freebsd(csh),,and use cmd like
/tmp/*tomcat*/bin/startup.sh
if u use
./apache-tomcat-5.5.20/bin/startup.sh
u maybe
chmod +x ./*tomcat*/bin/startup.sh
or
sh ./*tomcat*/bin/startup.sh
i have 15 instances in one box(use tomcat)
2007/5/9, Teruhiko Kurosaka <[EMAIL PROTE
> did you try searching for that error message? the first
> result google gave
> me points to this mailing list thread...
>
> http://mail-archives.apache.org/mod_mbox/tomcat-dev/200512.mbo
> x/[EMAIL PROTECTED]
>
Yes, I found this email archive thread in another mail archive site.
I tried nuki
: Tomcat seems to have changed the way to configure things, starting
: with 5.5. If I follow the instruction given in the "Configuraing Solr
: Home
: with JNDI" section in
: > http://wiki.apache.org/solr/SolrTomcat
:
: Tomat ignores it with this warning message in the log:
: WARNING: A docBase
Thank you, Hoss, for replying m question.
> : An important factor in the instruction is that Tomcat must
> : be started from the directory under which the solr directory
> : (copied from the exmaple) exists
> that's not true. if you use JNDI or system properties to
> configure the
> "solr h
: An important factor in the instruction is that Tomcat must
: be started from the directory under which the solr directory
: (copied from the exmaple) exists. That is, Solr runs only
: if Tomcat is invoked as:
: $ ./apache-tomcat-5.5.20/bin/startup.sh
: It doesn't if Tomcat is invoked like this:
:
I struggled to run Solr in Tomcat 5.5 (or 6.0 for that matter).
Then I found a step-by-step instruction at
http://wiki.apache.org/solr/SolrTomcat
and followed it as much as possible (wget URL didn't work, so
I had to download using browser). Then Solr worked.
An important factor in the instructio