Kevin Jones wrote:
> >From a Linux newbie!
>
> What's the best way of getting Tomcat to run on port 80 on Linux (without
> running it as root)?
> I've re-configured Apache to run on 8080, I can start Tomcat as su on 80,
> but I'd like it to run on my account on 80.
>
> [snip]
I believe that ports below 1000 is reserved on *nix systems, therefore
you may not run Tomcat on
port 80, except as root. Maybe you could chmod tomcat to to run as root
so you are able to start Tomcat
without su'ing, but I don't think you'll be able to make it run on port
80 running it as a regular user.
Cato F�rrisdahl