On Wed, 4 Sep 2002, Ravindra K. Bhat wrote:

> Hi:
>
> Yes..I tested the intgration it works on both 80 and 8080...should it not?

It all depends on how you have it set up (and how you want it set up).

> if not how do I disable 8080?

All the connectors are defined in the server.xml file, in Connector
tags.  Some of the connectors are for running tomcat in standalone
mode (e.g. with or without SSL), and some are for running tomcat
integrated with a web server (e.g. apache).  If there are some
connectors you don't want running simply comment out the appropriate
Connector tags.  Actually, when running in production or whenever
security's a concern, it's a very good idea to disable all the
connectors you don't really need.


> 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??
> >
> > 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

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]>

Reply via email to