Re: [users@httpd] apache as a front end to tomcat instance

2011-02-04 Thread James Godrej
- Original Message From: bf...@free-man.net bf...@free-man.net To: users@httpd.apache.org Sent: Fri, 4 February, 2011 1:33:19 AM Subject: Re: [users@httpd] apache as a front end to tomcat instance the servername would be the URL for the domain in the browser. since the previous

Re: [users@httpd] apache as a front end to tomcat instance

2011-02-03 Thread bf...@free-man.net
as a front end to tomcat instance then create a new virtualhost with the \ ProxyPass /portal/ ajp://192.168.1.4:8009/ = Ok but if I create a different vhost for sakai instance then how will I differentiate the requests i.e. I have a virtual host for research.openitup.in

Re: [users@httpd] apache as a front end to tomcat instance

2011-02-03 Thread bf...@free-man.net
:10:56 PM Subject: Re: [users@httpd] apache as a front end to tomcat instance the only URL served by the new virtualhost would be /portal/ and those will go to tomcat = So what I understand is in that case I need to have a different ServerName if I configure different

Re: [users@httpd] apache as a front end to tomcat instance

2011-02-02 Thread James Godrej
- Original Message From: bf...@free-man.net bf...@free-man.net To: users@httpd.apache.org Sent: Wed, 2 February, 2011 10:36:07 AM Subject: Re: [users@httpd] apache as a front end to tomcat instance assuming your apache website can be seen from the internet, meaning you have a domain

Re: [users@httpd] apache as a front end to tomcat instance

2011-02-02 Thread James Godrej
- Original Message From: James Godrej jamesgod...@yahoo.in To: users@httpd.apache.org Sent: Wed, 2 February, 2011 4:05:40 PM Subject: Re: [users@httpd] apache as a front end to tomcat instance - Original Message From: bf...@free-man.net bf...@free-man.net To: users

Re: [users@httpd] apache as a front end to tomcat instance

2011-02-02 Thread Martin Kuba
Hi, the forward from Apache to Tomcat for /portal using AJP is correct, however the second forward using HTTP defined by the directive ProxyPass / http://192.168.1.4/ is most likely wrong, as the main page from /portal links to CSS http://research.openitup.in/library/skin/default/portal.css

Re: [users@httpd] apache as a front end to tomcat instance

2011-02-02 Thread bf...@free-man.net
: bjfr33man - Original Message From: bf...@free-man.netbf...@free-man.net To: users@httpd.apache.org Sent: Wed, 2 February, 2011 10:36:07 AM Subject: Re: [users@httpd] apache as a front end to tomcat instance assuming your apache website can be seen from the internet, meaning you have

Re: [users@httpd] apache as a front end to tomcat instance

2011-02-02 Thread James Godrej
- Original Message From: Martin Kuba ma...@ics.muni.cz To: users@httpd.apache.org Sent: Wed, 2 February, 2011 6:21:50 PM Subject: Re: [users@httpd] apache as a front end to tomcat instance Hi, the forward from Apache to Tomcat for /portal using AJP is correct, however the second

Re: [users@httpd] apache as a front end to tomcat instance

2011-02-02 Thread James Godrej
- Original Message From: bf...@free-man.net bf...@free-man.net To: users@httpd.apache.org Sent: Wed, 2 February, 2011 7:44:08 PM Subject: Re: [users@httpd] apache as a front end to tomcat instance I am using Centos 5 with apache 3.2.2 /etc/httpd/config.d/proxy_ajp.conf

Re: [users@httpd] apache as a front end to tomcat instance

2011-02-02 Thread bf...@free-man.net
Integrator-- Glad to Assist James Godrej sent the following on 2/2/2011 9:28 AM: Chat Y! messenger: bjfr33man - Original Message From: bf...@free-man.netbf...@free-man.net To: users@httpd.apache.org Sent: Wed, 2 February, 2011 7:44:08 PM Subject: Re: [users@httpd] apache as a front

[users@httpd] apache as a front end to tomcat instance

2011-02-01 Thread James Godrej
Hi, I am trying to use Apache as a front end to an application which runs on a Tomcat server. On lan I am able to correctly see it but from internet things are not working. I tried understanding mod_jk page but I was unable to get to the correct settings. following is the application I am trying

Re: [users@httpd] apache as a front end to tomcat instance

2011-02-01 Thread Martin Kuba
Dne 1.2.2011 14:41, James Godrej napsal(a): On lan it is accessible http://192.168.1.4:8080/portal perfectly but from internet I am not clear as what is wrong with it. Hi James, it is not an Apache problem, it is a networking problem, you are using a private address, see

Re: [users@httpd] apache as a front end to tomcat instance

2011-02-01 Thread Igor Galić
- James Godrej jamesgod...@yahoo.in wrote: Hi, I am trying to use Apache as a front end to an application which runs on a Tomcat server. On lan I am able to correctly see it but from internet things are not working. I tried understanding mod_jk page but I was unable to get to the

Re: [users@httpd] apache as a front end to tomcat instance

2011-02-01 Thread James Godrej
To: users@httpd.apache.org Sent: Tue, 1 February, 2011 7:42:32 PM Subject: Re: [users@httpd] apache as a front end to tomcat instance Dne 1.2.2011 14:41, James Godrej napsal(a): On lan it is accessible http://192.168.1.4:8080/portal perfectly but from internet I am not clear as what is wrong

Re: [users@httpd] apache as a front end to tomcat instance

2011-02-01 Thread James Godrej
, 1 February, 2011 7:42:32 PM Subject: Re: [users@httpd] apache as a front end to tomcat instance Dne 1.2.2011 14:41, James Godrej napsal(a): On lan it is accessible http://192.168.1.4:8080/portal perfectly but from internet I am not clear as what is wrong with it. Hi James

Re: [users@httpd] apache as a front end to tomcat instance

2011-02-01 Thread bf...@free-man.net
assuming your apache website can be seen from the internet, meaning you have a domain the the dns is directed to apache and you have setup apache to deal with the iP of the domain, say you don't have ajp setup. I have many instances of tomcat that are reached through apache. if you find the