• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

CAN SHTML files run on Tomcat 3.1, Maha Anna Help

 
Ranch Hand
Posts: 38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Ranch Hand
Posts: 1467
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank You Maha Anna.
I will not waste time on the same.
Regards
Tushar Kasnara
------------------
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic