David, You are all over the place...do you have a specific idea of what you are trying to do?
Are you trying to integrate apache and tomcat? Do you want to send http requests directly to tomcat? Why are you using both ajp12 and ajp13, and load balancing? And your tomcat subsystem is configured to run in-process with apache? Is this really how you want it to run? I don't believe this is a default configuration, at least, not one that I have seen. You need to simplify...simplify...simplify. Let's assume that you want a (relatively) simple apache-tomcat configuration. That means http requests will ONLY arrive on port 80 - forget about port 8080, that is for running tomcat without apache. Get rid of the loadbalancing and ajp12 references in your workers.properties file. Since tomcat will only be listening for ajp13 requests from apache, you should remove *ALL* connectors from your tomcat server.xml file except the ajp13 connector listening on port 8009. Once you have made all those changes, perhaps we can have some sanity in terms of trying to figure out what is going wrong. Please post only your workers.properties and server.xml files. -Mike -----Original Message----- From: David Wynter [mailto:[EMAIL PROTECTED]] Sent: Friday, September 27, 2002 12:06 PM To: Tomcat Users List Subject: RE: New Release JK 1.2.0 not installing OK, they are all reproduced here, I have not tried to change them because I am stumped. Based on what I have read the config file s'look' right. I have Apache running on port 80 but when I try to use www.roamware.com:8080 I get connection refused now. I successfully built the connectors, followed the tutorial at yolinux but still cannot get Apache to redirect gets to port 8080 to Tomcat. Here are the contents of my logs and key config files, I've cut the comments out to reduce the bulk. Can you see what is wrong, 'cause I cannot. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
