>
> Guido.
>
>
> On 11/10/13 15:48, Peter Schmidt wrote:
>
>> no it is 64bit and just a development VM. In production the solr will use
>> multicore, also 64bit and some gb ram.
>>
>>
>> 2013/10/11 Guido Medina
>>
>> If your single core i
It is necessary to configure the update-alternatives for Oracle Java JDK 7.
Afterwards i can use the -server flag
2013/10/14 Peter Schmidt
> I downloaded the Linux 64bit version jdk-7u40-linux-x64.tar.gz
>
>
> 2013/10/11 Guido Medina
>
>> Then I think you downloaded th
But the flag is not listed under the Dashboard->Args in Solr Admin
Interface.
2013/10/14 Peter Schmidt
> It is necessary to configure the update-alternatives for Oracle Java JDK
> 7. Afterwards i can use the -server flag
>
>
> 2013/10/14 Peter Schmidt
>
>> I downloa
But it's used, it's in the JAVA_OPTIONS listet by service jetty check
2013/10/14 Peter Schmidt
> But the flag is not listed under the Dashboard->Args in Solr Admin
> Interface.
>
>
> 2013/10/14 Peter Schmidt
>
>> It is necessary to configure the update-
Hey folks,
for some days i tried to get Solr 4.4.0 working as a webapp with Jetty 6.1
from the Ubuntu repository installed with apt-get. First i tried the
installation according the wiki http://wiki.apache.org/solr/SolrJetty. Then
i found this example
http://www.kingstonlabs.com/blog/how-to-install
your app.
>>>
>>> We have been running it in Ubuntu Server 12.04 LTS for a long time, it
>>> is easy to have the jetty server with default repo package since it is easy
>>> to pass JVM parameters using /etc/default/jetty config file.
>>>
>>> HTH,
&
Your right. it worked although for me with Jetty 9. You mean 9.0.6
and i was talking about jetty 6.1 which come with ubuntus packing.
So i think i would use the solr with the integrated jetty.
2013/10/10 maephisto
> Tried it and worked as expected with latest version of Jetty (.0.6 if I
> rem
Is the integrated jetty in Solr 4.4.0 a jetty version 9 or 7 or 8 ?
2013/10/10 Peter Schmidt
> Your right. it worked although for me with Jetty 9. You mean 9.0.6
> and i was talking about jetty 6.1 which come with ubuntus packing.
>
> So i think i would use the solr with the inte
tell you there.
>
> And of course, for every change you make be sure you restart jetty.
>
> Guido.
>
>
> On 10/10/13 13:20, Peter Schmidt wrote:
>
>> No, it's not working that easy with the jetty 6.1.
>>
>> When i just add -Dsolr.solr.home to my /etc/default/j
Sorry terminal shows:
$ sudo service jetty start
Found JAVA=/usr/lib/jvm/java-6-openjdk/jre/bin/java in JAVA_HOME=/
Starting Jetty: FAILED
2013/10/10 Peter Schmidt
> The log:
>
> 2013-10-10 15:01:47.071:INFO::jetty-6.1.22
> 2013-10-10 15:01:47.110:INFO::Deploy /etc/jetty/contexts
gstonlabs.com/**blog/how-to-install-solr-36-**
> on-ubuntu-1204/<http://www.kingstonlabs.com/blog/how-to-install-solr-36-on-ubuntu-1204/>
>
>
> Guido.
>
> On 10/10/13 13:20, Peter Schmidt wrote:
>
>> No, it's not working that easy with the jetty 6.1.
>>
>> W
INF/lib folder:
>
> jcl-over-slf4j-1.7.5.jar
> jul-to-slf4j-1.7.5.jar
> log4j-1.2.17.jar
> slf4j-api-1.7.5.jar
> slf4j-log4j12-1.7.5.jar
>
> Optional if you are going to use spatial search:
> jts-1.13.jar
>
> Guido.
>
>
> On 10/10/13 14:33, Peter Schmidt w
i added the jars you have listet and recreated a solr.war
2013/10/10 Peter Schmidt
> OK. I extracted the solr.war in webapps folder. And than out.log reports
>
> 2013-10-10 16:47:28.184:WARN::Config error at class="java.io.PrintStream&qu
now if the performance is weaker with the Jetty 6.1?
And which Jetty version is the inluded one?
2013/10/10 Peter Schmidt
> i added the jars you have listet and recreated a solr.war
>
>
> 2013/10/10 Peter Schmidt
>
>> OK. I extracted the solr.war in webapps folder. And than
Not so hard switching it to Oracle JDK 7u40.
Just download it and change the JAVA_HOME path in /etc/default/jetty, so
it's not nescessary to switch java version with update-java-alternatives
The machine is 64bit :)
2013/10/11 Bill Bell
> Does this work ?
> I can suggest -XX:-UseLoopPredicate
So the main problem was that the libs must be copied to the WEB-INF/lib
directory insteed of the jetty lib/ext directory. Is the fact that you
should you use WEB-INF/lib somewhere documented?
2013/10/11 Peter Schmidt
> Not so hard switching it to Oracle JDK 7u40.
> Just download it and
ed the min/max heap size to 256m, i will increase this on
production server.
2013/10/11 Peter Schmidt
> So the main problem was that the libs must be copied to the WEB-INF/lib
> directory insteed of the jetty lib/ext directory. Is the fact that you
> should you use WEB-INF/lib s
ich for Java webapps or dedicated Java services
> will improve things.
>
> Guido.
>
>
> On 11/10/13 12:26, Peter Schmidt wrote:
>
>> I can report that jetty is running now with this options:
>>
>> JAVA_OPTIONS="-Djava.awt.**headless=true -Dfile.encoding=
UTF-8 -server
> -Xms256m -Xmx256m"
>
> If you want to concatenate more JVM parameters you do it like this:
> JAVA_OPTIONS="-Dsolr.solr.**home=/usr/share/solr $JAVA_OPTIONS"
>
> Take a good look at the format,
>
> Guido.
>
>
> On 11/10/13 13:37, Peter Sc
Oh, i got it http://stackoverflow.com/a/5273166/326905
"at least 2 cores and at least 2 GB physical memory"
Until know i'm using a VM with single core and 1GB RAM.
So this will be later for production :)
Thank you Guido.
2013/10/11 Peter Schmidt
> Strange. When i ad
ne bug
> report.
>
> Guido.
>
>
> On 11/10/13 15:13, Peter Schmidt wrote:
>
>> Oh, i got it
>> http://stackoverflow.com/a/**5273166/326905<http://stackoverflow.com/a/5273166/326905>
>>
>> "at least 2 cores and at least 2 GB physical memory"
>
21 matches
Mail list logo