Re: AW: Tomcat - Apache: IP replacement

2007-07-04 Thread David Delbecq
ienstag, 3. Juli 2007 20:46 > An: Tomcat Users List > Betreff: Re: Tomcat - Apache: IP replacement > > Nino, I'm thrilled that you onto the problem, and that there definitely > seems to be a real issue, its not just a config glitch somewhere. but it > doesnt look good. >

AW: Tomcat - Apache: IP replacement

2007-07-04 Thread Nino Ulsamer
this Win32DisableAcceptEx doing?? Nino -Ursprüngliche Nachricht- Von: Johnny Kewl [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 3. Juli 2007 20:46 An: Tomcat Users List Betreff: Re: Tomcat - Apache: IP replacement Nino, I'm thrilled that you onto the problem, and that there definitely seems to

AW: Tomcat - Apache: IP replacement

2007-07-03 Thread 吴熊敏
pr�ngliche Nachricht- > Von: Johnny Kewl [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 3. Juli 2007 16:46 > An: Tomcat Users List > Betreff: Re: Tomcat - Apache: IP replacement > > > - Original Message - > From: "Nino Ulsamer" <[EMAIL PROTECTED]> >

Re: Tomcat - Apache: IP replacement

2007-07-03 Thread Johnny Kewl
"Nino Ulsamer" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, July 03, 2007 5:17 PM Subject: AW: Tomcat - Apache: IP replacement Hello, I almost couldn't believe it, but I solved the problem. The issue was Apache missing a flag in its config file, W

AW: Tomcat - Apache: IP replacement

2007-07-03 Thread Nino Ulsamer
this is doing exactly?? Does it have an impact on performance and/or stability of Apache? Regards, Nino -Ursprüngliche Nachricht- Von: Johnny Kewl [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 3. Juli 2007 16:46 An: Tomcat Users List Betreff: Re: Tomcat - Apache: IP replac

Re: Tomcat - Apache: IP replacement

2007-07-03 Thread Johnny Kewl
- Original Message - From: "Nino Ulsamer" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, July 03, 2007 2:25 PM Subject: AW: Tomcat - Apache: IP replacement Hi, thanks for your help! I now tried the following: I set up the configuration a

AW: Tomcat - Apache: IP replacement

2007-07-03 Thread Nino Ulsamer
Users List Betreff: Re: Tomcat - Apache: IP replacement Hi Nino, Just to make sure my memory served me correctly, I setup a test case for Apache -> JK -> TC on a machine (XP SP2) with IPV6 enabled. Apache, Browser and TC... are all on same machine to simulate your test. Apache is no

Re: Tomcat - Apache: IP replacement

2007-07-03 Thread Johnny Kewl
simulate what you getting can only suggest you download the stuff again... the above definitely works, and I'm guessing you got a bum file, or a mismatch between Apache and JK module.. Good Luck - Original Message - From: "Nino Ulsamer" <[EMAIL PROTECTED]>

AW: Tomcat - Apache: IP replacement

2007-07-02 Thread Nino Ulsamer
] Gesendet: Montag, 2. Juli 2007 14:59 An: Tomcat Users List Betreff: Re: Tomcat - Apache: IP replacement - Original Message - From: "Nino Ulsamer" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, July 02, 2007 1:43 PM Subject: AW: Tomcat - Apache: IP rep

Re: Tomcat - Apache: IP replacement

2007-07-02 Thread Johnny Kewl
- Original Message - From: "Nino Ulsamer" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, July 02, 2007 1:43 PM Subject: AW: Tomcat - Apache: IP replacement John, keep cool ;-) So that might be interesting. We indeed have a MS Box running here,

Re: AW: Tomcat - Apache: IP replacement

2007-07-02 Thread Rainer Jung
e the address of the user who originally started the request! Nino -Ursprüngliche Nachricht- Von: Rainer Jung [mailto:[EMAIL PROTECTED] Gesendet: Montag, 2. Juli 2007 12:22 An: Tomcat Users List Betreff: Re: Tomcat - Apache: IP replacement Something is wrong with your config

AW: Tomcat - Apache: IP replacement

2007-07-02 Thread Nino Ulsamer
: Tomcat - Apache: IP replacement Ha ha you made me panic, no my load sharing stuff behind JK, is not doing that, ie getRemoteAddr is working. You know if you on a MS box, (guessing wildly here), the first time I ever saw 0.0.0.0 as a local address is when I was playing with IPv6. and only

Re: Tomcat - Apache: IP replacement

2007-07-02 Thread Johnny Kewl
addresses, maybe? Anyway if its any concillation I dont think JK->TC, does that normally. - Original Message - From: "Nino Ulsamer" <[EMAIL PROTECTED]> To: Sent: Monday, July 02, 2007 12:01 PM Subject: Tomcat - Apache: IP replacement Hello, I have a problem wi

AW: Tomcat - Apache: IP replacement

2007-07-02 Thread Nino Ulsamer
Users List Betreff: Re: Tomcat - Apache: IP replacement Something is wrong with your configuration or box setup. request.getRemoteAddr() works for me, it shows the Apache server address used by the request. Regards, Rainer Nino Ulsamer wrote: > Hello, > > I have a problem with find

Re: Tomcat - Apache: IP replacement

2007-07-02 Thread ben short
I had an issue where getLocalAddr() would return 127.0.0.1 rather than the ip address of my linux box. Altering the /etc/hosts file to something like the following fixed that. I wonder what effect that might have for your problem. 192.168.6.173 box box.domain.com 127.0.0.1

Re: Tomcat - Apache: IP replacement

2007-07-02 Thread Rainer Jung
Something is wrong with your configuration or box setup. request.getRemoteAddr() works for me, it shows the Apache server address used by the request. Regards, Rainer Nino Ulsamer wrote: Hello, I have a problem with finding out the IP address of requests in Tomcat. I'm using the HttpServlet

Tomcat - Apache: IP replacement

2007-07-02 Thread Nino Ulsamer
Hello, I have a problem with finding out the IP address of requests in Tomcat. I'm using the HttpServletRequest.getRemoteAddr() function, but it returns "0.0.0.0". My server configuration is as follows: Apache receives all requests and forwards them to Tomcat via mod_jk. Probably in this step it r