Quote:
Originally Posted by sunflight
thank you win32sux
|
No problem.
Quote:
I don't want to run tomcat on port 80 because that would have to be done as root and I want to avoid logging in as root regularly for the administration, testing, deployment etc.
|
That's a good reason IMO.
That said, isn't it kind of odd that the program doesn't have root privilege dropping as a feature? I've never used Tomcat so I don't really know the particulars. In any case, I understand why you're doing this now – and running daemons as root is almost always a terrible idea.
Quote:
Can someone comment on how good a solution this is for simple deployment of tomcat on 8080?
|
I can't comment on Tomcat, but the iptables technique seems pretty solid to me. I've used it myself, and have recommended it to other members who report satisfactory results. See
this thread, for example.