How can we run tomcat on port 80 in linux OS
My objective is to remove port no from the URL.
After changing port no in server.xml also problem not yet resolved because in linux <1024 port are privilaged.
1)Is tomcat6 contains apache server by default or not?
2)how to redirect request from apache which is running at port 80 to tomcat which is running at port 8080?

