Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes Servlets and the fly likes Servlet deployment in MS - Internet Information Server Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Servlet deployment in MS - Internet Information Server" Watch "Servlet deployment in MS - Internet Information Server" New topic
Author

Servlet deployment in MS - Internet Information Server

Suneel Setlur
Ranch Hand

Joined: Nov 26, 2000
Posts: 202
I am told that the MS-IIS can be used to deploy
servlets/JSPs.Refer this article
Can you help me set the classpath for this and also help me deploy a servlet
Thanks


Suneel
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12271
    
    1
MS-IIS can't execute servlets/JSP directly, you need a servlet engine such as Tomcat or JRun. Both of which come with instructions for installing with IIS.
Bill
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Servlet deployment in MS - Internet Information Server
 
Similar Threads
deploying servlets in websphere
Create a Pdf file using Java
Problem in deploying a war file in weblogic 7
Struts best practices
deploying servlets in websphere