You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by ss...@worldbank.org on 2004/02/03 12:20:04 UTC

How to deploy a war file in Apache?

Can anyone guide me in how to deploy a .war file in Apache?

Thanks,
S.Srikanth



---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Re: How to deploy a war file in Apache?

Posted by Martin Cooper <ma...@apache.org>.
<ss...@worldbank.org> wrote in message
news:OF54A26DA4.A8D41370-ON65256E2F.003E2B7C-65256E2F.003E431B@worldbank.org...
> Can anyone guide me in how to deploy a .war file in Apache?

If you're referring to the Apache HTTPD web server, the answer is that you
can't do that, because it's not a Java servlet container. You need to
configure HTTPD to forward the relevant requests to something that knows
what to do with war files, such as Tomcat, Resin, Jetty, etc.

--
Martin Cooper


>
> Thanks,
> S.Srikanth




---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org