PDA

View Full Version : How to configure automatic reloading the class in jboss-3.2.1_tomcat-4.1.24


LVPRADEEP
07-08-2005, 07:04 AM
HI,

In tomcat, web context is specified in Server .xml file with
<!-- Tomcat Examples Context -->
<Context path="/examples" docBase="examples" debug="0"
reloadable="true" crossContext="true" />.

this will deploy my examples webapplication in Tomcat server. And the property reloadable="ture" makes my life easiear. When even I change a .class, the class is automatically loaded in to memory with out restarting the server. Let me know the how to configure the same in Jboss-3.2.1_tomact-4.1.24 (auto-reload context) . Anticipating the solution ASAP

Thanks
Pradeep

selvaprakashmca
05-14-2011, 09:26 AM
hai friend,

i am also facing the same problem..
did you get any solution for this..
if you got kindly share with me...

thanks..

HI,

In tomcat, web context is specified in Server .xml file with
<!-- Tomcat Examples Context -->
<Context path="/examples" docBase="examples" debug="0"
reloadable="true" crossContext="true" />.

this will deploy my examples webapplication in Tomcat server. And the property reloadable="ture" makes my life easiear. When even I change a .class, the class is automatically loaded in to memory with out restarting the server. Let me know the how to configure the same in Jboss-3.2.1_tomact-4.1.24 (auto-reload context) . Anticipating the solution ASAP

Thanks
Pradeep