RE: Can't find ajp13 connector

2006-05-23 Thread Williams, Allen
ssage- From: David Smith [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 23, 2006 12:13 PM To: Tomcat Users List Subject: Re: Can't find ajp13 connector grep is case sensitive and will only match ajp13, not Ajp13. If you want to find Ajp13Connector, the command should be written: jar -tvf *.

Re: Can't find ajp13 connector

2006-05-23 Thread David Smith
l Message- >From: Mladen Adamovic [mailto:[EMAIL PROTECTED] >Sent: Tuesday, May 23, 2006 11:07 AM >To: Tomcat Users List >Subject: Re: Can't find ajp13 connector > >Williams, Allen wrote: > > >>I tried this: jar -tvf | grep ajp13 in both common and server &

RE: Can't find ajp13 connector

2006-05-23 Thread Williams, Allen
[mailto:[EMAIL PROTECTED] Sent: Tuesday, May 23, 2006 11:07 AM To: Tomcat Users List Subject: Re: Can't find ajp13 connector Williams, Allen wrote: > I tried this: jar -tvf | grep ajp13 in both common and server > directories, and got nothing. > I'm not sure what jar -tvf do

Re: Can't find ajp13 connector

2006-05-23 Thread Mladen Adamovic
Williams, Allen wrote: I tried this: jar -tvf | grep ajp13 in both common and server directories, and got nothing. I'm not sure what jar -tvf does but I used the following Python script to find class in jar files on the disk: [EMAIL PROTECTED] hp]$ cat jarFinder.py #!/usr/bin/python impor

RE: Can't find ajp13 connector

2006-05-23 Thread Williams, Allen
TED] Sent: Tuesday, May 23, 2006 1:40 AM To: Tomcat Users List Subject: Re: Can't find ajp13 connector Allen Williams wrote: > I can't find anywhere that I can download a jar of > this package, > but isn't it supposed to be in one of the standard .jar's anyway? What &

Re: Can't find ajp13 connector

2006-05-22 Thread Mladen Adamovic
Allen Williams wrote: I can't find anywhere that I can download a jar of this package, but isn't it supposed to be in one of the standard .jar's anyway? What would have lost it? Using CATALINA_BASE: /var/lib/tomcat5 Using CATALINA_HOME: /usr/share/tomcat5 It seems that you are using Tomc

Can't find ajp13 connector

2006-05-22 Thread Allen Williams
Below is my tomcat5 log file. As you can see, on startup it can't find the Ajp13Connector class. I can't find anywhere that I can download a jar of this package, but isn't it supposed to be in one of the standard .jar's anyway? What would have lost it? Using CATALINA_BASE: /var/lib/tomcat5 Us