Re: http and/or ajp connectors

2009-11-18 Thread André Warnier
Jeffrey Trimble wrote: To answer a few questions: I'm running apache and tomcat on the same server (AIX). I'm also running VIPA (Virtual IP Addresses) under AIX. So, I have apache serving up one IP address (Vhost) without the need for tomcat on port 80. It serves up some documentation for

Re: http and/or ajp connectors

2009-11-18 Thread Hassan Schroeder
On Wed, Nov 18, 2009 at 11:39 AM, Jeffrey Trimble wrote: > Okay, but what about the other webapps that I want to have access to on the > tomcat server? As Chris already asked -- what about 'em? They're there. If you want them at those URLs, no further action necessary. You might want to set up a

Re: http and/or ajp connectors

2009-11-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jeffrey, On 11/18/2009 2:39 PM, Jeffrey Trimble wrote: > Okay, but what about the other webapps that I want to have access to on > the tomcat server? They can stay right where they are, right? What is your concern about those other apps? - -chris --

Re: http and/or ajp connectors

2009-11-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hassan, On 11/18/2009 2:09 PM, Hassan Schroeder wrote: > On Wed, Nov 18, 2009 at 10:59 AM, Jeffrey Trimble wrote: > >> As you can see I'd like to do TWO things here: > > So if you have a different IP being used for Tomcat, you don't need > Apache h

Re: http and/or ajp connectors

2009-11-18 Thread Jeffrey Trimble
Okay, but what about the other webapps that I want to have access to on the tomcat server? --Jeff On Nov 18, 2009, at 2:09 PM, Hassan Schroeder wrote: On Wed, Nov 18, 2009 at 10:59 AM, Jeffrey Trimble wrote: As you can see I'd like to do TWO things here: So if you have a different IP

Re: http and/or ajp connectors

2009-11-18 Thread Hassan Schroeder
On Wed, Nov 18, 2009 at 10:59 AM, Jeffrey Trimble wrote: > As you can see I'd like to do TWO things here: So if you have a different IP being used for Tomcat, you don't need Apache httpd at all, AFAICT. > 1.      Remove the port issue if possible--makes it simpler on users and > shorter too. C

Re: http and/or ajp connectors

2009-11-18 Thread Jeffrey Trimble
To answer a few questions: I'm running apache and tomcat on the same server (AIX). I'm also running VIPA (Virtual IP Addresses) under AIX. So, I have apache serving up one IP address (Vhost) without the need for tomcat on port 80. It serves up some documentation for users. The second IP/

Re: http and/or ajp connectors

2009-11-17 Thread André Warnier
Jeffrey Trimble wrote: Recently, I used the cheap and easy http redirects from my apache server to my tomcat server. I ran into two issues, that I hope someone is able to guide me to a better solution First, I wanted to have the user not have to know about port 8080, and to have the root of

Re: http and/or ajp connectors

2009-11-17 Thread Pid
On 17/11/2009 19:11, Neil Aggarwal wrote: Jeffrey: Recently, I used the cheap and easy http redirects from my apache server to my tomcat server. I ran into two issues, that I hope someone is able to guide me to a better solution I think you need to use mod_jk. That will allow you to use con

Re: http and/or ajp connectors

2009-11-17 Thread Hassan Schroeder
On Tue, Nov 17, 2009 at 11:05 AM, Jeffrey Trimble wrote: > Recently, I used the cheap and easy http redirects from my apache server to > my tomcat > server.  I ran into two issues, that I hope someone is able to guide me to a > better solution > > First, I wanted to have the user not have to know

RE: http and/or ajp connectors

2009-11-17 Thread Neil Aggarwal
Jeffrey: > Recently, I used the cheap and easy http redirects from my apache > server to my tomcat > server. I ran into two issues, that I hope someone is able to guide > me to a better solution I think you need to use mod_jk. That will allow you to use connections to port 80 and 443 for bo

http and/or ajp connectors

2009-11-17 Thread Jeffrey Trimble
Recently, I used the cheap and easy http redirects from my apache server to my tomcat server. I ran into two issues, that I hope someone is able to guide me to a better solution First, I wanted to have the user not have to know about port 8080, and to have the root of the apache redirect t