You are looking at posts in the category Mac OS X.
Posted on September 5th, 2011 by Reiner.
Categories: Mac OS X, English.
Yes, I shout it out to all my fellow brothers - after having led a sinful life of Windows miseries, I now have become a true and humble Apple believer
I wanted to install a web server on my Snow Leopard MacBook Pro in order to hand out some documents and thus ventured into googling for mac install apache. I was quite dissatisfied most articles appeared to be rather involved, requiring to either install by source or mandating other system wide packages to be fetched.
It was no sooner than half an hour I discovered that all that was required is just a single tick within a System Preferences Panel:
Apache is included off-the-shelf and started immediately after Web Sharing has been enabled
MacMost has a video that includes PHP as well:
Posted on August 2nd, 2011 by Reiner.
Categories: Mac OS X, Java.
This will install Tomcat for developer use - i.e. within your user home path, using your login, not as a service:
cd ~/Librarytar xvfz ~/Downloads/apache-tomcat-6.0.32.tar.gzln -s apache-tomcat-6.0.32 TomcatThen:
~/Library/Tomcat/bin/startup.sh~/Library/Tomcat/bin/shutdown.shConfigure at your leasure, e.g. look here for enabling Tomcat Manager Login: http://www.mkyong.com/tomcat/tomcat-default-administrator-password/