You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by R_...@mumbai.tcs.co.in on 2002/09/04 13:31:14 UTC

Re: apache tomcat response

----- Forwarded by R Kannan/TMs/TCSMUMBAI/TCS on 09/04/02 05:17 PM -----
                                                                                                                   
                    John Turner                                                                                    
                    <john@johnturn       To:     "kannan" <r_...@mumbai.tcs.co.in>                              
                    er.com>              cc:                                                                       
                                         Subject:     Re: apache tomcat response                                   
                    09/04/02 03:10                                                                                 
                    PM                                                                                             
                                                                                                                   
                                                                                                                   








>hi all,
>
>        I am using Apache 1.3.22 + tomcat 4.0.1 on windows NT
> workstation.I am able to successfully communicate with tomcat through
> apache but the response is very slow.
>can you help me in this regard?can you please give me a url to prepare
>mod_jk.so for windows nt?
>
>        I did the following changes:
>
>   in httpd.conf:
>
>     I uncommented the following:
>
>     LoadModule proxy_module modules/mod_proxy.so
>     AddModule mod_proxy.c
>
>   and include the following line at the end:
>
>  #include "D:/Program Files/Apache Group/Apache/conf/tomcat.conf"
>
>In server.xml ,
>
>i uncommented:
>
><Connector className="org.apache.catalina.connector.http.HttpConnector"
>                port="8080" minProcessors="5" maxProcessors="75"
>                enableLookups="true"
>                acceptCount="10" debug="0" connectionTimeout="60000"
>                proxyPort="80"/>
>
>and commented
>
>  <Connector className="org.apache.catalina.connector.http.HttpConnector"
>                port="8080" minProcessors="5" maxProcessors="75"
>                enableLookups="true" redirectPort="8443"
>                acceptCount="10" debug="0" connectionTimeout="60000"/>
>
>no other changes.
>
>thanks in advance,
>kannan
>
>
>






--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>