Hello
I'm trying to get IIS/Tomcat working with the ISAPI_REDIRECTOR.DLL
Almost there now.
The problem now is that my own (myjsp.jsp) works fine when I place the files
under:
c:/jakarta-tomcat/webapps/examples/jsp
and use:
http://localhost/examples/jsp/myjsp.jsp
but using:
http://localhost/myjsp.jsp
leads to the html parts being displayed but the java code is not processed.
For example instead of picking up a form field the code :
"request.getParameter..."
is displayed (with Tomcat running).
It looks like the java code is ignored.
So near yet so far...thoughts anyone please !
Many thanks
Hamant