Hello Maha Anna, I am working on a web based application. I coded SHTML forms, We were using JavaWebServer for the same. Now we have decided to use Tomcat 3.1, Now can u please tell me How to put SHTML files on Tomcat. Regards Tushar Kansara
maha anna
Ranch Hand
Joined: Jan 31, 2000
Posts: 1467
posted
0
Tushar, I tested with Tomcat 3.1. It does not work. I tried with the famous CurrentTime Servlet with a Times.shtml file. We can put the .shtml file in the 'web app root dir' and call. When I called the servlet directly from the browser url by giving the zone as 'PST', 'GMT' etc. the proper response comes from servlet. But when I invoke through <servlet> </servlet> tags in .shtml file the expected output from the servlet is not embeded in the .shtml output. Here is the code with which I tested.
regds maha anna
[This message has been edited by maha anna (edited November 03, 2000).]
Tushar Kansara
Ranch Hand
Joined: Aug 14, 2000
Posts: 38
posted
0
Thank You Maha Anna. I will not waste time on the same. Regards Tushar Kasnara ------------------