RE: reloadable [bayes][adr]

2002-11-25 Thread Raja Nasrallah
Hello,

Thanks you, it works

raja

-Original Message-
From: Jon Eaves [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, November 26, 2002 10:28 PM
To: Tomcat Users List
Subject: Re: reloadable [bayes][adr]
Importance: Low

Hi Raja,

The default behaviour setting for the class reloading is a touch
on the slow side, so include a  in the  that
looks like this one:





And you'll find that it will now check every second, rather than
the default 15 seconds.

Cheers,
-- jon

Raja Nasrallah wrote:
> Hello,
>  
> I set the attribute reloadable to true in a sample context
tag(
> in the sever.xml) to monitor the the "WEB-INF/classes".
>  
> But it didn't affect. I make change in a sample class and the server
> don't load this class again.
>  
> I am using jakarta-tomcat-4.0.6 in winow2000 server.
>  
> Should I have to do other setting to make the reloadable work.
>  
> Thanks,
> raja
> 

-- 
Jon Eaves <[EMAIL PROTECTED]>
http://www.eaves.org/jon/


--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




reloadable

2002-11-25 Thread Raja Nasrallah
Hello,
 
I set the attribute reloadable to true in a sample context tag(
in the sever.xml) to monitor the the "WEB-INF/classes".
 
But it didn't affect. I make change in a sample class and the server
don't load this class again.
 
I am using jakarta-tomcat-4.0.6 in winow2000 server.
 
Should I have to do other setting to make the reloadable work.
 
Thanks,
raja