RE: Tomcat and Apache on the same port?

2007-10-01 Thread Peter Crowther
> From: Tony Anecito [mailto:[EMAIL PROTECTED] > The Tomcat server is running web services which are > dynamic. OK. That's an answer to a slightly different question to the one I asked, so let me unpack it a bit :-). - You presently have a Tomcat server front-ended by Apache httpd. - You serve

RE: Tomcat and Apache on the same port?

2007-09-28 Thread Tony Anecito
Thanks Peter, The Tomcat server is running web services which are dynamic. And I agree about what you said about port 80. Hope this helps, -Tony --- Peter Crowther <[EMAIL PROTECTED]> wrote: > > From: Tony Anecito [mailto:[EMAIL PROTECTED] > > Is it possible to run Tomcat and Apache on the >

Re: Tomcat and Apache on the same port?

2007-09-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tony, Tony Anecito wrote: > Would the two IP addresses (real or Virtual) require > two domain names? No, but you probably would want to have more than one domain name instead of having to publish your IP address. - -chris -BEGIN PGP SIGNATURE--

RE: Tomcat and Apache on the same port?

2007-09-28 Thread Peter Crowther
> From: Tony Anecito [mailto:[EMAIL PROTECTED] > Is it possible to run Tomcat and Apache on the same > port? You can't run two processes bound to the same endpoint (combination of IP address and port). As httpd (what you call "Apache") and Tomcat are separate process, you can't do this. As Fili

Re: Tomcat and Apache on the same port?

2007-09-28 Thread Tony Anecito
Hi Filip, Would the two IP addresses (real or Virtual) require two domain names? Thanks, -Tony --- Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: > yes, but you would need two IP addresses, virtual or > through two network > cards > and bind tomcat to one address, and bind apache to > the

Re: Tomcat and Apache on the same port?

2007-09-28 Thread Filip Hanik - Dev Lists
yes, but you would need two IP addresses, virtual or through two network cards and bind tomcat to one address, and bind apache to the other Filip Tony Anecito wrote: Hi All, Is it possible to run Tomcat and Apache on the same port? What I want to do is have my website running on Apache web se