[OT] support for *.do files

2005-01-24 Thread David Bolsover
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

Re: support for *.do files

2005-01-23 Thread Eddie Bush
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

RE: support for *.do files

2005-01-23 Thread David G. Friedman
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

Re: support for *.do files

2005-01-23 Thread Eddie Bush
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

support for *.do files

2005-01-23 Thread Kalluru Uma. Maheswar
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