Re: Re: Antw: Re: How to Debug Solr With Eclipse

2017-08-15 Thread Karthik Ramachandran
I start Solr in my Eclipse for small test. I have made some changes to ant build script to copy the webapp to required location and also added eclipse launchers in this commit ( https://github.com/mrkarthik/lucene-solr/commit/d793a9b8ac0b1b4969aace4329ea5a6ddc22de16 ) Run "ant eclipse" from shell

Re: Re: Antw: Re: How to Debug Solr With Eclipse

2017-08-15 Thread Erick Erickson
Personally I don't start Solr inside my IDE. I use IntelliJ, but I'm sure Eclipse has the same capability. Have you seen: https://wiki.apache.org/solr/HowToConfigureEclipse? I create a "remote" configuration and fill in the blanks. Then starting the project like this: bin/solr start -c -z localho

Antw: Re: Antw: Re: How to Debug Solr With Eclipse

2017-08-15 Thread Rainer Gnan
Hello Giovanni, I could not resolve the issue on my workingplace computer. On my laptop following exactly your steps it works perfectly without warnings or else. But how to start solr correctly within eclipse (oxygen)? I am navigating to the subdirectory "solr/webapp/web/" an with right-click o

Re: Antw: Re: How to Debug Solr With Eclipse

2017-07-14 Thread Giovanni De Stefano
Hello Rainer, Have you found the issue? If not, just to be on the safe side: 1) once you extracted the .tgz you get the folder `solr-6.0.0`, cd in it and then just 2) execute `ant eclipse` and then 3) in Eclipse do Import -> Existing Projects in the workspace -> select the `solr-6.0.0` folder