Chris,

Thanks for letting me know,

What I wanted to know is that is it ok to add this as shown below

protocol="org.apache.coyote.http11.Http11Protocol"

in

<Connector port="8080" maxHttpHeaderSize="8192" *
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false"  acceptCount="100" connectionTimeout="20000"
disableUploadTimeout="true" />

Regards::Geet

On Wed, Mar 6, 2013 at 11:36 AM, Christopher Schultz <
ch...@christopherschultz.net> wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA256
>
> Geett,
>
> On 3/5/13 10:45 PM, Geett Chanddra Singha wrote:
> > Hi All,
> >
> > I am using Apache Tomcat version 6.0.035 for a web application,
> > everything seems to be working fine when I access the application
> > in HTTPS mode,however if I try to access in HTTP mode, I am not
> > able launch home page of web application.As a workaround I made a
> > small change as highlighted in red color in server.xml as given
> > below:
> >
> > <Connector port="8080" maxHttpHeaderSize="8192" *
> > protocol="org.apache.coyote.http11.Http11Protocol"*
> > maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
> > enableLookups="false"  acceptCount="100" connectionTimeout="20000"
> > disableUploadTimeout="true" />
> >
> > So I would like to know is it ok add mentioned parameter to
> > server.xml.
>
> Colors, etc. are stripped by the list. Please use text-only to
> indicate any diffs you want to show.
>
> - -chris
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG/MacGPG2 v2.0.17 (Darwin)
> Comment: GPGTools - http://gpgtools.org
> Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
>
> iEYEAREIAAYFAlE23OgACgkQ9CaO5/Lv0PCUgwCgj844bGdrVWNYm4OcOAxTW462
> 18AAn3rTkodHOIm7hKVcfvP/s2Jl9jTE
> =2CVm
> -----END PGP SIGNATURE-----
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>


-- 
Thanks & Regards
Geett Chanddra Singha

Reply via email to