Re: Java + Tomcat slow on TS 109
Hi,
I didn't do much except "apt-get install openjdk-6-jdk".
However, openjdk on arm doesn't have any JIT compiling yet, making it very slow.
Cacao supports arm and features JIT compiling, but it's in the sid repository.
I've found that it crashes quite often without a lot of information.
To download it you have to enable the sid repository.
E.g add something along the lines of:
"deb http://ftp.nl.debian.org/debian/ sid main"
to your sources.list.
Then do an "apt-get install cacao-oj6-jdk"
If you try it out, please tell me how it went.
When playing around with different JVMs be sure to select the one you
want to do the testing with using:
update-alternatives --config java
update-alternatives --config javac
I didn't know sun provided an embedded arm java package.
I see they provide one package for soft float and one for hard float.
Does anyone know if the marvell 5182 has an FPU for hard float?
Regards,
Vegar
On Wed, Dec 17, 2008 at 12:44 AM, Nautilus <antti.odelma@kolumbus.fi> wrote:
>
>
>
> Vegar Neshaug wrote:
>>
>> The QNAP TS-109 has a Marvell 5182 500MHz processor. Specifications
>> can be found here: http://www.qnap.com/pro_detail_hardware.asp?p_id=91
>>
>> I have installed lenny versions of openjdk 6 headless and mysql.
>> Tomcat 6 was downloaded from the tomcat webpages and installed
>> locally.
>>
>
> Hi, despite "a bit" offtopic, I would be very glad to get some more
> information about installing java on Qnap (mine is 209, but basically the
> same hardware / platform). I tried the embedded java package from Sun for
> arm, but did not seem to work as I expected (when starting Jetty I got error
> that there is no such file as /opt/local/java/bin/java).
>
> If possible, could you provide the steps you took to install java on your
> Qnap?
> --
> View this message in context: http://www.nabble.com/Java-%2B-Tomcat-slow-on-TS-109-tp20003260p21044358.html
> Sent from the debian-arm mailing list archive at Nabble.com.
>
>
> --
> To UNSUBSCRIBE, email to debian-arm-REQUEST@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
>
>
Reply to: