you will need to download jikes
from their site and then add a element
in ./orion/config/server.xml similar to:
 

<compiler executable="c:/java/jikes/bin/jikes.exe" classpath="c:/java/jdk1.3.1/jre/lib/rt.jar"/>

./ted
-----Original Message-----
From: Gustavo Comba [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 19, 2001 8:04 AM
To: Orion-Interest
Subject: Re: Re: Very Long Deployment Time

Hello,
 
    Thanks for your answer. I've tryed almost everything! I've added more RAM to my AppServer, now I'm deploying directly from the console, using
 
java.exe  -jar admin.jar ormi://ias/ admin xxxxx -deploy -file C:\jdev\InfinitumDoor\AppIntranet\IntranetApplication.ear -deploymentName IntranetApplication
 
    but it's taking very long time.
 
    What I don't know is how to use "jikes". I've alwas used the standard Java distribution from Sun. Any clue?
 
    Thanks in advance,
 
            Gustavo Comba
----- Original Message -----
From: Rice, Ted
Sent: Monday, December 17, 2001 11:50 PM
Subject: RE: Very Long Deployment Time

try using jikes for your compiler inside
of orion. we experience similar delays in
deployment and using jikes cut deployment
time to about 10% of the original time.
 

./ted

-----Original Message-----
From: Gustavo Comba [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 17, 2001 8:34 AM
To: Orion-Interest
Subject: Very Long Deployment Time

Hello,
 
    I'm deploying a little project with a Client Application Module and a EJB Module with several EJB (about 30 Entity and 5 Session Beans). I'm using JDeveloper 9i Release Cantidate to develop/deploy my project.
 
    My project compiles very fast, but when I do the deployment, it take a very long time (about 10 minutes). I'm debugging now, and I'm deploying continously, and it's very anoying!
 
    There is something I can do to accelerate the deployment proccess? Can I copy the .ear file directly into the "applications" directory and start the server again? Help me please!
 
    Thanks in advance,
 
            Gustavo Comba

Reply via email to