AW: Logging with mod_jk

2004-07-20 Thread Jens . Mueller
Hello Tim, I have not read your answer correctly, sorry. The (%a) was ignored by my eyes... 8-) Is it possible to use the Apache-Log-Variables for the mod_jk-log? I tried this, but then the apache says, that there is an error in that directive. JkRequestLogFormat %a . -- Syntax error on

RE: Logging with mod_jk

2004-07-16 Thread Jens . Mueller
No hints? -Ursprüngliche Nachricht- Betreff: *** Mail von extern mit internem Absender ***Logging with mod_jk Hello all, is it possible to log the Client-IP with mod_jk on Apache 1.3.x ?? The is nothing about it in the Documentation. I use the JkLogStampFormat-Directive. Greets Jens

AW: Logging with mod_jk

2004-07-16 Thread Jens . Mueller
It is on a intranet-maschine, so we disabled the logging from apache, because we need the duration of the request/response and the mod_jk-log give us that information. We want, that the mod_jk-log looks like the apache-log, with the duration as an aditional information. - Jens -Ursprüngliche

Logging with mod_jk

2004-07-15 Thread Jens . Mueller
Hello all, is it possible to log the Client-IP with mod_jk on Apache 1.3.x ?? The is nothing about it in the Documentation. I use the JkLogStampFormat-Directive. Greets Jens - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Disable 401-Message in Tomcat 5.0.25

2004-06-28 Thread Jens . Mueller
Hi all, it is possible, to disable the message wich appears, if I set response.setStatus(HttpServletResponse.SC_UNAUTHORIZED); in Tomcat 5.0.25 ?? The Message looks like this: = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = htmlheadtitleApache Tomcat/5.0.25 - Error

AW: Disable 401-Message in Tomcat 5.0.25

2004-06-28 Thread Jens . Mueller
With disable I mean, that the Tomcat sends nothing. An empty response-body. No Content. Just the HTTP-headers. Is that possible? Jens -Ursprüngliche Nachricht- Von: QM [mailto:[EMAIL PROTECTED] Gesendet: Montag, 28. Juni 2004 14:06 An: Tomcat Users List Betreff: Re: Disable 401-Message

Tomcat 5 + SSL

2004-06-25 Thread Jens . Mueller
Hello all, I have a question about the SSL-handling in tomcat 5. The Apache Webserver has a feature, that allows to send not only the last certificate of a certificate chain, but the whole certificate chain. Example: I have a verisign certificate. The tomcat only sends this single certificate.

AW: AW: Problem with Tomcat + Apache + mod_jk

2004-06-23 Thread Jens . Mueller
Hello ming fang, thanks for your help. I found no 'new' way, to disable the chunked response. What I did, is to set request.setContentLength(0); When I connect directly to the tomcat, I'll see this header: Content-Length: 0 But when I connect to the Apache, I'll see this header:

Migration 4.1.27 to 4.1.30 - Servlet-Configuration won't work

2004-06-23 Thread Jens . Mueller
Hi all, I want to migrate a single webapplication from Tomcat 4.1.27 to Tomcat 4.1.30. So I installed the new version on my server. After configuration I copied my webapplication from 4.1.27 to 4.1.30. It is a ROOT-webapp. In this application there a 3 servlets with the follwing mapping

AW: Migration 4.1.27 to 4.1.30 - Servlet-Configuration won't wor k

2004-06-23 Thread Jens . Mueller
Oh sorry, that is just a typo. That's the right mapping (don't know, where the l came from): servlet-mapping servlet-nameappmanager/servlet-name url-pattern/appmanager/url-pattern /servlet-mapping And the login-Request is http://xxx/login/, and not http://xxx/login. The curious is,

Problem with Tomcat + Apache + mod_jk

2004-06-22 Thread Jens . Mueller
Hello, I have new cognitions. The failure only appears, when the server sends a 302 - Moved Temporarily, so a redirect. But not every time. The HTTP-Request looks as follow: GET /login/ HTTP/1.1\r\n Host: x\r\n Cookie: JSESSIONID=C825930D6AACACFF3C38D40E9A1AB975.e1\r\n \r\n And now

Problem with Tomcat + Apache + mod_jk

2004-06-22 Thread Jens . Mueller
Without Apache and mod_jk it works fine, so the application is clean. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

AW: Problem with Tomcat + Apache + mod_jk

2004-06-22 Thread Jens . Mueller
The response from the tomcat looks as follow: = HTTP/1.1 302 Moved Temporarily Set-Cookie: JSESSIONID=E733DF07439078F09D5DD92695DA91F6.e1; Path=/ Location: x/login/ Content-Type: text/plain Content-Length: 0 Date: Tue, 22 Jun 2004

Problem with Tomcat + Apache + mod_jk

2004-06-21 Thread Jens . Mueller
Hello List, I have a problem with Tomcat 4.1.27, Apache 1.3.26, mod_jk 1.2.5, JDK1.4.2. Somethimes the Apache sends a wrong HTTP-Answer and I'll see the following HTTP-Header in the browser: #3Apache Tomcat/4.1.27 HTTP/1.1 302 Moved Temporarily Date: Fri, 18 Jun 2004 11:23:55 GMT Server:

Tomcat 4.1.27 Milestone 2??

2004-05-11 Thread Jens . Mueller
Hello all, I'm looking for the Milestone2-Relase of Tomcat 4.1.27. I found the 4.1.27 in the archive, but is it the Milestone 2? How can I identify this? Jens - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

AW: Tomcat 4.1.27 Milestone 2??

2004-05-11 Thread Jens . Mueller
A point of principle: how is the order of the releases? 1. Milestone 1 - x 2. Release Candidate 1 - x 3. Final ?? So the 4.1.27 wich ist archived is the final and of course better as the Milestone 2? -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet:

AW: Tomcat 4 Clustering

2004-05-07 Thread Jens . Mueller
It is running as root with j2se 1.4.2, so I think it must be an other problem. Could it be, that java miss some nativ libraries? The tomcat's are running in a chroot-environment. Jens -Ursprüngliche Nachricht- Von: Filip Hanik - Dev [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 6. Mai

AW: How to limit time for Connector threads?

2004-05-07 Thread Jens . Mueller
Hi Rodrigo, it is possible to debug a remote server in eclipse, which is not started in the ide? Do you have a link where I can find informations about this technique or a little bit time to explain it for me? Thanx Jens -Ursprüngliche Nachricht- Von: Rodrigo Ruiz [mailto:[EMAIL

WG: Tomcat 4 Clustering

2004-05-06 Thread Jens . Mueller
Hi all, I'm playing with Clustering on Tomcat 4.1.30 (1 Solaris-Server called eules with 2 tomcat instances). The only usefull solution I found, is your replicator (tomcat-replication.jar). But there are some problems and I hope that you can help me. :) When I start tomcat 1, I'll see the

Tomcat 4 Clustering

2004-05-06 Thread Jens . Mueller
Hi Filip, I'm playing with Clustering on Tomcat 4.1.30 (1 Solaris-Server called eules with 2 tomcat instances). The only usefull solution I found, is your replicator (tomcat-replication.jar). But there are some problems and I hope that you can help me. :) When I start tomcat 1, I'll see the