On Wed, 4 Sep 2002, Tam, Michael wrote: > Hi John, > > Just a quick question about this integration. Does it mean with > the integrated tomcat + apache, we would open 2 ports (80 + 8080) > instead of having port 80 only?? That would open up port 8080 to > public to directly reach tomcat wouldn't it??
Well, it depends how you set it up, but I think with the default setup, yes, you will have web servers listening on both of those ports (Apache on 80 and Tomcat on 8080). But you don't have to have it set up that way. > -----Original Message----- > From: Turner, John [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 04, 2002 1:33 PM > To: 'Tomcat Users List' > Subject: RE: Tomcat Apache Config > > > You will know if the integration is successful if what your browser receives > is identical for these 2 URLs: > > http://some.host.com:8080/some-servlet (or > http://some.host.com:8080/examples) > > http://some.host.com/some-servlet (or http://some.host.com/examples) > > One is port 80, the other is port 8080 (tomcat 4's default port). If Apache > and Tomcat are integrated, the results will be the same even though the URLs > are accessing different ports. > > John Turner > > > -----Original Message----- > > From: Ravindra K. Bhat [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, September 04, 2002 4:29 PM > > To: Tomcat Users List > > Subject: Tomcat Apache Config > > > > > > Hi: > > > > What is the difference between tomcat.conf and > > tomcat-apache.conf. which > > of these two files need to be included in the httpd.conf > > file? Also how > > do I know if request are being answerd by apache or tomcat ie how do I > > test if the integration is successful? > > > > Thanks > > Ravi Milt Epstein Research Programmer Systems and Technology Services (STS) Campus Information Technologies and Educational Services (CITES) University of Illinois at Urbana-Champaign (UIUC) [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
