Only if you leave the HTTP connector on port 8080 enabled. For development, this is wise for testing purposes. For production, not so wise.
John > -----Original Message----- > From: Tam, Michael [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 04, 2002 4:39 PM > To: 'Tomcat Users List' > Subject: RE: Tomcat Apache Config > > > 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?? > > Regards, > Michael > > -----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 > > > > > > > > -- > > To unsubscribe, e-mail: > > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
