Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

yg17

macrumors Pentium
Original poster
Aug 1, 2004
15,028
3,003
St. Louis, MO
I know HTML, and I know Java. I've just never actually combined the 2 for JSP. I need to do a little JSP stuff for work and need to practice. How do I go about using JSP on OSX? I already have Apache, PHP and MySQL.

Thanks
 

atmenterprises

macrumors 6502
Jan 28, 2006
389
204
Or go download the Netbeans bundle (under J2EE downloads) from java.sun.com. That's what I use - it's at least a container and a webserver (not sure if it's a full J2EE-compliant application server i.e. EJBs might not work). Netbeans includes Tomcat and I've been writing and deploying JSPs and running them locally.
 

Compile 'em all

macrumors 601
Apr 6, 2005
4,131
359
yg17 said:
I know HTML, and I know Java. I've just never actually combined the 2 for JSP. I need to do a little JSP stuff for work and need to practice. How do I go about using JSP on OSX? I already have Apache, PHP and MySQL.

Thanks

It is highly recommended that you start by learning servlets first then moving on
to JSP. And as other people mentioned, to use either servlets or JSP you will
need a webcontainer (e.g Tomcat).
 

mbabauer

macrumors regular
Feb 14, 2006
105
0
yg17 said:
I know HTML, and I know Java. I've just never actually combined the 2 for JSP. I need to do a little JSP stuff for work and need to practice. How do I go about using JSP on OSX? I already have Apache, PHP and MySQL.

Thanks

Use Tomcat, unless you want to make the leap to full-blow J2EE, then grab JBoss, which ironically uses Tomcat as its servlet container. Mod_jk works well with apache, and can make either JBoss or Tomcat work pretty seemlessly with static web content.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.