> -----Original Message----- > From: so...@essnmag.com [mailto:so...@essnmag.com] > Sent: Thursday, March 14, 2013 12:51 PM > To: users@tomcat.apache.org > Subject: configuring tomcat7 with apache 2.2.22 > > Although not a newbie to building websites in html and php, and > physical computing in C/C++, I'm having a dickens of a time > understanding the documentation of Integrating Tomcat 7 with my > existing Apache 2.2.22 on WinXP (company supplied development pc, > nothing I can do about that). Can I get a bit of handholding please? > > I'm trying to evaluate a java servlet that requires tomcat. > > > Steve Spence, KK4HFJ > http://arduinotronics.blogspot.com > http://www.essnmag.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org
You can install the mod_jk connector on Apache to provide ajp_13 protocol support and pass connection requests to Tomcat via Apache (for example, apache.mycompany.com/myTomcatApp would forward the request to Tomcat for processing as if the user had connected directly to Tomcat). You need to set up a workers.properties file on Apache with the connection information and JKMap settings to tell Apache which URI to forward to Tomcat, and which servers to forward to. You need to enable the AJP_13 connector (usually on port 8009) in Tomcat to receive the forwarded requests from Apache. The default parameters are in the server.xml, and usually commented out. Jeffrey Harris This e-mail and any attachments are intended only for the use of the addressee(s) named herein and may contain proprietary information. If you are not the intended recipient of this e-mail or believe that you received this email in error, please take immediate action to notify the sender of the apparent error by reply e-mail; permanently delete the e-mail and any attachments from your computer; and do not disseminate, distribute, use, or copy this message and any attachments.