Re: apache question

2011-02-03 Thread Pid
On 02/02/2011 19:00, Lava Saleem wrote: Hi everyone, I'm sorry for not providing the system informations earlier, the linux I'm using is centos 2.6.18 and the apache tomcat is 7.0.4 java is 1.6.0_22 I know the difference between apache tomcat and apache httpd, I need to configure apache

Re: apache question

2011-02-02 Thread Ognjen Blagojevic
Hi Lava, On 1.2.2011 19:35, Lava Saleem wrote: yeah I have read what you quote before but my question is that I need to set apache httpd as a proxy and I'm not sure if it buildin within the apache tomcat and what about the mod_jk do I need to download it ? Apache Tomcat comes packaged with

Re: apache question

2011-02-02 Thread jan gestre
On Wed, Feb 2, 2011 at 9:40 PM, Ognjen Blagojevic ognjen.d.blagoje...@gmail.com wrote: Hi Lava, On 1.2.2011 19:35, Lava Saleem wrote: yeah I have read what you quote before but my question is that I need to set apache httpd  as a proxy and I'm not sure if it buildin within the apache

Re: apache question

2011-02-02 Thread Lava Saleem
I'm using linux box that has already apache tomcat I can see there is httpd in /etc but I don't see apache beside apache tomcat in the /opt I also need to upload my html file in apache or like you said coyote where and how to do that ? On Wed, Feb 2, 2011 at 7:40 AM, Ognjen Blagojevic

Re: apache question

2011-02-02 Thread Dave Evans
The answers to these questions may help us help you: What linux distribution and version are you using? If you point your browser at http://localhost/ what happens? If you ls /etc/init.d/ what files do you see? Tomcat can be configured to serve html files. Some people prefer a dedicated http

Re: apache question

2011-02-02 Thread André Warnier
Lava Saleem wrote: I'm using linux box that has already apache tomcat I can see there is httpd in /etc but I don't see apache beside apache tomcat in the /opt I also need to upload my html file in apache or like you said coyote where and how to do that ? Lava, you have not told us which

Re: apache question

2011-02-02 Thread Lava Saleem
Hi everyone, I'm sorry for not providing the system informations earlier, the linux I'm using is centos 2.6.18 and the apache tomcat is 7.0.4 java is 1.6.0_22 I know the difference between apache tomcat and apache httpd, I need to configure apache httpd to server as a proxy, I just want to

Re: apache question

2011-02-02 Thread Dave Evans
In centos the file /etc/httpd/conf/httpd.conf should be the configuration for the Apache HTTP Server. For information on that configuration please write to the apache users list. One quick tip, assuming you have no virtual hosts set up, the DocumentRoot directive will tell you where to put your

Re: apache question

2011-02-02 Thread Lava Saleem
so that means I already have apache httpd but I need to install mod_jk connector correct? On Wed, Feb 2, 2011 at 1:19 PM, Dave Evans dsevan...@gmail.com wrote: In centos the file /etc/httpd/conf/httpd.conf should be the configuration for the Apache HTTP Server. For information on that

Re: apache question

2011-02-02 Thread Dave Evans
Probably yes. On Wed, Feb 2, 2011 at 11:24 AM, Lava Saleem lnsal...@ualr.edu wrote: so that means I already have apache httpd but I need to install mod_jk connector correct? On Wed, Feb 2, 2011 at 1:19 PM, Dave Evans dsevan...@gmail.com wrote: In centos the file /etc/httpd/conf/httpd.conf

apache question

2011-02-01 Thread Lava Saleem
Hi, I have a simple question regarding apache, I found out that I need to use apache httpd with tomcat, I have already installed tomcat apache in my server my question is does tomcat comes already with buildin apache httpd ? and what about mod_jk do I need to download it ? Thanks LS

RE: apache question

2011-02-01 Thread Caldarale, Charles R
From: Lava Saleem [mailto:lnsal...@ualr.edu] Subject: apache question I have a simple question regarding apache Apache is a software organization. To quote from the home page: The ASF is made up of nearly 100 top level projects that cover a wide range of technologies. Chances are if you

Re: apache question

2011-02-01 Thread Lava Saleem
...@unisys.com wrote: From: Lava Saleem [mailto:lnsal...@ualr.edu] Subject: apache question I have a simple question regarding apache Apache is a software organization. To quote from the home page: The ASF is made up of nearly 100 top level projects that cover a wide range of technologies

RE: apache question

2011-02-01 Thread Jeffrey Janner
] Sent: Tuesday, February 01, 2011 12:35 PM To: users Subject: Re: apache question Hi Chuck, yeah I have read what you quote before but my question is that I need to set apache httpd as a proxy and I'm not sure if it buildin within the apache tomcat and what about the mod_jk do I need