On Thu, 15 Aug 2002, Robert L Sowders wrote: > The reference to "21000" is not a reference to a port, I believe > it's an error condition from tomcat when it can't find all of it's > vm. > > You have to use mod_jk2, the port is referenced in the > jk2.properties file and all the mount points are referenced in the > workers2.properties file along with everything Tomcat needs to start > up and shut down, while running in process with Apache. You should > not install Tomcat as a service in this scenario.
OK. If this is involves running Tomcat in-process and/or on Windows, my comments may not be applicable -- I'm not familiar with that sort of setup. > Milt Epstein <[EMAIL PROTECTED]> > 08/15/2002 05:11 PM > Please respond to "Tomcat Users List" > > > To: Tomcat Users List <[EMAIL PROTECTED]> > cc: > Subject: RE: Still can't get Apache to forward to Tomcat > > On Thu, 15 Aug 2002, Koes, Derrick wrote: > > > If using mod_jk, where is the port specified on the Apache side? > > In the workers.properties file (there's only one properties file in > mod_jk, from the below it looks like there are two for mod_jk2, and I > didn't know which one has the port info). Just look for something > that mentions "port". > > > > -----Original Message----- > > From: Milt Epstein [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, August 15, 2002 4:51 PM > > To: Tomcat Users List > > Subject: Re: Still can't get Apache to forward to Tomcat > > > > On Thu, 15 Aug 2002, Kenny G. Dubuisson, Jr. wrote: > > > > > I've been trying all day (installed from blank hard drive twice) and > > > I can't get Apache to forward requests to Tomcat. I'm testing this > > > by trying to access http://localhost/examples. It should be > > > forwarding to http://localhost:8080/examples (Tomcat's examples). > > > > > > I've found the following two entries in my Apache error.log file: > > > [Thu Aug 15 15:23:51 2002] [error] lb_worker.service() all workers in > > error > > > or disabled state > > > [Thu Aug 15 15:23:51 2002] [error] mod_jk.handler() Error connecting > to > > > tomcat 21000 > > > > > > Does anyone have any ideas? I used the workers2.properties and > > > jk2.properties files from Dave on this list (I only changed the > paths). > > > Everything else is default Apache 2.0.39, Tomcat 4.1.8, and JSDK > 1.3.1. > > > Thanks, > > > Kenny > > > > Did you make sure that both sides (i.e. Apache and Tomcat) agree on > > what port the Tomcat AJP connector is running on? For the Apache > > side, that's specified in one of those properties files (I know > > mod_jk, not mod_jk2, so I can't tell you for sure where it's > > specified). For the Tomcat side, it's specified in server.xml, look > > for the Connector tag that specifies the AJP info. > > > > I'm wondering if that "21000" above indicates that the Apache side is > > looking for it on port 21000. The default "out of the box" on the > > Tomcat side in server.xml is 8009. > > > > Milt Epstein > Research Programmer > Systems and Technology Services (STS) > Campus Information Technologies and Educational Services (CITES) > University of Illinois at Urbana-Champaign (UIUC) > [EMAIL PROTECTED] > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > Milt Epstein Research Programmer Systems and Technology Services (STS) Campus Information Technologies and Educational Services (CITES) University of Illinois at Urbana-Champaign (UIUC) [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
