CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Jul 2000
    Posts
    156

    Hoe to configure Servlet under IIS

    From Sun's website I learned that Servlet supports IIS. Which version of Servlet and IIS? I am running IIS on W2K, how to configure it to run Servlet?
    Thanks


  2. #2
    Join Date
    Nov 2000
    Location
    Germany, Friedrichshafen
    Posts
    41

    Re: Hoe to configure Servlet under IIS

    Hi,
    Before you can execute Servlets you have to install a servlet Engine. Since IIS 4 you can
    use ServletExec from NewAtlanta eWave.
    http://www.unify.com/products/index.htm

    There are two types of Servlet-Engines: ISAPI
    (a DLL) or an Application Server. You can download
    a trial version. Installation Guide and User Guide
    is in package as well.

    How to set up your servlets is described in User
    Guide of Servlet-Engine, normally a subdir named
    servlets.

    Hope that helps.


  3. #3
    Join Date
    Sep 2000
    Posts
    13

    Tomcat@Jakarta

    http://java.sun.com/products/jsp/tomcat/

    I am running IIS on W2k using this to do java server pages and servlets.

    Works great and is easy enough to install/start


  4. #4
    Join Date
    Jul 2000
    Posts
    156

    Re: Tomcat@Jakarta

    Thanks for all of you,
    I will try later.



  5. #5
    Join Date
    May 1999
    Location
    Pune, MH, India.
    Posts
    453

    Re: Hoe to configure Servlet under IIS

    Have u tried ServletExec from NewAtlanta?
    I have used it. It has web UI for admin... u can admin from browser!

    - UnicMan
    http://members.tripod.com/unicman

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured