ok, looks good. Are you sure that the ajp13 connector is enabled in tomcat?
Try to telnet to localhost port 8009, and see if you get a response. $ telnet localhost 8009 Trying 127.0.0.1... Connected to stafbox. Escape character is '^]'. If you get "connection refused" or something like that, the tomcat ajp13 connector isn't enabled. ( or tomcat isn't running at all ;-) Hope this helps -- Staf Wagemakers email: staf at patat.org homepage: http://staf.patat.org On Wed, Mar 24, 2004 at 03:22:58PM +0100, Dionisio Ruiz de Zarate wrote: > i have those lines in my workers.properties file > worker.list=ajp13 > worker.ajp13.port=8009 > worker.ajp13.host=localhost > worker.ajp13.type=ajp13 > > > What have you specified in your workers.properties? Normally you should > > have: > > > > worker.list=ajp13 > > ... > > worker.ajp13.port=8009 > > worker.ajp13.host=localhost > > worker.ajp13.type=ajp13 > > ... > > > > > > The ajp13 connector must be enabled in your server.xml. > > Try to telnet localhost 8009 to be sure. > > > > kind regards, > > > > -- > > Staf Wagemakers > > > > email: staf at patat.org > > homepage: http://staf.patat.org > > > > On Wed, Mar 24, 2004 at 02:13:20PM +0100, Dionisio Ruiz de Zarate wrote: > >> Hello i have one great problem. I am trying for solvig it during one > >> week > >> and i canot solve it. > >> > >> i have one linux machie (suse 9) with the 1.4.2_03 jdk instaled. > >> the machine has the apache 2.0.48. > >> i have download and install the tomcat 4.1.30 and i have the connectors > >> source download and compile the mod_jk. > >> > >> i have start the tomcat and the apache 2 and appeaars the bellos errors > >> in > >> the log files. > >> > >> i put the conf files bellow. > >> > >> can you help me for solving this problem please? > >> thanks > >> > >> in the apache conf file i have: > >> JkWorkersFile "/opt/jakarta/tomcat/conf/workers.properties" > >> JkLogFile "/opt/jakarta/tomcat/logs/mod_jk.log" > >> JkLogLevel debug > >> JkMount /*.jsp ajp13 > >> > >> ERRORS: > >> > >> > >> int he apache log file: > >> 192.168.0.250 - - [24/Mar/2004:13:28:52 +0100] "GET /index.jsp HTTP/1.1" > >> 500 1063 "http://www.domain.com/" "Mozilla/5.0 (compatible; > >> Konqueror/3.1; > >> Linux)" > >> > >> in the tomcat mod_jk.log file: > >> [Wed Mar 24 13:28:52 2004] [jk_ajp_common.c (1318)]: Error connecting > >> to > >> tomcat. Tomcat is probably not started or is listening on the wrong > >> port. > >> worker=ajp13 failed errno = 101 > >> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
