Hi,

the problems are solved in the meantime, thanks to Johan and
Abhilash ;-)
Had to use bash instead of sh and set an environment variable
LANG=LATIN-2

I learned about the switch -Xconcurrentio on a recent Java
Tuning Workshop at SUN. This switch (SUN Solaris only) helps
increasing performance for applications which use a lot of
threads. Don't forget to set your LD_LIBRARY_PATH to
/usr/lib/libthread.so

You can find more tips on this page:
http://java.sun.com/docs/hotspot/PerformanceFAQ.html




-----Ursprüngliche Nachricht-----
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]Im Auftrag von Ismael Blesa
Part
Gesendet: Mittwoch, 20. Juni 2001 17:26
An: Orion-Interest
Betreff: Re: Orion on Solaris 8


We have tried and it works fine this way.

What -Xconcurrentio means ?


Joerg Weishaupt wrote:

> Hi,
>
> I'm having two problems with Orion (1.4.5) on Solaris 8 with JDK 1.3.1
>
> a) I'm unable to set the process into the background. As soon as I log
>    off from the SSH session the Orion process gets killed.
>    Startup is done by calling:
>    nohup java -server -jar -Xconcurrentio -Xms128m -Xmx384m orion.jar -out
>    $ORION_SERVER/log/server-out.log -err $ORION_SERVER/log/server-err.log
&
>
> b) All German specific vocales (Umlaute) are shown as a ? only.
>
> Maybe someone has some ideas ?
>
> TIA
> Joerg Weishaupt



Reply via email to