What tech needed to run JSP and Servlets?
Posted
by Mike
on Stack Overflow
See other posts from Stack Overflow
or by Mike
Published on 2009-09-07T07:22:48Z
Indexed on
2010/04/28
8:23 UTC
Read the original article
Hit count: 320
If I want to build a site with PHP, all I have to do is install the PHP package and make sure mod_php is enabled in my apache web server. Voila! a PHP environment.
Now, if I want to build a site with equivalent Java tech, i.e. JSP and Servlets, What do I have to install?
© Stack Overflow or respective owner