AW: Jk and IIS 6 slow (resent)

2005-04-27 Thread Michael Südkamp
> > Then why use IIS at all? Just configure Tomcat for ports 80 > and 443 and eliminate the extra unnecessary software. This is usually a customer demand. They want to have a webserver connected to the Internet they (hope they) are familiar with. Michael ---

wil Tomcat stop request thread after a timeout?

2005-04-27 Thread Michael Südkamp
Hello, I wonder if Tomcat will stop a servlet execution thread after a certain timeout (adjustable?)? Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

AW: Jk and IIS 6 slow (resent)

2005-04-27 Thread Michael Südkamp
27;s fast again. So sorry for blaming JK. Michael > -Ursprüngliche Nachricht- > Von: Mladen Turk [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 26. April 2005 13:44 > An: Tomcat Users List > Betreff: Re: Jk and IIS 6 slow (resent) > > > Michael Südkamp wrote: > &

Jk and IIS 6 slow (resent)

2005-04-26 Thread Michael Südkamp
Hello, I posted this question already a few days ago. Maybe this time I have more luck with an answer ;-) We have a problem with the IIS6/JK-connection on some of our Windows 2003 webservers (IIS 6). Each request waits inside the JK connector for about 15 seconds until it is forwarded to Tomcat

Jk and IIS 6 slow

2005-04-22 Thread Michael Südkamp
Hello, We have a problem with the II6/JK-connection on some of our Windows 2003 webservers (IIS 6). Each request waits inside the JK connector for about 15 seconds until it is forwarded to Tomcat. I replaced our JK DLL with the recent version I found (1.2.10) and have the same problem. I set the

AW: URL encoding/decoding of UTF-8 characters

2005-04-06 Thread Michael Südkamp
Hi, We have all our pages UTF-8-encoded so I think what I am talking about: At least in Tomcat you must UTF-8-decode the request parameters obtained from method getParameter() of interface ServletRequest yourself. Our web-apps runs also at some customer sites with other app servers like JRun or

AW: filter question

2005-02-24 Thread Michael Südkamp
If you need an example how to modify the response, see http://java.sun.com/developer/EJTechTips/2002/tt0919.html#1. If you need a good lib that let you modify your HTML, e.g. inserting a hidden field into a form, see http://freshmeat.net/projects/jerichohtml/. Michael ---

AW: performance issue with JK und IIS6

