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 *.
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
&
[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
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
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
&
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
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