----- Original Message -----
From: <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Wednesday, November 29, 2000 3:24 PM
Subject: Orion slow startup


> I've been experiencing extremely slow startup times for the Orion server.
> It takes at least a few minutes to start the server.  I've only been using
> Orion for a few weeks, but this seems a little excessive.  I'm running it
on
> a laptop with a PII/300 and 128MB ram, so I don't think it's the machine.
> I'm using version 1.4.0.
>
> Does any have any ideas why it's starts so slowly?

Try configuring Orion to use jikes as a compiler instead of the standard jdk
compiler. Jikes is an order of magnitude faster than javac.

Edit server.xml and add something like

<compiler executable="c:\jikes\jikes.exe" classpath="<whatever>" />

Mike


Reply via email to