This post originated from an RSS feed registered with Java Buzz
by Simon Brown.
Original Post: Running a JSP container on port 80 with Mac OS X
Feed Title: Simon Brown's weblog
Feed URL: http://www.simongbrown.com/blog/feed.xml?flavor=rss20&category=java
Feed Description: My thoughts on Java, software development and technology.
In response to a comment left about an earlier blog entry, I discovered how to start up a JSP container on port 80. Just run the startup command (such as http://www.simongbrown.com/blog/httpd.sh for Resin) under a sudo.
sudo http://www.simongbrown.com/blog/httpd.sh
Also, don't forget to shutdown your Apache server (aka Personal Web Sharing) in System Preferences... -> Sharing if you get port binding errors. Not revolutionary, but I'm sure that this will help out somebody at sometime.