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: 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)
  • Re: Fortschrittsanzeige mit Servlets bzw. JSP
    ... welche die Aktion startet wird an ein Servlet geschickt. ... Servlet macht ein Forward auf eine JSP, wobei der aktuelle Fortschritt ... Next by Date: ...
    (de.comp.lang.java)
  • Re: JSP - Servlet - Session problem
    ... > The servlet will perform some processing and then redirect back to the ... > JSP with all the original form fields prefilled. ... > session before i use a response.sendRedirectto ... > public void service (HttpServletRequest request, ...
    (comp.lang.java.programmer)