> From: Dobbins, Michael G [mailto:[EMAIL PROTECTED] 
> Subject: Hijacking the coyote connector
> 
> My next attempt, I repackaged our connector to replace the
> org.apache.catalina.connector package and put that in the
> -Xbootclasspath

I don't think that's the right place.  -Xbootclasspath should be used
only to override or augment the jars in <JAVA_HOME>/jre/lib (e.g.,
rt.jar, jsse.jar), not classes that come out of Tomcat's server/lib.  I
suspect things ended up under the wrong classloader, making life
difficult for all concerned.  You will probably have to just replace
server/lib/catalina.jar with your modified version.

I don't see where className was ever a documented attribute for a
<Connector> element in 5.0 (although it apparently was in 4.1); it is a
valid attribute for <Service> though.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

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

Reply via email to