The Artima Developer Community
Sponsored Link

Java Buzz Forum
Installing Tomcat 6.0.18 on 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
Wolf Paulus

Posts: 692
Nickname: wolfpaulus
Registered: Jan, 2004

Wolf Paulus is an experienced software developer focusing on Java, XML, Mac OS X, wireless/mobile ..
Installing Tomcat 6.0.18 on OS X Posted: Aug 18, 2008 4:37 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Wolf Paulus.
Original Post: Installing Tomcat 6.0.18 on OS X
Feed Title: Wolf's Web Journal
Feed URL: http://wolfpaulus.com/feed/
Feed Description: Journal - dedicated to excellence, and motivated by enthusiasm to trying new things
Latest Java Buzz Posts
Latest Java Buzz Posts by Wolf Paulus
Latest Posts From Wolf's Web Journal

Advertisement
  1. Make Java 1.5 (or later) the default JRE
  2. Get the core distribution from http://tomcat.apache.org/ At the time of this writing that would be: apache-tomcat-6.0.18.tar.gz
  3. Unpacking will create a apache-tomcat-6.0.18 folder, probably on your desktop. Move this folder into /usr/local, like this:

    sudo mv ~/Desktop/apache-tomcat-6.0.18 /usr/local
  4. To make it easy to replace this release with future releases, we are going to create a symbolic link that we are going to use when revering to Tomcat:

    sudo ln -s /usr/local/apache-tomcat-6.0.18 /Library/Tomcat
  5. Next step is making Tomcat's launch and stop scripts executable:
    chmod ug+x /Library/Tomcat/bin/*.sh
Continue reading...

Read: Installing Tomcat 6.0.18 on OS X

Topic: jPOS 1.6.3 has been released. Previous Topic   Next Topic Topic: All This I've Done For You

Sponsored Links



Google
  Web Artima.com   

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