Benoit,

Thank you.  That worked.  I appreciate the help!

D

Benoit Jacquemont wrote:

>  The reason why you can'a shutdown your tomcat is because you remove the
> ajp12 connector description in your server.xml file.
> Ajp12 is used to connect to tomcat and to shutdown it. Additionnaly, it also
> used to connect to Apache, but even if you don't use Apache you have to have
> an ajp12 connector. Try to add ths lines in your server.xml file just before
> the first connector:
>
>         <!-- Apache AJP12 support. This is also used to shut down tomcat.
>           -->
>         <Connector className="org.apache.tomcat.service.PoolTcpConnector">
>             <Parameter name="handler"
>        value="org.apache.tomcat.service.connector.Ajp12ConnectionHandler"/>
>             <Parameter name="port" value="8007"/>
>         </Connector>
>
> You can change the port value if this one is already in use.
>
> Benoit
begin:vcard 
n:Powell;Deidra
tel;pager:800/636-4255
tel;fax:919/253-6336
tel;work:919/253-6870
x-mozilla-html:FALSE
url:www.interpath.net
org:Engineering;Database
version:2.1
email;internet:[EMAIL PROTECTED]
title:Principal D.B.A.
adr;quoted-printable:;;5150 McCrimmon Parkway=0D=0ASuite 419;Morrisville;N.C.;27560;USA
fn:Deidra Powell
end:vcard

Reply via email to