Who's listening on port 8009? Is it Apache or Tomcat or the mod_jk connector? Can you supply portions the changed portions of httpd.conf, server.xml and workers.properties? Normally, the Tomcat side of the AJP13 connector is listening on 8009, so trying to access this port from the browser won't make sense . . . .
Roger Whitcomb Computer Associates Senior Software Engineer Development Phone: +1 408 965 8653 FAX: +1 408 965 8805 [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > -----Original Message----- > From: Bo Min Jiang [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 23, 2002 3:00 PM > To: Tomcat Users List > Subject: ArrayBoundsException with AJP13 Connector > > Hi, > > Having given up on using mod_webapp on Win2K for the time being, I decided to give >the AJP13 connector a try. I believe that I configured the server.xml, httpd.conf, >and workers.properties correctly, but when I try to access http://localhost:8009, >Tomcat throws the following error: > > java.lang.ArrayIndexOutOfBoundsException > at org.apache.ajp.Ajp13Packet.hexLine(Ajp13Packet.java:532) > at org.apache.ajp.Ajp13Packet.dump(Ajp13Packet.java:550) > at org.apache.ajp.Ajp13Packet.checkIn(Ajp13Packet.java:204) > at org.apache.ajp.Ajp13.receive(Ajp13.java:479) > at org.apache.ajp.Ajp13.receiveNextRequest (Ajp13.java:274) > at org.apache.ajp.tomcat4.Ajp13Processor.process(Ajp13Processor.java:371 > ) at org.apache.ajp.tomcat4.Ajp13Processor.run(Ajp13Processor.java:495) > at java.lang.Thread.run(Thread.java:484) > > Has anyone seen this before? Any idea on how to fix this? > > Thanks, > Bo << File: ATT680730.txt >> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
