Hello

Almost there.

The problem now is that the 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

Reply via email to