2004-12-23 Thread Michael Südkamp
chael > -Ursprüngliche Nachricht- > Von: Michael Südkamp [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 21. Dezember 2004 12:20 > An: [EMAIL PROTECTED] > Betreff: performance issue with JK und IIS6 > > > Hi, > > I found this link which confirms a IIS6 problem

AW: performance issue with JK und IIS6

2004-12-22 Thread Michael Südkamp
Thank you! The user in your link described a problem related to IE but not with other HTTP clients. I didn't mention that in our case the problem is not related to a specific HTTP client. Anyway I grabbed and applied the MS Hotfix and made the registry tweaks. But that didn't help at all. Would

AW: performance issue with JK und IIS6

2004-12-21 Thread Michael Südkamp
> You just must love Microsoft engineers just for that statement. > One has to make something like that, and then dare to say it's > a better product then before :). I neither love nor hate MS or any other company or product. I was just looking for a solution to my issue. > You a using IIS5 comp

AW: performance issue with JK und IIS6

2004-12-21 Thread Michael Südkamp
Do you have some smart keywords for searching this issue? Michael > -Ursprüngliche Nachricht- > Von: Parsons Technical Services > [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 21. Dezember 2004 13:21 > An: Tomcat Users List > Betreff: Re: performance issue with JK und IIS6 > > > Check t

performance issue with JK und IIS6

2004-12-21 Thread Michael Südkamp
Hi, I found this link which confirms a IIS6 problem for ISAPI filters that use the WriteClient API. http://support.microsoft.com/default.aspx?scid=kb;EN-US;840875 Does this apply to the JK connector? The workarounds described there show no difference for us, however. Michael --

performance issue with JK und IIS6

2004-12-21 Thread Michael Südkamp
Hi, We have a strange performance issue with Tomcat 4.1.30, JK1, IIS6 (Windows 2003 Server). I placed a big file (20 MB) into a Tomcat web-app root and downloaded it on some clients with "save link as". On certain clients the download rate is about 50 KB/s if the file is accessed via IIS and the

Problem with Tomcat-IIS-Connection by JK

2004-12-17 Thread Michael Südkamp
It's solved! The customer admin has left an old JK setup on host level which I wasn't aware of when installing at website level. Best Regards Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Problem with Tomcat-IIS-Connection by JK

2004-12-17 Thread Michael Südkamp
Hi, I have connected Tomcat 4.1.30 to IIS a lot of times at several customer sites. Now at one site I have a problem. The JK log reports the following when accessing a resource at context '/dw_3_16_12'. The ajp13 worker is correctly configured in workers.properties. It's a distributed configurati

Performance with/without loadbalancing

2004-12-07 Thread Michael Südkamp
Hi, I set up loadbalancing with Tomcat 4.1.30 and the JK connector and tested it with JMeter. For a certain test configuration I found the following average request durations: Tomcat workers request duration --- 1 (no load balancing) 35 seconds 2

forwarding requests and response headers

2004-10-07 Thread Michael Südkamp
Hi, I have the following question: If I set response headers in one servlet/JSP and then forward the request to another servlet/JSP, will the response generated from the target servlet/JSP contain the headers from the first servlet/JSP? My thought prior to testing was it could work, but tests in

AW: Problem with session counting

2004-08-31 Thread Michael Südkamp
Hm, the API doc for HttpSessionListener states that sessionDestroyed() should be called when a session is invalidated not when the session object will be destroyed. I can wait eternally, for the orphan sessions the sessionDestroyed() method will never be called. I think I am close to the soluti

AW: Tomcat 5 JK2 IIS 5

2004-08-24 Thread Michael Südkamp
Yes the Tomcat JK2 docu is suboptimal. You can try an installer from this site http://www.shiftomat.com/opensource/. It worked for me. If you don't trust the EXE, the Nullsoft installer script is available and you can build the script yourself. Michael -

Tutorial on Tomcat and JMX ?

2004-06-17 Thread Michael Südkamp
Hi, Is there any good tutorial on how to play with the JMX capabilities of Tomcat 4 or 5? I have a basic understanding of JMX but I don't know how to get it to work with Tomcat. Michael - To unsubscribe, e-mail: [EMAIL PROTECT

profiling with -Xrunhprof

2004-03-26 Thread Michael Südkamp
Hi, I ran my Tomcat web-app with Sun JDK 1.4.2 with the built-in profiler activated: My options are: cpu=times,thread=y,cutoff=0,format=a which should give me exact method call times. My problem is that the reported method call counts are strange. For example one method which is called on

HPjmeter

2004-03-22 Thread Michael Südkamp
Hi, Are there any experiences with the profiling tool HPjmeter available from http://www.hp.com/products1/unix/java/hpjmeter with Tomcat? I can run it but the result shows a lot of Tomcat internals and I find it difficult to get any useful info about my web-app. Michael -

AW: Problems getting Tomcat 5.0.18 to work with IIS 5

2004-02-15 Thread Michael Südkamp
Do you have a JDK installed? A JRE would be not enough. Michael > -Ursprüngliche Nachricht- > Von: Alex L. [mailto:[EMAIL PROTECTED] > Gesendet: Freitag, 13. Februar 2004 21:24 > An: Tomcat Users List > Betreff: Re: Problems getting Tomcat 5.0.18 to work with IIS 5 > > > This one did th

AW: Problems getting Tomcat 5.0.18 to work with IIS 5

2004-02-12 Thread Michael Südkamp
The online docs are not clear. You can use the JK2/IIS setup provided here http://www.shiftomat.com/opensource/ Michael > -Ursprüngliche Nachricht- > Von: Alex L. [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 12. Februar 2004 18:43 > An: Tomcat Users List > Betreff: Problems getting

AW: IIS + Tomcat running in different machines

2004-02-11 Thread Michael Südkamp
If you have the local connection working, changing the worker.ajp13.host parameter from localhost to the tomcat host should do it. Is the Tomcat host reachable with "telnet 192.168.1.28 8009" ? Michael - To unsubscribe, e-mail: