[opencms-dev] Compiling class - automatic class reloading

Paul D. Bain paulbain at pobox.com
Thu Mar 6 15:17:41 CET 2003


At Thursday 3/6/03 10:01 AM, Alex V Londkevich wrote:

>I recently istall OpenCMS.
>I created own java class. When I  change  code, I have to every time
>restart Resin. This much uncomfortably and slows the development.
>As possible this accelerate?

         Jakarta Tomcat, a competing servlet container, allows you to 
configure it to automatically reload changed ".class" files. In this way, 
it is not necessary to restart Tomcat each time you recompile your source 
code. Resin probably has a similar feature. I suggest contacting Caucho, 
the maker of Resin, to find out how to do enable automatic class reloading. 
Keep in mind that a _production_ server should generally _not_ use 
automatic class reloading. Generally, only _development_ servers should 
have this feature enabled.

-- Paul Bain






More information about the opencms-dev mailing list