http://localhost:8983/solr/admin/ should be the url of your local Solr
admin. The Solr instance runs separately from Django, so there should
be nothing at http://localhost:8983/catalog/. See the Solr tutorial
at http://lucene.apache.org/solr/tutorial.html.
> (2) How to make FBO point at solr? which files should I use? Is it in
> the c:\cat\helios\setting.py?...like 'helios.catalog'?!
Well, FBO should be pointing at Solr if you're running it with the
default settings (i.e. port 8983). If you're not, then the setting
for pointing FBO at Solr depends on what stage you are at. If you are
indexing documents, you'll want to change the SOLR_*_URL lines in
indexer/config/indexer.properties. If you're displaying your index,
you'll want to change SOLR_SERVER in helios/discovery/config.py.
> (3) When I run c:\catindex\example>java -jar start.jar ...at the
> ending there is NO "Windows Security Alert" for clicking 'Unblock'
> button to unblock 'Java(TM) 2 playform Standard Edition
> binary'. .. .Like it shows on screen-shot: fbowindowsinstall... Is
> this the reason to cause this "NO JSP Support.." problem?.... I have
> tried to remove/reload JAVA jdk/jre files again and again but it still
> not working. How can I find the file("Java(TM) 2 playform Standard
> Edition binary") and make it unblock manually?
I have no experience running things on Windows. Anyone who does can
feel free to field this one.
> (4) Where can I find a list of python files: setting.py, views.py,
> urls.py....which can provide example for beginner to correct their own
> python files. (eg., to adjust setting.py, views.py or url.py to meet
> local environment...)
See the Django docs at http://www.djangoproject.com/documentation/ for
a better understanding of Django.
See here for a screencast of it: http://screencast.com/t/2AiZDcKR
If this works and you see the admin page (which didn't work with Java 6 to
the best of my knowledge, which is why I use Java 5) then solr is working.
This would mean that you likely didn't replace the 2 config files.
If this DOESN'T work (which is my suspicion), you have a problem with your
java install. Java is a little tricky and tends to install itself pretty
deeply into a system. I think uninstalling it and trying again would be a
good option, but I wouldn't be surprised if it didn't work. Make sure you
point JAVA_HOME in the environment variables to the Java 5 version...and
restart your command prompt program (cmd.exe) when you reset those
variables.
Let me know how it goes.
Mike
-----Original Message-----
From: facba...@googlegroups.com [mailto:facba...@googlegroups.com] On