Re: Problem Struts with Apache and Tomcat integration

2009-04-16 Thread abed
Hi Dusty, Here is the the "httpd.conf": # # Based upon the NCSA server configuration files originally by Rob McCool. # # This is the main Apache server configuration file. It contains the # configuration directives that give the server its instructions. # See URL:http://httpd.apache.org/docs-2.0

Re: Problem Struts with Apache and Tomcat integration

2009-04-10 Thread dusty
Uh, I get to the mailing list via a forum, otherwise my mailbox gets filled and I get all pissed off. So I can come and go I just use Nabble. So can you just post the relevant code in your message. Also, you did not mention virtual hosts. Do you have a virtual host setup in Tomcat as well?

Re: Problem Struts with Apache and Tomcat integration

2009-04-09 Thread abed
Dusty, Thank you very much for your reply. Attached you will find our "httpd.conf", "workers.properties" and "server.xml" files. we currently have both PHP (Apache based) and JSP/Servlet (handled by the Apache/Tomcat through the AJP) sites on this server. I removed some of the httpd.conf "VirtualH

Re: Problem Struts with Apache and Tomcat integration

2009-04-07 Thread dusty
If it works with tomcat alone it is likely not a struts issue, but post your apache cnfig from httpd.conf and workers.properties and server.xml from Tomcat. We have had good experience with mod_proxy_ajp if you have control of the apache server. abed wrote: > > Hello, > I have Apache-2.2 acting