TC can respond to requests on 80 if configured in server.xml to do so.  It 
has it's own java based web server that by all accounts I've seen on the list 
is very close to as fast as Apache, just not as configurable.  Unfortunately, 
if you are in a *nix environment, TC has to run as root to serve requests on 
80 and that's a nasty security problem.

--David Smith

On Tuesday 13 November 2001 02:45 am, you wrote:
> When requesting a jsp are you using a port request?
>
> Apache by default is set up on port 80 (the default port for all
> webservers) i.e. http://localhost
> Tomcat is set up for requests to come on port 8080
> i.e. http://localhost:8080
> I'm sure you could configure TC to take requests on port 80
> TC comes with it's own webserver so there is no "Need" for an apache
> install but there are many features inherent witha full apache install that
> are not present with TC's webserver
>
> ----- Original Message -----
> From: "Paul Pattison" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, November 13, 2001 12:34 AM
> Subject: Quick clarification
>
> > I'm a little confused and was hoping someone could clear something up for
> > me.  I've recently downloaded Tomcat 4.0.1.  I've been using it non-stop
>
> for
>
> > the last couple weeks and I love it.
> >
> > My confusion lies in the fact that I thought that Tomcat was built on top
>
> of
>
> > the Apache web server and that when I did the Tomcat 4.0.1 install (which
> > was extremely easy), that I had also installed Apache as my web server.
>
> But
>
> > from reading recent posts to this mailing list, it sounds as though I am
> > just running Tomcat's web server?  Is this true?  Should I do a separate
> > Apache install?
> >
> > If it helps, below is what is output when I start up Tomcat:
> >
> > Starting service Tomcat-Standalone
> > Apache Tomcat/4.0.1
> > Starting service Tomcat-Apache
> > Apache Tomcat/4.0.1
> >
> > Thanks,
> >
> > Paul
> >
> >
> > --
> > To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> > For additional commands: <mailto:[EMAIL PROTECTED]>
> > Troubles with the list: <mailto:[EMAIL PROTECTED]>
>
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to