At 10:00 AM 07/06/01, you wrote:

>Hi,
>
>Not having received a response for my mail, I would like to send it again. It
>is very significant for us to have Tomcat that is able to reload the changed
>servlets since we use it for the exercises of the students in a computer
>science course.
>So, please help me. I put my original message below. We use Tomcat-3.2.1
>standalone.


In server.xml:
         <Context path="/admin"
                  docBase="d:/webapps/admin"
                  crossContext="true"
                  debug="0"
                  reloadable="true"  <-- this is the line you want
                  trusted="false" >
         </Context>

Jim





--

                           *   Jim Cheesman   *
             Trabajo: 
[EMAIL PROTECTED] - (34)(91) 724 9200 x 2360
               If a pig loses its 
voice is it disgruntled?


Reply via email to