Sorry i'm really late to this so not sure if this is even an issue:
1) I found that there is an ant eclipse that makes it easy to setup
the eclipse .project and .classpath (I think I had done this by hand
in the tutorial)
2) Yes you can attach to a remote instance of Solr but your JVM has to
have t
Depending upon what you actually need to do, you could consider just
attaching to the running Solr instance remotely. I know it's easy in
IntelliJ, and believe Eclipse makes this easy as well but I haven't
used Eclipse in a while
Best
Erick
On Sat, Mar 24, 2012 at 11:11 PM, Li Li wrote:
> I
I forgot to write that I am running it in tomcat 6, not jetty.
you can right click the project -> Debug As -> Debug on Server -> Manually
define a new Server -> Apache -> Tomcat 6
if you should have configured a tomcat.
On Sun, Mar 25, 2012 at 4:17 AM, Karthick Duraisamy Soundararaj <
karthick.sou
One minor change is that I used solr 3.5 source code and not the one from
the trunk.
On Sat, Mar 24, 2012 at 4:17 PM, Karthick Duraisamy Soundararaj <
karthick.soundara...@gmail.com> wrote:
> I followed your instructions. I got 8 Errors and a bunch of warnings few
> of them related to classpath.
I followed your instructions. I got 8 Errors and a bunch of warnings few of
them related to classpath. I also got the following exception when I tried
to run with the jetty ( i have attached the full console output with this
email. I figured solr directory with config files might be missing and
add
here is my method.
1. check out latest source codes from trunk or download tar ball
svn checkout http://svn.apache.org/repos/asf/lucene/dev/trunklucene_trunk
2. create a dynamic web project in eclipse and close it.
for example, I create a project name lucene-solr-trunk in my
workspace.