The Artima Developer Community
Sponsored Link

Java Buzz Forum
Running a JSP container on port 80 with Mac OS X

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Simon Brown

Posts: 636
Nickname: simonbrown
Registered: Jun, 2003

Simon Brown is a Java developer, architect and author.
Running a JSP container on port 80 with Mac OS X Posted: Feb 10, 2004 1:51 PM
Reply to this message Reply

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.
Latest Java Buzz Posts
Latest Java Buzz Posts by Simon Brown
Latest Posts From Simon Brown's weblog

Advertisement

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.

Read: Running a JSP container on port 80 with Mac OS X

Topic: Red Hat Linux Previous Topic   Next Topic Topic: PHP Web Development vs. Java

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use