Yes, you put a webserver like Apache on port 80, then configure Apache to
send JSP and servlet requests to Tomcat.

Running things as root on port 80 is a bad idea, especially if you are new
to systems administration.  If you are just doing development, etc. on a
private machine, it is not that big of a deal.  Keep in mind, though, that
if you build your application to assume that everything happens on port 80
and that Tomcat runs as root, you will most likely have some fairly big
obstacles to overcome when you try to deploy your app, especially if you
don't control the targeted production server.  

John


> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, September 22, 2002 9:08 AM
> To: Tomcat Users List
> Subject: Re: How to use Port 80?
> 
> 
> thanks
> 
> I looked back at the archieves and found out how to change 
> the user to Root.
>  I did that and it worked.  I did find some other messages 
> indicating what
> you said, which was running as ROOT might be bad idea from a 
> system adminstration
> perspective.  Unfortunately, I found no other way to run on 
> Port 80.  Is
> there another way?
> 
> 
> >-- Original Message --
> >Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]>
> >Date: Sun, 22 Sep 2002 18:38:01 +1000
> >From: Ben Walding <[EMAIL PROTECTED]>
> >To: Tomcat Users List <[EMAIL PROTECTED]>
> >Subject: Re: How to use Port 80?
> >

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to