My connector config is not quite up to date, could you provide instructions to disable 
the coyote connector and enable the old http1.1 connector

Can I have multiple connectors operating at the same time?

Is is the portion of the default server.xml that I would uncomment?

    <!-- Define a non-SSL legacy HTTP/1.1 Test Connector on port 8083 -->
    <!--
    <Connector className="org.apache.catalina.connector.http.HttpConnector"
               port="8083" minProcessors="5" maxProcessors="75"
               enableLookups="true" redirectPort="8443"
               acceptCount="10" debug="0" />
    -->

> -----Original Message-----
> From: Rasputin [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, December 19, 2002 8:34 AM
> To: Tomcat Users List
> Subject: Re: 4.1.17 Problems - Possibly Coyote Connector?
> 
> 
> * Luc Foisy <[EMAIL PROTECTED]> [1214 20:14]:
> >  
> > > > The actual web application did not seem to have a problem on 
> > > > the front side. Everything went on as normal on 4.1.12
> > > > Pages failed to be served correctly on 4.1.17 ( they are 
> > > > blank ) though logging on with a new session will serve the 
> > > > first couple pages then start blanking.
> 
> > > This looks like exactly what is happening to me. 4.1.12 
> > > works, 4.1.17 gives me the problem. One thing to note is 
> that my application does 
> > > not use JSP so must be a catalina or coyote issue. Are 
> you using the stock 
> > > Coyote/HTTP 1.1 connector or are you using one of the JK 
> connectors?
> 
> > I am using whatever 4.1.x is set to use by default. Which I 
> am pretty sure is the Coyote/HTTP 1.1 connectors.
> 
> This might be a dumb question, but have you tried using the 
> older http/1.1
> connectors to see if the problem goes away? At least then you 
> know it's
> Coyote's fault.
> 
> -- 
> Rasputin :: Jack of All Trades - Master of Nuns
 

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

Reply via email to