Re: jsp for IIS
From: Silvio Bierman (sbierman_at_idfix.nl)
Date: 12/22/03
- Next message: Gary Smart: "Using Jakarta Digester with unlimited nested elements - how?"
- Previous message: nos: "jsp for IIS"
- In reply to: nos: "jsp for IIS"
- Next in thread: Denz: "Re: jsp for IIS"
- Reply: Denz: "Re: jsp for IIS"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Gary Smart: "Using Jakarta Digester with unlimited nested elements - how?"
- Previous message: nos: "jsp for IIS"
- In reply to: nos: "jsp for IIS"
- Next in thread: Denz: "Re: jsp for IIS"
- Reply: Denz: "Re: jsp for IIS"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|