edman [mailto:[EMAIL PROTECTED]
Sent: 24 January 2005 05:38
To: Struts Users Mailing List
Subject: RE: support for *.do files
Actually guys, I think the main configuration file for mod_jk is called
either workers.properties or workers2.properties. What is in httpd.conf
should be one or two simple
s Mailing List"
Sent: Sunday, January 23, 2005 11:37 PM
Subject: RE: support for *.do files
Actually guys, I think the main configuration file for mod_jk is called
either workers.properties or workers2.properties. What is in httpd.conf
should be one or two simple load module statements. The
unday, January 23, 2005 11:53 PM
To: Struts Users Mailing List
Subject: Re: support for *.do files
You get a 404 because the default port for HTTP traffic is 80, and
Apache knows nothing about your web application. That's why you have
to specify a port - Tomcat, which is running on the port y
You get a 404 because the default port for HTTP traffic is 80, and
Apache knows nothing about your web application. That's why you have
to specify a port - Tomcat, which is running on the port you specify,
does know about the web app.
You've got to setup a mapping in your Apache config (httpd.con
Hi,
My server is running Apache HTTP server with Tomcat. My web.xml file is
configured to support *.do files and all my struts apps works directly
on Tomcat i.e. using 8080 port.
But If I request for *.do files through Apache i.e. without giving port
number, then I get 404 file not found.
Apache
5 matches
Mail list logo