Re: jsp for IIS

From: Silvio Bierman (sbierman_at_idfix.nl)
Date: 12/22/03


Date: Mon, 22 Dec 2003 00:48:49 +0100


"nos" <nos@nospam.com> wrote in message
news:NPpFb.616568$Tr4.1600051@attbi_s03...
> I want to start learning about jsp, but I
> have no access to a server (got laid off).
> I just discovered my laptop has ability
> to install IIS (win xp pro). How can I
> set up jsp to work with IIS. I would like
> servlets too if that is not part of jsp.
> TIA
>
>

Forget IIS. JSP/Servlets are perfectly supported by free Java-only servlet
containers like Tomcat or Jetty. Tomcat is widely used and can de dowloaded
from the Apache website. I personally prefer Jetty because it is more
lightweight and faster. The mailing lists offer very good and prompt support
on all levels. Jetty can be downloaded from http://www.mortbay.org.

Servlet containers can serve static content also but for huge loads I would
recommend Apache.

Regards,

Silvio Bierman



Relevant Pages

  • Re: [OT] Which technology might I use for this web application?
    ... Can I write the server code in Java? ... output-rich purposes, Java Server Pages (JSP) is a useful technology that runs on top of servlets. ... Apache Tomcat is a popular, capable servlet container; some other containers include IBM Websphere and Bea WebLogic, and there are others. ... Some tag libraries include JSP custom tags for performing DB accesses, or you can do it directly in your own Java code. ...
    (comp.lang.java.programmer)
  • More info...anyone up for a challenge?
    ... Incase anyone is really up for a challenge on this one, ... Basically we have a frameset with date headers, nav bar etc, and the main ... content frame contains a jsp that onLoad, ... If we use the Favorites link, the log shows a GET was issued to the servlet, ...
    (microsoft.public.windows.inetexplorer.ie6.browser)
  • Re: form bean and session attribute
    ... only HTML, nothing but HTML. ... the JSP *is* a servlet. ... That tag becomes Java code that moves data from the form data in the HTML to the Java bean, ...
    (comp.lang.java.help)
  • Re: Servlet Question
    ... I've mapped the servlet in web.xml, ... What is this JSP file? ... Part one is the confusion over whether you're mapping a servlet (.java ... then passes the request or its ...
    (comp.lang.java.programmer)
  • Re: what is the MVC all about
    ... WIth a JSP you can call any Java class/method directly from a ... so the JSP gets control first. ... just do this instead:) If a Servlet gets control first (specified by ... The Servlet didn't generate HTML, ...
    (comp.lang.perl.misc)