Use the manager app that is at /manager/html for Tomcat builds 4.1 and
higher.

If you're using 4.0 build add the mapping for HTMLManager servlet

    <servlet-name>HTMLManager</servlet-name>

<servlet-class>org.apache.catalina.servlets.HTMLManagerServlet</servlet-class>
    <init-param>
      <param-name>debug</param-name>
      <param-value>2</param-value>
    </init-param>
  </servlet>


And define the mapping

  <servlet-mapping>
    <servlet-name>HTMLManager</servlet-name>
    <url-pattern>/html/*</url-pattern>
  </servlet-mapping>


You also have to have a user that has a role manager

d.


Tom Kochanowicz wrote:
Is there a way to have a bean recognized (when changes are done) without
having to restart Tomcat4? Is not is there an easy way to restart tomcat. I
know I have seen this in some documentation but after an two hours of
looking I have failed to find the answer. I have a Linux (Redhat 8)/Tomcat
environment (both latest releases). I have setup Tomcat4 so that it starts
on bootup. There is no DOS window to see status so I use log4J.

TK

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html





--
David Mossakowski
Instinet Corporation



****************************************************************************
<<Disclaimer>>

This message is intended only for the use of the Addressee and
may contain information that is PRIVILEGED and/or
CONFIDENTIAL or both.

This email is intended only for the personal and confidential use
of the recipient(s) named above.

If the reader of this email is not an intended recipient, you have
received this email in error and any review, dissemination,
distribution or copying is strictly prohibited.

If you have received this email in error, please notify the sender
immediately by return mail and permanently deleting the copy
you received.

Thank you.

****************************************************************************

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to