Hi!

Does anybody now how to prevent tomcat (4.0.5) from loading all
directories created in directory defined in 'app base' as applications?

Look at this setting:

    <Engine name="Inst-6-Engine" defaultHost="myhost" debug="0">

      <Host name="myhost" debug="0" appBase="webapps" unpackWARs="false">
        <Context path="" docBase="myhost"
                 debug="0"/>
    </Engine>

webapps contains directories:

  myhost
  otherdir

and tomcat loads

webapps/myhost at context ""
webapps/myhost at context "/myhost"
webapps/otherdir at context "/otherdir"

How to switch it off?

Richard.


-- 
"First they ignore you. Then they laugh at you. Then they
fight you. Then you win." - Mohandas Gandhi.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to