Hi, all!

Why tomcat 4.0.3 don't want to deploy WAR ??

My catalina runs as Apache module.

I can deploy WAR using WebAppDeploy apache directive
  (WebAppDeploy sfc_app.war warpConnection /sfc_app/)

BUT!

I *can't* seploy, using server.xml:

<Host name="localhost" debug="6" appBase="webapps" unpackWARs="true">
        <Context path="/sfc_app" docBase="sfc_app.war" debug="6"
                reloadable="false" crossContext="true"
        >
        </Context>
</Host>

All configured as documented. What's wrong???


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to