Servlet/SSI question

Jeff Dripps writes:
 > Hello,
 > 
 > I am pretty new to servlets and am trying to exectute servlet code from
 > within an .shtml file. Can someone please give me some advice (i.e., and
 > example) of how this can be accomplished? TIA sinc, -jeff

You can just use std server side include command (haven't heckd it but
it should wortk):

/servlet/myservlet mapped to your servlet
Than in .shtml:

<!--#exec="/server/myservlet">

should work (let me know if it doesn't). BTW the <servlet> tag doesn't
work.

Anselm.

Received on Wednesday, 4 June 1997 02:40:33 UTC