Re: Request parameters when using Apache mod_rewrite [SOLVED]

2008-01-18 Thread Dieter Schicker
Ok, sorry for bugging you. I overlooked the fact that I get the following headers: x-forwarded-for: 1.2.3.4 x-forwarded-host: abc.com x-forwarded-server: abc.com Dilino Dieter Schicker wrote: > Hi, > > I'm running Tomcat 6.0.14 behind an Apache with mod_rewrite proxying. >

Request parameters when using Apache mod_rewrite

2008-01-18 Thread Dieter Schicker
Hi, I'm running Tomcat 6.0.14 behind an Apache with mod_rewrite proxying. RewriteRule ^/www/(.*\.xyz)$ http://127.0.0.1:8080/webapp/$1 [P] Now when I examine the request object with e.g. request.getRemoteAddr(); I (of course) get "127.0.0.1". So my question is: Is there a way to get the "

Re: tomcat iptables problem - problem kinda solved

2007-10-05 Thread Dieter Schicker
ing GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHA6li9CaO5/Lv0PARAidYAJ0Q0znqi2xu02uZ6uwatD1kZBmYgQCfQTMF IqX42e199hyP7v4RF330Jxw= =7VuT -END PGP SIGNATURE- - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTE

Re: tomcat iptables problem

2007-10-03 Thread Dieter Schicker
Sorry, of course the "accept bla bla" goes into a separate line! Dieter Schicker wrote: Thanks a lot for all your valuable answers! Unfortunately none of them helped me. Let me give you an example of this strange behavior (tomcat starting very slowly [>3min.]). ipt

Re: tomcat iptables problem

2007-10-03 Thread Dieter Schicker
at-6.0.14). Any suggestions? Many thanks in advance Dieter Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dieter, Dieter Schicker wrote: Now I set up an iptables firewall (with fwbuilder) with the following open ports: 8080 (http), 8005 (shutdown?), 8009 (ajp

tomcat iptables problem

2007-10-02 Thread Dieter Schicker
Hi, this is my first mail to this list so please forgive me if it's the wrong list. Here's my problem: I'm running tomcat 5.5.23 on Debian Etch (4.0) with Linux kernel 2.6.18-4-xen-amd6. Now I set up an iptables firewall (with fwbuilder) with the following open ports: 8080 (http), 8005 (shutdown?

Re: newbie:access tomcat virtual host via apache

2006-02-05 Thread Dieter Schicker
From: Dieter Schicker [mailto:[EMAIL PROTECTED] Sent: Sunday, February 05, 2006 4:46 AM To: Tomcat Users List Subject: Re: newbie:access tomcat virtual host via apache If you can't mount / because you also run php on apache, you can afaik only mount specific directories of tomcat in Apache, e

Re: newbie:access tomcat virtual host via apache

2006-02-05 Thread Dieter Schicker
If you can't mount / because you also run php on apache, you can afaik only mount specific directories of tomcat in Apache, e.g. http://foo.bar.com:8080/jsp-examples => http://foo.bar.com/jsp-examples. In Google you can find many examples for this configuration. Didi matador wrote: runnning

Re: Strange problem with tomcat Please help

2006-02-03 Thread Dieter Schicker
Maybe a firewall issue? Dieter [EMAIL PROTECTED] wrote: Hi all I am a newbie to tomcat. I installed jarkarta tomcat 5.5.9 with fedoracore3 OS. I already have j2sdk1.5.2 installed on it. I downloaded and configured tomcat from http://www.coreservlets.com/Apache-Tomcat-Tutorial/tomcat5.5-file

jk2 question

2006-02-01 Thread Dieter Schicker
Hello, I have to connect an Apache location to a Tomcat webapp with a different name. How can I achieve this? e.g. http://localhost/edu/fedora should point to http://localhost:8080/fedora Any ideas? Many thanks in advance Dieter

AJP13 Connector question

2006-01-30 Thread Dieter Schicker
Hi, I'm new to this list so please point me to the right address if this is off-topic here. Thanks. I got a question concerning the ajp13 connector (I run Apache 2.0.54 and Tomcat 5.0 with mod_jk2). I want requests to (Apache) http://server/edu/fedora/search* to be mapped to (Tomcat) http: