On 21/01/2013 15:48, Alexandre Rubert wrote:

> Tomcat logs say setting property autoDeploy to true did not find
> matching property

As expected. Go and read the docs for the Context element again.

> This is my server.conf
> <Engine name="Catalina"
>            defaultHost="localhost">
> 
>       <Realm className="org.apache.catalina.realm.UserDatabaseRealm"
>              resourceName="UserDatabase"/>
> 
>       <Host name="localhost"
>             appBase="webapps"
>             unpackWARs="true"
>             autoDeploy="false"
>             deployOnStartup="false"
>             xmlValidation="false"
>             xmlNamespaceAware="false">
> 
>          <Context path="/manager"
>             docBase="/usr/share/tomcat6-admin/manager"
>             debug="0"
>             reloadable="true"
>             autoDeploy="true"
>             unpackWARs="true"
>             crossContext="false"
>             caseSensitive="false">
>          </Context>
> 
>       </Host>
> 
>     </Engine>
> 
> Moreover, I have access to manager but it doesn't list my application in
> webapps directory

Also as expected since you have disabled all the mechanisms Tomcat uses
to discover them.

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to