Re: Re: Very Long Deployment Time

2001-12-19 Thread Gustavo Comba



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 
x -deploy -file C:\jdev\InfinitumDoor\AppIntranet\IntranetApplication.ear 
-deploymentName IntranetApplication

 butit's taking very long 
time.

 What I don't know is how to use 
"jikes". I've alwas used the standardJava distribution from Sun. Any 
clue?

 Thanks in advance,

  
 Gustavo Comba

  - Original Message - 
  From: 
  Rice, Ted 
  
  To: Orion-Interest 
  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 AMTo: Orion-InterestSubject: Very Long Deployment 
Time
Hello,

 I'm deployinga 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


RE: Re: Very Long Deployment Time

2001-12-19 Thread Rice, Ted



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 AMTo: Orion-InterestSubject: 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 
  x -deploy -file C:\jdev\InfinitumDoor\AppIntranet\IntranetApplication.ear 
  -deploymentName IntranetApplication
  
   butit's taking very long 
  time.
  
   What I don't know is how to 
  use "jikes". I've alwas used the standardJava distribution from Sun. Any 
  clue?
  
   Thanks in 
advance,
  

   Gustavo Comba
  
- Original Message - 
From: 
Rice, Ted 

To: Orion-Interest 
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 AMTo: Orion-InterestSubject: Very Long 
  Deployment Time
  Hello,
  
   I'm deployinga 
  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