Re: *Beginner Que* - Servlet - What all do i need on my Comp to run Servlets???
- From: Lothar Kimmeringer <news200702@xxxxxxxxxxxxxx>
- Date: Mon, 26 Feb 2007 11:01:59 +0100
martian678@xxxxxxxxx wrote:
Sorry for this absolute beginner que on Servlets, but can someone
direct me to what all do i need to get started with Servlets. Would i
need Java EE SDK or can i just add a Servlet Package to a Java SE SDK
(. If yes, what exact package?) .
For running Servlets you need a server like Tomc@ or Jetty.
For running these servers you need the Java SDK (including the
compiler, otherwise JSP-pages will not be compiled). For
compiling and running servlets, you need the Java EE.
Tomc@ you can download at
http://tomcat.apache.org/
Jetty you can download at
http://sourceforge.net/project/showfiles.php?group_id=7322
All related Java-stuff you can download at
http://java.sun.com/
Regards, Lothar
--
Lothar Kimmeringer E-Mail: spamfang@xxxxxxxxxxxxxx
PGP-encrypted mails preferred (Key-ID: 0x8BC3CD81)
Always remember: The answer is forty-two, there can only be wrong
questions!
.
- References:
- Prev by Date: *Beginner Que* - Servlet - What all do i need on my Comp to run Servlets???
- Next by Date: Re: Checking input for letters
- Previous by thread: *Beginner Que* - Servlet - What all do i need on my Comp to run Servlets???
- Index(es):
Relevant Pages
|
|