Japanese on tomcat 4.0.3

2005-06-19 Thread Yair Fine
Hello, There is an attribute: URIEncoding=UTF-8 which can be put in Connector element, if the connector is Coyote. I use tomcat 4.0.3 (with HttpConnector). In the documentation there is no URIEncoding=UTF-8 for this kind of connector. How do I configure this attribute any way? My

Compression doesn't work :(

2005-06-19 Thread smmarrt
I try setting compression-related properties on Connector, but it doesn't compress anything :( Connector port=8080 maxHttpHeaderSize=8192 maxThreads=250 minSpareThreads=25 maxSpareThreads=75 enableLookups=false redirectPort=8443 acceptCount=100

SV: Compression doesn't work :(

2005-06-19 Thread =?iso-8859-1?Q?=D8yvind_Johansen?=
Without knowing the proper way to configure compression, it looks like you have configured it to not compressing anything smaller than 2048kbyte? But I could be wrong on this... yvind Johansen ElectricTimeCar 2802 Gjvik, Norway -Opprinnelig melding- Fra: smmarrt [mailto:[EMAIL PROTECTED]

Re: Re: configuration question : the number of connections could be supported by a connector in Tomcat 5.0

2005-06-19 Thread charly
I think the http protocol does not allow the parallel processing of requests using a single connection. At least the response of a following request cannot pass the predecessor on the same connection. (How could the responses be matched to the requests?) So parallel processing is not really

Re: SV: Compression doesn't work :(

2005-06-19 Thread smmarrt
No, Tomcat treats this value in bytes. :( yvind Johansen : Without knowing the proper way to configure compression, it looks like you have configured it to not compressing anything smaller than 2048kbyte? But I could be wrong on this... yvind Johansen ElectricTimeCar 2802 Gjvik, Norway

Re: SV: Compression doesn't work :(

2005-06-19 Thread Christoph Kutzinski
How are you testing that nothing is compressed? E.g. which browser? smmarrt wrote: No, Tomcat treats this value in bytes. :( yvind Johansen : Without knowing the proper way to configure compression, it looks like you have configured it to not compressing anything smaller than 2048kbyte? But

RE: Compression doesn't work :(

2005-06-19 Thread Caldarale, Charles R
Fra: smmarrt [mailto:[EMAIL PROTECTED] Emne: Compression doesn't work :( I try setting compression-related properties on Connector, but it doesn't compress anything :( Connector port=8080 maxHttpHeaderSize=8192 snip compression=on compressionMinSize=2048 / How did you

Re: Tomcat, windows and more memory

2005-06-19 Thread Sergey Livanov
Hi, Charl. Very useful link, http://www.jchem.com/doc/admin/tomcat.html try to edit ENVIRONMENT VARIABLES - JAVA_OPTS CG How do you configure Tomcat (4.1.31) to be allocated CG more memory in Windows when using the installed CG Programs/Apache Tomcat 4.1/Start Tomcat shortcuts? CG These

where can i see log trace logAbandoned

2005-06-19 Thread Anand Vijay
hi all When i say logAbandoned = true in data-source of struts-config.xml , it still does',nt trace abandoned connection .How can i achieve this and where can i see the log? Thanks Vijay - To unsubscribe, e-mail: [EMAIL

[ANN] Java Web Parts release

2005-06-19 Thread Frank W. Zammetti
Thought this might be of interest to some... The Java Web Parts SF project I began had its first release this weekend. It's a pre-alpha, but my thinking is to put out smaller releases as frequently as possible so that, theoretically at least, the code will be more solid when a GA release

Differences between service startup and batch startup

2005-06-19 Thread John Lindley
I have noticed a difference between starting Tomcat 5.0.28 using the service and the batch file. When I run startup.bat, everything seems to be running fine. I have an ODBC node defined, connecting to an Access database, and I have no trouble retrieving the data through Tomcat. However, when