Hi,
I'm using the default application with a jar and some war files. When i make
a deploy on the applications directory it doesn't it automaticaly. Instead
of it i got to restart the server(taking in account that the restart option
from admin.jar DOESN'T WORK).
What do i have to do to get it automaticaly deployed?
thank you all.
----- Original Message -----
From: "The elephantwalker" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Wednesday, December 19, 2001 9:12 AM
Subject: RE: how does Orion finds classes ?


> Each application has its own class loader...so these are used first, after
> these classes and jar's are searched, the parent class loader is used, and
> so on.
>
> Same with the unloading.
>
> So its not so wasteful.
>
>
> regards,
>
> the elephantwalker
> www.elephantwalker.com
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Yekesa Kosuru
> Sent: Tuesday, December 18, 2001 4:19 PM
> To: Orion-Interest
> Subject: how does Orion finds classes ?
>
>
> Hi,
>
> When a class needs to be loaded, how does Orion find
> the class ?.
>
> My guess is it goes through all the jars file it is
> configured with (manifest file, server.xml,
> application.xml etc). But then isn't this expensive,
> because for every single class, it has to go through
> all the jars it knows about.
>
> Another questions is, once loaded, when will jars be
> unloaded ?. The reason I am asking is if the server is
> configured with bunch of jars, but then a given app
> only needs few of them, if class finding ends up
> loading all the jars, then they are taking up memory
> (which is what I am seeing) for quite sometime until
> they get unloaded.
>
> Can someone shed some light on this. Please cc me on
> the reply.
>
> Thanks
>
> Vissu
>
>
>
>
>
> __________________________________________________
> Do You Yahoo!?
> Check out Yahoo! Shopping and Yahoo! Auctions for all of
> your unique holiday gifts! Buy at http://shopping.yahoo.com
> or bid at http://auctions.yahoo.com
>
>


Reply via email to