Re: Refreshing the application properties

2005-09-21 Thread Laurie Harper
At least w/ Tomcat (versions I've used, anyway, don't know about 5.5) it will serialize the sessions to disk then reload them. No idea about Oracle App Server. L. Jadeler wrote: When a server does redeploy the application, doesnt it kick current users sessions? I've read of hot deployments b

Re: Refreshing the application properties

2005-09-21 Thread Jadeler
When a server does redeploy the application, doesnt it kick current users sessions? I've read of hot deployments before and cant remember if that will maintain the current session for the user. Do you know how to do this in Oracle App server? --- Laurie Harper <[EMAIL PROTECTED]> wrote: > Jad

Re: Refreshing the application properties

2005-09-21 Thread Laurie Harper
Jadeler wrote: Is there a way to refresh the application properties without redeploying or restarting a web app? I havent found a way to do this. If you're using Tomcat, you can configure the context to be reloadable, which will cause Tomcat to re-deploy to webapp when anything on the clas

Re: Refreshing the application properties

2005-09-20 Thread ichy
hi, Jade. commons-configuration may fit to your needs. have you checked that out? 2005/9/21, Jadeler <[EMAIL PROTECTED]>: > > Is there a way to refresh the application properties > without redeploying or restarting a web app? I havent > found a way to do this. > > Jade > > __

Refreshing the application properties

2005-09-20 Thread Jadeler
Is there a way to refresh the application properties without redeploying or restarting a web app? I havent found a way to do this. Jade __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ---