Good evening,

I thought I understood the autodeploy-feature. howver...

I've started to move away from Tomcat 5.5 towards 6.0, and created my
virtual hosts as suggested in the docs:

I've created

- ${catalina.home}/example.com (directory)
- ${catalina.home}/example.com/META-INF (directory, no context.xml yet)

I've move the whole ${catalina.home}/webapps recursively to
${catalina.home}/example.com/webapps

So far, so good, the Tomcat-startup-page comes up nicely (the ROOT-application)

Next, I put a webapp (roller.war) into ${catalina.home}/webapps -
awaiting deployment....

Well, as you're guessing: Nothing is happening here, nada, niente,
rien, nickese...

My ${catalina.home}/config/server.xml looks like this (excerpt):

    <Engine name="Catalina" defaultHost="example.com">

      <Host name="example.com"  appBase="${catalina.home}/example.com/webapps"
            unpackWARs="true" autoDeploy="true"
            xmlValidation="false" xmlNamespaceAware="false">

      </Host>

I'm running a fresh installation of Tomcat 6 from tomcat.apache.org on
Debian Etch, Using jsvc & APR (which works nicely) and Sun's Java
build 1.6.0_11-b03

The rights of said roller.war-file are:

-rw-r--r--  1 tomcat tomcat 24025726 2008-12-08 21:33 roller.war

Obviously, the domain example.com in my files here is my own domain,
DNS is fine, host gets resolved from my box and from outside.

Could somebody please let me know what I'm missing here?

TIA

Gregor
-- 
just because your paranoid, doesn't mean they're not after you...
gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2
gpgp-key available @ http://pgpkeys.pca.dfn.de:11371

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

Reply via email to