 |
 |
JSP on OS X?
|
 |
|
 |
|
Mac Enthusiast
Join Date: Nov 2001
Location: Washington, DC 20009
Status:
Offline
|
|
I wondering what most people use to develop JSP pages on OS X. I've come across the iTools suite, but since I'm going to be using this just to learn the technology, I can't justify forking over a couple hundred dollars.
What do I need to server JSP pages locally on my TiBook? I've heard something about Tomcat, but is that a Windows only application? I'm sure there are solutions to setting up JSP, but I'd prefer one that is free and has all the functionality a live production server would have on it.
Thanks for the help.
|
|
Just my $.02 :-)
Ti Powerbook 1Ghz w/ Superdrive ......and lovin' it! :)
|
| |
|
|
|
 |
|
 |
|
Registered User
Join Date: Sep 2002
Location: New York City
Status:
Offline
|
|
Originally posted by milf:
I wondering what most people use to develop JSP pages on OS X. I've come across the iTools suite, but since I'm going to be using this just to learn the technology, I can't justify forking over a couple hundred dollars.
What do I need to server JSP pages locally on my TiBook? I've heard something about Tomcat, but is that a Windows only application? I'm sure there are solutions to setting up JSP, but I'd prefer one that is free and has all the functionality a live production server would have on it.
Thanks for the help.
Tomcat is free. You can find out more at: http://jakarta.apache.org/
You can use any text editor for creating the code. In the BSD Unix environment, "vi" is a popular editor. In the Mac environment, BBEdit is a popular one.
check out: http://developer.apple.com/internet/java/tomcat1.html
|
|
|
| |
|
|
|
 |
|
 |
|
Junior Member
Join Date: Dec 2001
Location: Sweden
Status:
Offline
|
|
Aaron Faby at Server Logistics has some nice packages for OS X. One of them being Tomcat 4.1.18.
You can get the at www.aaronfaby.com
//megus
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Dec 2001
Location: Atlanta, GA, USA
Status:
Offline
|
|
|
|
|
Mac Pro 2x 2.66 GHz Dual core, Apple TV 160GB, two Windows XP PCs
|
| |
|
|
|
 |
|
 |
|
Mac Enthusiast
Join Date: Nov 2001
Location: Washington, DC 20009
Status:
Offline
|
|
Thanks for the response. I have Tomcat up and running on my TiBook, so I am now able to server JSP pages. I wrote a couple of simple servlets that work fine, but I am having trouble getting them to be found. If I compile and run my servlet from Tomcat's examples directory /examples/servlet/*, the servlet runs fine. I wanted, however, to put the servlet in /calendar/*, but for some reason it is never found there. I think this has something to do with the web.xml file that is found in the WEB-INF folder, but I'm a newbie and don't quite know how to configure this yet. I guess I have some reading to catch up on. Any insight?
|
|
Just my $.02 :-)
Ti Powerbook 1Ghz w/ Superdrive ......and lovin' it! :)
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Dec 2001
Location: Atlanta, GA, USA
Status:
Offline
|
|
|
(Last edited by Arkham_c; Apr 11, 2003 at 11:46 AM.
)
|
|
Mac Pro 2x 2.66 GHz Dual core, Apple TV 160GB, two Windows XP PCs
|
| |
|
|
|
 |
 |
|
 |
|
|
|
|
|

|
|
 |
Forum Rules
|
 |
 |
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is Off
|
|
|
|
|
|
 |
 |
 |
 |
|
 |
|