JSP and IIS

Is it possible?
[29 byte] By [Zgursky] at [2007-9-26 1:51:43]
# 1
Depends on what you mean by it
neville_sequeira at 2007-6-29 3:00:32 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
I mean is it possible to use JSP with IIS?
Zgursky at 2007-6-29 3:00:32 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3

By all means, you can use JSP w/ about just about any webserver. Although, you will need an engine that is capable of running JSPs and Servlets such as Tomcat ( http://apache.org ), Jrun ( http://www.allaire.com ) that is capable of running them.

When set up properly, the webserver will direct any requests for JSPs or Servlets to the Servlet engine. Go to the above sites and read for more info.

-Derek

beattris at 2007-6-29 3:00:32 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...