RE: Performance Tuning

2002-09-10 Thread David LAGARDERE
Thank you for your answer. I will do so. Regards, David ___ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com -- To unsubscribe, e-mail: For additional co

Performance Tuning

2002-09-10 Thread David LAGARDERE
Hi. I would like to know if there are some known tips to tune Tomcat 4.0 performances over IIS 5.0. Does isolation degree of Jakarta application import (appart from security considerations) ? Should workers be added and load balanced ? Don't hesitate to give me some advices. Thanks in advance.

ISAPI troubles

2002-09-10 Thread David LAGARDERE
Hi. I'm using Tomcat 4.0 with IIS 5.0 and I get a lot of the following errors : [jk_isapi_plugin.c (580)]: HttpFilterProc [/scripts/..%5c../winnt/system32/cmd.exe] contains on or more invalid escape sequences. [jk_isapi_plugin.c (404)]: jk_ws_service_t::start_response, ServerSupportFunction fail

Configuring HTTP Connector

2002-09-06 Thread David LAGARDERE
Last question : what about the performances ? I've heard that HTTP connector (especially Coyote) to be much better than ajp one. Thanks for your help in advance. David LAGARDERE ___ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran

RE: Tomcat 4.0 IIS Connectors

2002-03-22 Thread David LAGARDERE
Hello Carlos. Jakarta project developers recommend to test the connectors which bring best performances to your application. Now I've tried with Ajp (which worked fine indeed), I would like to compare it with a Jni solution as it doesn't use TCP/IP for IPC at all. Have you tried i

Tomcat 4.0 IIS Connectors

2002-03-22 Thread David LAGARDERE
Hello. I've been trying to make Jni connector and Warp connector work with Tomcat 4.0 and IIS 5 without success. Moreover, I cannot find some relevant documentation dealing with it. Do I have to use only Ajp connctors for the time being ? Thanks in advance. David LAGA