Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

With regard to version 3.1 of Tomcat, what specifically must be done to enable automatic reloading of servlets?

0
Posted

With regard to version 3.1 of Tomcat, what specifically must be done to enable automatic reloading of servlets?

0

Location: http://www.jguru.com/faq/view.jsp?EID=108773 Created: Jul 22, 2000 Modified: 2000-07-24 20:35:35.439 Author: Avi Kak (http://www.jguru.com/guru/viewbio.jsp?EID=26410) Automatic reloading of servlets by a servlet container comes in handy during the development phase when you are frequently modifying and recompiling the servlets. Having to constantly shutdown and restart the servlet container each time you modify a servlet class can become tiring very quickly. Automatic reloading of servlets in Tomcat 3.1 is predicated upon two entries in two different files in the directory TOMCAT_HOME/conf: • In the file TOMCAT_HOME/conf/server.xml, you must set the reloadable attribute to true in the context element pertaining to your webapp. For example, I have a webapp named form-processing. So I added the following entry to the file TOMCAT_HOME/conf/server.xml: • The file TOMCAT_HOM

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123