On Fri, 15 Nov 2002, Bill Barker wrote:

> ----- Original Message -----
> From: "Milt Epstein" <[EMAIL PROTECTED]>
> To: "Tomcat Users List" <[EMAIL PROTECTED]>
> Cc: "Bill Barker" <[EMAIL PROTECTED]>
> Sent: Friday, November 15, 2002 8:25 AM
> Subject: Re: ManagedBean is not found with Ajp13Connector
>
>
> > On Fri, 15 Nov 2002, Bill Barker wrote:
> >
> > > In the default 4.1.x server.xml file there is an un-commented out
> > > entry: <Connector
> > > className="org.apache.coyote.tomcat4.CoyoteConnector" port="8009"
> > > minProcessors="5" maxProcessors="75" enableLookups="true"
> > > redirectPort="8443" acceptCount="10" debug="0"
> > > connectionTimeout="20000" useURIValidationHack="false"
> > > protocolHandlerClassName="org.apache.jk.server.JkCoyoteHandler" />
> > >
> > > This is the "coyote connector".  Use this one instead of the
> > > AjpConnector if you want to enable the "admin" webapp that has the
> > > very nice GUI to allow you to configure your server.  If you don't
> > > care about this, remove (or comment out) the two lines under
> > > <Server> that have <Listener
> > > className="org.apache.catalina.mbeans...." />.  In this case, the
> > > "admin" application won't work, but you can use the legacy
> > > AjpConnector.
> >
> > The CoyoteConnector apparently has a bug where isSecure() and
> > getScheme() don't work correctly on SSL requests.  This is pretty core
> > functionality, and makes it unusable for many applications/environments.
> > Has this bug been fixed?
>
> It's been fixed since 4.1.13.
[ ... ]

Great, thanks!

Milt Epstein
Research Programmer
Integration and Software Engineering (ISE)
Campus Information Technologies and Educational Services (CITES)
University of Illinois at Urbana-Champaign (UIUC)
[EMAIL PROTECTED]


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

Reply via email to