I THINK this is what you want:
First, back up server.xml.in
Next, you'll want to remove two comment lines:
<!-- HTTPBEGIN -->
<!-- HTTPEND -->
Then, restart tomcat. You'll see the new server.xml written, with the http port not commented out.
What I'm not sure of is if you'll then have http access open. |