|
Java™ by example!
|
|
|
How do I configure IIS with JRun to make a website run JSP?
You can download a version of JRun from Allaire. The install will ask you which web server you want. Select IIS, four is best. You must make sure that you stop IIS though. Accept the defaults of the setup, both the windows part of the setup and the java configuration part of the setup. Once this is done then IIS is configured to run JSP pages through JRun. You will need to start IIS then JRun service. Once this is done you can run JSP pages like ASP pages. The JRun setup comes with sample JSP pages but you may neeed to make them virtual web sites so IIS can reference them. Treat JSP like ASP from an IIS point of view and you will not go far wrong.
Further Information
Author of answer: Jonathan Kershaw
Comments
Comments to this answer are only viewable by members. Login or become a member!
|
|
|
|
|