You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Jean-Luc BEAUDET <be...@toolchest.cyber.kodak.com> on 2002/02/06 12:33:42 UTC

Reloadable in a ?

Hi every body.

I'm using SOLARIS 8, apache 1.3.22, tomcat 4.0.1

Tomcat is configured to communicate with Apache via the WARP Connector.

As it is set for devlopement stuff, i want all the changes made in the
WEB_INF/lib or classes
under CATALINA_BASE/webapps to be automatically reloaded.

Below is my server.xml. Where can i put my directive  relodable="true"
so that it is effective for the
whole ./webapps projects ?<!-- Define an Apache-Connector Service -->
  <Service name="Tomcat-Apache">

    <Connector
className="org.apache.catalina.connector.warp.WarpConnector"
               port="8012" minProcessors="5" maxProcessors="75"
               enableLookups="true" acceptCount="10" debug="0"/>

    <!-- Replace "localhost" with what your Apache "ServerName" is set
to -->
    <Engine className="org.apache.catalina.connector.warp.WarpEngine"
            name="apache" debug="0" appBase="webapps"
            defaultHost="photosharing.ko.kodak.com">

      <!-- Global logger unless overridden at lower levels -->
      <Logger className="org.apache.catalina.logger.FileLogger"
              prefix="apache_log." suffix=".txt"
              timestamp="true"/>

      <!-- Because this Realm is here, an instance will be shared
globally -->
      <Realm className="org.apache.catalina.realm.MemoryRealm" />

    </Engine>

  </Service>


Any clues welcome.

Regards.

Jean-Luc B :O)





--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>