Re: Aid: Tomcat/Apache redirect (or forwarding).

2008-12-19 Thread TiredMan
Hassan Schroeder-2 wrote: > > On Tue, Dec 16, 2008 at 9:59 AM, TiredMan wrote: > >> "The page cannot be found" message in IE when i go to >> http://webdomain.com > > You would be better off using Firefox with the Web Developer and > Firebug plugins to get better error messages, but... > >>

Re: Aid: Tomcat/Apache redirect (or forwarding).

2008-12-16 Thread Hassan Schroeder
On Tue, Dec 16, 2008 at 9:59 AM, TiredMan wrote: > "The page cannot be found" message in IE when i go to http://webdomain.com You would be better off using Firefox with the Web Developer and Firebug plugins to get better error messages, but... > As for httpd logs, i not sure they are configured

Re: Aid: Tomcat/Apache redirect (or forwarding).

2008-12-16 Thread TiredMan
Hi again. "The page cannot be found" message in IE when i go to http://webdomain.com As for httpd logs, i not sure they are configured, because i just have next files in logs dir: access.log access_log error.log error_log httpd.pid install.log ssl_request_log Should i enable it somehow? Yes, loca

Re: Aid: Tomcat/Apache redirect (or forwarding).

2008-12-16 Thread Hassan Schroeder
On Tue, Dec 16, 2008 at 9:11 AM, TiredMan wrote: > > Thank you for reply! Maybe you can also point me where I am wrong then? > And when I tried to access webdomain.com from a machine which has not acees > to localdomain.com directly - i did not successed. WTF does that mean? You got a 404? 500 e

Re: Aid: Tomcat/Apache redirect (or forwarding).

2008-12-16 Thread TiredMan
Thank you for reply! Maybe you can also point me where I am wrong then? I've added in httpd.conf at webdomain.com ProxyRequests Off Order deny,allow Allow from all ProxyPass / http://localdomain.com ProxyPassReverse / http://localdomain.com And when I tried to access webdomain.com from a mac

Re: Aid: Tomcat/Apache redirect (or forwarding).

2008-12-16 Thread Hassan Schroeder
On Tue, Dec 16, 2008 at 8:06 AM, TiredMan wrote: > > Hi. Kees de Kooter, are you sure it is possible with mod_proxy? > In this case if i will set at webdomain.com something like: > ProxyPass / http://localdomain.com > It will just redirect user, to http://localdomain.com which is not > accessible

Re: Aid: Tomcat/Apache redirect (or forwarding).

2008-12-16 Thread TiredMan
Hi. Kees de Kooter, are you sure it is possible with mod_proxy? In this case if i will set at webdomain.com something like: ProxyPass / http://localdomain.com It will just redirect user, to http://localdomain.com which is not accessible for him. Or I am missing something? Kees de Kooter wrote:

Re: Aid: Tomcat/Apache redirect (or forwarding).

2008-12-16 Thread Kees de Kooter
You can use apache's mod_proxy module for this: http://httpd.apache.org/docs/2.0/mod/mod_proxy.html. Cheers, Kees de Kooter On Tue, Dec 16, 2008 at 12:26, TiredMan wrote: > > Hi. Gentlemen, I have a mission, but I have no idea how to do it. > > I have: > 1. A server with clear Tomcat 6.0.18 & A