Hi all,

Continuing to try to implement AJP13 for Apache2.0.50 and tomact5.0.27, I
just found that the documentation for the AJP connector remain incomplete for
me. The link:
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/ajp.html
states that:
"The standard implementation of AJP Connector is
org.apache.coyote.tomcat5.CoyoteConnector, but you must specify the protocol
attribute (see below)."
But the options of the implementation are only described in the HTTP
connector documentation at:
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/http.html

So, you have to be curious enough to go there and carefully read it. On the
other hand, AJP and HTTP versions doesn't seem to use the options the same
way (and this remains obscure for me).

I use the options address="IP" port="PORT" for my HTTP connectors frequently,
trying to do the same with AJP gives an error:
SEVERE: Error registering
Standalone:type=RequestProcessor,worker=jk-127.0.0.1-8019,name=JkRequest0
javax.management.InstanceAlreadyExistsException:
Standalone:type=RequestProcessor,worker=jk-127.0.0.1-8019,name=JkRequest0
        at mx4j.server.MBeanServerImpl.register(MBeanServerImpl.java:1123)
        
as if the AJP connector tries to make two connection pools, strange. Removing
the address option removes the exception.

Thank you for your help,

François.


Décharge / Disclaimer

Ce message et toutes les pièces jointes (ci-après le "message") sont confidentiels et 
établis à l'intention exclusive des destinataires. Toute utilisation ou diffusion non 
autorisée est interdite. Tout message électronique étant susceptible d'altération, 
123Multimédia et ses filiales déclinent toute responsabilité au titre de ce message 
s'il a été altéré, déformé ou falsifié.

This message and any attachments (the "message") are confidential and intended solely 
for the addressees. Any unauthorised use or dissemination is prohibited. E-mails are 
susceptible to alteration. Therefore neither 123Multimédia nor any of its subsidiaries 
or affiliates shall be liable for the message if altered, changed or falsified.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to