Re: reloadable=true not working---> problems with reloading servl ets

2002-05-18 Thread kelly, Burrowa
Why is it that during reloading of changed classes, tomcat clears all variables from HTTPSession? kB __ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com -- To unsubscri

RE: reloadable=true not working---> problems with reloading servl ets

2002-05-17 Thread Bing Zhang
AM Subject: Re: reloadable=true not working---> problems with reloading servl ets Yes the manager app will restart and the Tomcat will reload but I want Tomcat to detect newly compiled class files and reload without restarting, whether via the command line or via the manager web app. This w

Re: reloadable=true not working---> problems with reloading servl ets

2002-05-17 Thread TMotte
Just my two cents, but I never have developers work on the same server instance. You can run multiple tomcat instances on the same server, or you can run one on each developer workstation (what I usually do). The whole reason I'm using tomcat is because it's free and lightweight enough to deploy

Re: reloadable=true not working---> problems with reloading servl ets

2002-05-17 Thread Ray Letts
Yes the manager app will restart and the Tomcat will reload but I want Tomcat to detect newly compiled class files and reload without restarting, whether via the command line or via the manager web app. This will avoid developers asking each other if they can 'restart' Tomcat while working