aspose file tools
The moose likes Tomcat and the fly likes How do I install Tomcat 5.5.x on a non-Windows computer? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "How do I install Tomcat 5.5.x on a non-Windows computer?" Watch "How do I install Tomcat 5.5.x on a non-Windows computer?" New topic
Author

How do I install Tomcat 5.5.x on a non-Windows computer?

Kaydell Leavitt
Ranch Hand

Joined: Nov 18, 2006
Posts: 679

I'm learning how to develop Servlets & JSPs for a job interview and I want to install Tomcat 5.5.x on my Mac. I see that there is a "Windows Service Installer" but I don't see an installer for "Mac OS X". Does this mean that I need to download the source and build it as some kind of Mac/Unix software?

Can somebody point me in the right direction to get Tomcat 5.5.x to work on a Mac?

Kaydell
[ July 25, 2007: Message edited by: Kaydell Leavitt ]
Ben Souther
Sheriff

Joined: Dec 11, 2004
Posts: 13410

OSX is Unix.
Download the tar.gz file.
Unzip it to the directory where you want to keep Tomcat.
Follow the instructions for a unix install.
Start the server by running the TOMCAT_INSTALL/bin/startup.sh file.


Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56233
    
  13

Conventially, Tomcat is installed on Mac OS X in /Library so that it acessible from the Finder.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56233
    
  13

Originally posted by Ben Souther:
Download the tar.gz file.
Yes, be sure not to grab the .zip file!
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How do I install Tomcat 5.5.x on a non-Windows computer?
 
Similar Threads
How Can I Try Linux?
installing tomcat
please help me with the installation
Tomcat 5.5.9 Admin Application
how to install tomcat 5.5 in windows vista