This page contains an archived post to the Java Answers Forum made prior to February 25, 2002.
If you wish to participate in discussions, please visit the new
Artima Forums.
Message:
JRun
Posted by Jyothi on May 17, 2000 at 3:22 PM
> hi forum, > i am new to jsp. i am using jrun2.3 as my servlet engine along with IIS5.0 on win2kpro. i am able to run servlets smoothly ... > with url http://myserver/servlet/servletname... but how do i do the same for jsp programs... > "http://myserver:8000/jsp.../mycode.jsp" this works fine.. but here i am using jrun web server.. i wanna use iis5.0... i hope i am clear... can someone please help me.... > PS: has anyone used tomcat. Hi, JRun can be used successfully for jsp, but it consumes lot of memory. If you are satisfied with servlets, I would say it is a better way to go. See if the path is defined correctly.
Replies:
|