• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

How to Configure ServletExec on IIS to run JSP?

 
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys,
I am using Servlet Exec on IIS running on Win NT. How can i configure to run JSP in it. I read that, we have to set tools.jar file in classpath and restart the Servlet Exec, but it does'nt interpret JSP even after doing that.
Thanx
Arun
 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear Arunagiri,
M$ IIS server does on inherently support the JavaServer Pages Technology.
Therefore, along with the IIS server, you need to install a JSP-aware server and some sort of an ISAPI redirector [plug-in] on the IIS so that the requests for the .JSP pages are redirected to the JSP-aware server for processing.
I used Allaire's JRun when I was learing JSP
The following URL could be a good place to start: http://www.verysimple.com/scripts/support_tc_iis.html

[This message has been edited by Amit Chawla (edited April 03, 2001).]
 
Ranch Hand
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Amit,
Thax Amit.. I have configured it and now no probs.
Arun
 
Clowns were never meant to be THAT big! We must destroy it with this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic