This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Servlets and the fly likes JSP 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 "JSP" Watch "JSP" New topic
Author

JSP

Anonymous
Ranch Hand

Joined: Nov 22, 2008
Posts: 18944
Hi, I am new comer to Java, I worked in ASP...
now I've got IIS installed on my NT machine, how can I run JSP files on that server, I've got Java Web Server...
plzz answer with some details ...
Thanx
------------------
Aatif Malik
vikas sahni
Greenhorn

Joined: Jan 01, 2001
Posts: 7
hi aatif,
u acn run *.jsp files by putting them in public_html dir of java web server. u can see the version your web server supports by looking at the servlet.properties file somewhere in properties folder. jws 2.0 supports jsp1.0 only.
the corresponding servlet will be stored in the tmpdir directory of jws
all the best
vikas
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12271
    
    1
To service JSP and servlets from IIS, you need a servlet engine add-on. The Tomcat package (jakarta.apache.org) is supposed to be able to function as an add-on although I have not tried it. There are a number of commercial add-ons that have free developer versions such as JRUN (www.allaire.com) and Orion (www.orionserver.com).
Bill

Java Resources at www.wbrogden.com
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: JSP
 
Similar Threads
Dealing with client-side changing of code
jsp
Difficulty with basic struts app
what development environment?
write to a file in war