Re: HOT deployment ??

2001-07-13 Thread Eddie
]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Tuesday, July 10, 2001 2:45 PM Subject: HOT deployment ?? > I still don't understand when my changes are NOT picked up ?? > During development I don't have a ear file, I just have a dir with all the > classes/xml

HOT deployment ??

2001-07-10 Thread Eddie
I still don't understand when my changes are NOT picked up ?? During development I don't have a ear file, I just have a dir with all the classes/xml files. Untill now, when I change something in an EJB class, I have to stop orion, delete the deployment dir en start again Why like this ?? As if I d

RE: INTERESTING FOR DEVELOPMENT TIME: Central location for classes and still able to use hot deployment

2001-07-07 Thread Dvornikov Victor
STING FOR DEVELOPMENT TIME: Central location for classes and still able to use hot deployment I think this is something that a lot of people in the list would like to have: A central location for java classes in "production" or "live" mode (located in a n

INTERESTING FOR DEVELOPMENT TIME: Central location for classes and still able to use hot deployment

2001-07-05 Thread Marcelo Schroeder
cess and also ask for some help to complete the puzzle:   Classpath/classloader issue: 1) My ejbs and helper classes go in the "ejb" section. Hot deployment is triggered by "touching" orion-application.xml. Since the ejb classloader takes precedence over the servlet classloader, clas

Re: Hot deployment

2001-03-31 Thread Marcel Schutte
- Original Message - From: "Daniel Lopez" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Friday, March 30, 2001 8:20 AM Subject: Re: Hot deployment > Hi Marcel, > > You're right, I had already tried that and it didn&#

Re: Hot deployment not so hot

2001-03-30 Thread Rian Schmidt
en.   Rian - Original Message - From: [EMAIL PROTECTED] To: Orion-Interest Sent: Friday, March 30, 2001 6:46 AM Subject: Re: Hot deployment not so hot When we had similar problems we would remove the application from the application directory, the ear and the file

Re: Hot deployment not so hot

2001-03-30 Thread Dan North
lly Research Labs >Java ATG > > >Dan North <[EMAIL PROTECTED]> >Sent by: [EMAIL PROTECTED] > >03/30/2001 06:13 AM >Please respond to Orion-Interest > > To:Orion-Interest <[EMAIL PROTECTED]> > cc: > Subject: Ho

Re: Hot deployment not so hot

2001-03-30 Thread BRICKER_JONATHAN_E
; Sent by: [EMAIL PROTECTED] 03/30/2001 06:13 AM Please respond to Orion-Interest                 To:        Orion-Interest <[EMAIL PROTECTED]>         cc:                 Subject:        Hot deployment not so hot Hi all. I've been having a number of problems with hot deployment ever

Hot deployment not so hot

2001-03-30 Thread Dan North
Hi all. I've been having a number of problems with hot deployment ever since I started using orion, and I wondered if anyone could shed any light? Typically it happens when I change an interface rather than just internal bean logic or code: orion says it is redeploying whatever-xyz.jar

Re: Hot deployment

2001-03-29 Thread Daniel Lopez
cation.xml file works fine but I was hoping that auto-detection of new .war files would be as easy as .ear files, that way a simple ftp with the new war file is enough but that's not a problem. Another question, when I perform a hot deployment, all the sessions are lost. Is there any way I can kee

RE: Hot deployment

2001-03-29 Thread Marcel Schutte
> > -mike > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]]On Behalf Of > Daniel Lopez > > Sent: Thursday, March 29, 2001 8:22 PM > > To: Orion-Interest > > Subject: Hot deployment > > > > > >

RE: Hot deployment

2001-03-29 Thread Mike Cannon-Brookes
[mailto:[EMAIL PROTECTED]]On Behalf Of Daniel Lopez > Sent: Thursday, March 29, 2001 8:22 PM > To: Orion-Interest > Subject: Hot deployment > > > Hi, > > I've been using Orion for a while and so far, so good. Now I'm trying to > improve the way we develop/deply ap

Hot deployment

2001-03-29 Thread Daniel Lopez
on directory to see if it would re-unpack it from the new war file but it didn't work either. So, what am I missing? Do I need to create the full .ear file blah, blah so hot-deployment works? As I don't use EJB, I was thinking about just using a plain .war file with just the web application.