Luiz Ricardo wrote:
Hello,

I can not access an web application deployed in a war archive. I am using
Apache 1.3 + mod_jk and in my server.xml the attribute unpackWARs is false,
in my mod_jk.conf I use JkAutoAlias. Does anyone knows if JkAutoAlias and
unpackWARs=false work?


No they do not.  For Apache to serve static content for your web application,
the web application has to be unarchived.  If you leave your application in
an unarchived war Tomat has to handle all requests for that context.

Regards,

Glenn


--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to